Skip to content

Commit

Permalink
chore: version packages (#505)
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 Feb 18, 2025
1 parent b6c5cc7 commit 8487c11
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-eggs-dance.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sixty-poets-destroy.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.33.0

### Minor Changes

- [#506](https://github.com/tien/reactive-dot/pull/506) [`b6c5cc7`](https://github.com/tien/reactive-dot/commit/b6c5cc7a9d4ba82b2d8c890cfcc569fe6703951f) Thanks [@tien](https://github.com/tien)! - Added `Query.concat` method for merging queries.

## 0.32.0

### Patch 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.32.0",
"version": "0.33.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.33.0

### Minor Changes

- [#504](https://github.com/tien/reactive-dot/pull/504) [`b8486a9`](https://github.com/tien/reactive-dot/commit/b8486a9f2d19049306e77f41199c8393c300e3b0) Thanks [@tien](https://github.com/tien)! - Added support for using pre-built queries. A pre-built query can now be passed directly to hooks & composables.

### Patch Changes

- Updated dependencies [[`b6c5cc7`](https://github.com/tien/reactive-dot/commit/b6c5cc7a9d4ba82b2d8c890cfcc569fe6703951f)]:
- @reactive-dot/core@0.33.0

## 0.32.0

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

## 0.33.0

### Minor Changes

- [#504](https://github.com/tien/reactive-dot/pull/504) [`b8486a9`](https://github.com/tien/reactive-dot/commit/b8486a9f2d19049306e77f41199c8393c300e3b0) Thanks [@tien](https://github.com/tien)! - Added support for using pre-built queries. A pre-built query can now be passed directly to hooks & composables.

### Patch Changes

- Updated dependencies [[`b6c5cc7`](https://github.com/tien/reactive-dot/commit/b6c5cc7a9d4ba82b2d8c890cfcc569fe6703951f)]:
- @reactive-dot/core@0.33.0

## 0.32.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.32.0",
"version": "0.33.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.25

### Patch Changes

- Updated dependencies [[`b6c5cc7`](https://github.com/tien/reactive-dot/commit/b6c5cc7a9d4ba82b2d8c890cfcc569fe6703951f)]:
- @reactive-dot/core@0.33.0

## 0.16.24

### 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.24",
"version": "0.16.25",
"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.17.5

### Patch Changes

- Updated dependencies [[`b6c5cc7`](https://github.com/tien/reactive-dot/commit/b6c5cc7a9d4ba82b2d8c890cfcc569fe6703951f)]:
- @reactive-dot/core@0.33.0

## 0.17.4

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

0 comments on commit 8487c11

Please sign in to comment.