Skip to content

Commit

Permalink
chore: version packages (#177)
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 Sep 18, 2024
1 parent a215f26 commit fe7106d
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-eyes-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-camels-tie.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pretty-suits-breathe.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.14.0

### Minor Changes

- [#186](https://github.com/tien/reactive-dot/pull/186) [`a215f26`](https://github.com/tien/reactive-dot/commit/a215f26b3d22feea611ede32ebdbaace4adf7503) Thanks [@tien](https://github.com/tien)! - BREAKING: Updated all variables and types to use the library’s full name.

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

## 0.14.0

### Minor Changes

- [#176](https://github.com/tien/reactive-dot/pull/176) [`5837511`](https://github.com/tien/reactive-dot/commit/583751173e1dd7546f71c421d7d4b2f98769124a) Thanks [@tien](https://github.com/tien)! - Removed `jotai-scope`, enabling consumer to use their own Jotai's store provider.

- [#186](https://github.com/tien/reactive-dot/pull/186) [`a215f26`](https://github.com/tien/reactive-dot/commit/a215f26b3d22feea611ede32ebdbaace4adf7503) Thanks [@tien](https://github.com/tien)! - BREAKING: Updated all variables and types to use the library’s full name.

### Patch Changes

- [#183](https://github.com/tien/reactive-dot/pull/183) [`c9a922d`](https://github.com/tien/reactive-dot/commit/c9a922d3ee83b78175922d89c539c0165ff9c40b) Thanks [@tien](https://github.com/tien)! - Refactored query & query-refresher logic.

- Updated dependencies [[`a215f26`](https://github.com/tien/reactive-dot/commit/a215f26b3d22feea611ede32ebdbaace4adf7503)]:
- @reactive-dot/core@0.14.0

## 0.13.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.13.0",
"version": "0.14.0",
"description": "React library for ReactiveDOT",
"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.14.0

### Patch Changes

- Updated dependencies [[`a215f26`](https://github.com/tien/reactive-dot/commit/a215f26b3d22feea611ede32ebdbaace4adf7503)]:
- @reactive-dot/core@0.14.0

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

0 comments on commit fe7106d

Please sign in to comment.