Skip to content

Commit

Permalink
chore: version packages (#278)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 21, 2024
1 parent 02b5633 commit f931aad
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 17 deletions.
7 changes: 0 additions & 7 deletions .changeset/dirty-bees-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-rats-join.md

This file was deleted.

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

## 0.22.0

### Minor Changes

- [#279](https://github.com/tien/reactive-dot/pull/279) [`02b5633`](https://github.com/tien/reactive-dot/commit/02b56338948e32463b9b3e682340a25920386d91) Thanks [@tien](https://github.com/tien)! - Added target chains option to define default chains for providing type definitions.

## 0.21.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.21.0",
"version": "0.22.0",
"description": "VanillaJS library for ReactiveDOT",
"keywords": [
"substrate",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @reactive-dot/react

## 0.22.0

### Minor Changes

- [#279](https://github.com/tien/reactive-dot/pull/279) [`02b5633`](https://github.com/tien/reactive-dot/commit/02b56338948e32463b9b3e682340a25920386d91) Thanks [@tien](https://github.com/tien)! - Added target chains option to define default chains for providing type definitions.

### Patch Changes

- Updated dependencies [[`02b5633`](https://github.com/tien/reactive-dot/commit/02b56338948e32463b9b3e682340a25920386d91)]:
- @reactive-dot/core@0.22.0

## 0.21.0

### 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.21.0",
"version": "0.22.0",
"description": "React library for ReactiveDOT",
"keywords": [
"substrate",
Expand Down
13 changes: 13 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @reactive-dot/vue

## 0.22.0

### Minor Changes

- [#279](https://github.com/tien/reactive-dot/pull/279) [`02b5633`](https://github.com/tien/reactive-dot/commit/02b56338948e32463b9b3e682340a25920386d91) Thanks [@tien](https://github.com/tien)! - Added target chains option to define default chains for providing type definitions.

### Patch Changes

- [#277](https://github.com/tien/reactive-dot/pull/277) [`127620f`](https://github.com/tien/reactive-dot/commit/127620fef93031a9dbfc4d40c08a0b785ea1dda5) Thanks [@tien](https://github.com/tien)! - Fixed a bug that caused an error when retrieving accounts without specifying a chain ID.

- Updated dependencies [[`02b5633`](https://github.com/tien/reactive-dot/commit/02b56338948e32463b9b3e682340a25920386d91)]:
- @reactive-dot/core@0.22.0

## 0.21.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactive-dot/vue",
"version": "0.21.0",
"version": "0.22.0",
"description": "Vue library for Reactive DOT",
"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.11

### Patch Changes

- Updated dependencies [[`02b5633`](https://github.com/tien/reactive-dot/commit/02b56338948e32463b9b3e682340a25920386d91)]:
- @reactive-dot/core@0.22.0

## 0.16.10

### 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.10",
"version": "0.16.11",
"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.11

### Patch Changes

- Updated dependencies [[`02b5633`](https://github.com/tien/reactive-dot/commit/02b56338948e32463b9b3e682340a25920386d91)]:
- @reactive-dot/core@0.22.0

## 0.16.10

### 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.10",
"version": "0.16.11",
"description": "WalletConnect adapter for ReactiveDOT",
"keywords": [
"substrate",
Expand Down

0 comments on commit f931aad

Please sign in to comment.