Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 10, 2024
1 parent cfcf0e6 commit 0a8bd24
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-walls-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-camels-grow.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @reactive-dot/core

## 0.16.5

### Patch Changes

- Updated dependencies [[`cfcf0e6`](https://github.com/tien/reactive-dot/commit/cfcf0e6a60862565987b9763ca6f96c1b159c839)]:
- @reactive-dot/utils@0.8.1

## 0.16.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactive-dot/core",
"version": "0.16.0",
"version": "0.16.5",
"description": "VanillaJS library for ReactiveDOT",
"keywords": [
"substrate",
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @reactive-dot/react

## 0.16.5

### Patch Changes

- [#234](https://github.com/tien/reactive-dot/pull/234) [`98d2370`](https://github.com/tien/reactive-dot/commit/98d23709a1888b94c77495189bba110ce5823b83) Thanks [@tien](https://github.com/tien)! - Fixed missing accepted parameter type for `useNativeTokenAmountFromPlanck`.

- Updated dependencies []:
- @reactive-dot/core@0.16.5

## 0.16.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactive-dot/react",
"version": "0.16.4",
"version": "0.16.5",
"description": "React library for ReactiveDOT",
"keywords": [
"substrate",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reactive-dot/utils

## 0.8.1

### Patch Changes

- [#237](https://github.com/tien/reactive-dot/pull/237) [`cfcf0e6`](https://github.com/tien/reactive-dot/commit/cfcf0e6a60862565987b9763ca6f96c1b159c839) Thanks [@tien](https://github.com/tien)! - Fixed `DenominatedNumber.toLocaleString` not correctly handling additional options.

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactive-dot/utils",
"version": "0.8.0",
"version": "0.8.1",
"description": "Collection of utils from ReactiveDOT",
"keywords": [
"substrate",
Expand Down
7 changes: 7 additions & 0 deletions packages/wallet-ledger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @reactive-dot/wallet-ledger

## 0.16.5

### Patch Changes

- Updated dependencies []:
- @reactive-dot/core@0.16.5

## 0.16.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-ledger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactive-dot/wallet-ledger",
"version": "0.16.3",
"version": "0.16.5",
"description": "Ledger adapter for Reactive DOT",
"keywords": [
"substrate",
Expand Down
7 changes: 7 additions & 0 deletions packages/wallet-walletconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @reactive-dot/wallet-walletconnect

## 0.16.5

### Patch Changes

- Updated dependencies []:
- @reactive-dot/core@0.16.5

## 0.16.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-walletconnect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactive-dot/wallet-walletconnect",
"version": "0.16.0",
"version": "0.16.5",
"description": "WalletConnect adapter for ReactiveDOT",
"keywords": [
"substrate",
Expand Down

0 comments on commit 0a8bd24

Please sign in to comment.