Skip to content

Commit

Permalink
chore: version packages (#305)
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 Nov 4, 2024
1 parent 28e73f3 commit e1f2947
Show file tree
Hide file tree
Showing 14 changed files with 53 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-penguins-report.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fuzzy-lions-design.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/ninety-plants-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-moons-invent.md

This file was deleted.

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

## 0.24.1

### Patch Changes

- [#306](https://github.com/tien/reactive-dot/pull/306) [`bbda9ef`](https://github.com/tien/reactive-dot/commit/bbda9ef093e87a96d6eb23ba51464ec02ba08bb2) Thanks [@tien](https://github.com/tien)! - Simplified wallet provider interface.

- [#304](https://github.com/tien/reactive-dot/pull/304) [`0958ce1`](https://github.com/tien/reactive-dot/commit/0958ce1f6c06f6e163b4ce6e8f012caf4fb34040) Thanks [@tien](https://github.com/tien)! - Added default implementation for `Wallet.getAccounts`.

- [#307](https://github.com/tien/reactive-dot/pull/307) [`13c5dae`](https://github.com/tien/reactive-dot/commit/13c5dae1a0ca5500d798ac31e3a8b81bc9d3f78a) Thanks [@tien](https://github.com/tien)! - Renamed `PrefixedStorage` to `Storage`.

## 0.24.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.24.0",
"version": "0.24.1",
"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.24.1

### Patch Changes

- [#306](https://github.com/tien/reactive-dot/pull/306) [`bbda9ef`](https://github.com/tien/reactive-dot/commit/bbda9ef093e87a96d6eb23ba51464ec02ba08bb2) Thanks [@tien](https://github.com/tien)! - Simplified wallet provider interface.

- Updated dependencies [[`bbda9ef`](https://github.com/tien/reactive-dot/commit/bbda9ef093e87a96d6eb23ba51464ec02ba08bb2), [`0958ce1`](https://github.com/tien/reactive-dot/commit/0958ce1f6c06f6e163b4ce6e8f012caf4fb34040), [`13c5dae`](https://github.com/tien/reactive-dot/commit/13c5dae1a0ca5500d798ac31e3a8b81bc9d3f78a)]:
- @reactive-dot/core@0.24.1

## 0.24.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.24.0",
"version": "0.24.1",
"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.24.1

### Patch Changes

- [#309](https://github.com/tien/reactive-dot/pull/309) [`f13af19`](https://github.com/tien/reactive-dot/commit/f13af19c754762ca008cf70ac250fecc7114f3e4) Thanks [@tien](https://github.com/tien)! - Fixed issue where provided value for debugging was not removed.

- [#306](https://github.com/tien/reactive-dot/pull/306) [`bbda9ef`](https://github.com/tien/reactive-dot/commit/bbda9ef093e87a96d6eb23ba51464ec02ba08bb2) Thanks [@tien](https://github.com/tien)! - Simplified wallet provider interface.

- Updated dependencies [[`bbda9ef`](https://github.com/tien/reactive-dot/commit/bbda9ef093e87a96d6eb23ba51464ec02ba08bb2), [`0958ce1`](https://github.com/tien/reactive-dot/commit/0958ce1f6c06f6e163b4ce6e8f012caf4fb34040), [`13c5dae`](https://github.com/tien/reactive-dot/commit/13c5dae1a0ca5500d798ac31e3a8b81bc9d3f78a)]:
- @reactive-dot/core@0.24.1

## 0.24.0

### Minor 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.24.0",
"version": "0.24.1",
"description": "Vue library for Reactive DOT",
"keywords": [
"substrate",
Expand Down
9 changes: 9 additions & 0 deletions packages/wallet-ledger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @reactive-dot/wallet-ledger

## 0.16.14

### Patch Changes

- [#304](https://github.com/tien/reactive-dot/pull/304) [`0958ce1`](https://github.com/tien/reactive-dot/commit/0958ce1f6c06f6e163b4ce6e8f012caf4fb34040) Thanks [@tien](https://github.com/tien)! - Added default implementation for `Wallet.getAccounts`.

- Updated dependencies [[`bbda9ef`](https://github.com/tien/reactive-dot/commit/bbda9ef093e87a96d6eb23ba51464ec02ba08bb2), [`0958ce1`](https://github.com/tien/reactive-dot/commit/0958ce1f6c06f6e163b4ce6e8f012caf4fb34040), [`13c5dae`](https://github.com/tien/reactive-dot/commit/13c5dae1a0ca5500d798ac31e3a8b81bc9d3f78a)]:
- @reactive-dot/core@0.24.1

## 0.16.13

### 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.13",
"version": "0.16.14",
"description": "Ledger adapter for Reactive DOT",
"keywords": [
"substrate",
Expand Down
9 changes: 9 additions & 0 deletions packages/wallet-walletconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @reactive-dot/wallet-walletconnect

## 0.16.14

### Patch Changes

- [#304](https://github.com/tien/reactive-dot/pull/304) [`0958ce1`](https://github.com/tien/reactive-dot/commit/0958ce1f6c06f6e163b4ce6e8f012caf4fb34040) Thanks [@tien](https://github.com/tien)! - Added default implementation for `Wallet.getAccounts`.

- Updated dependencies [[`bbda9ef`](https://github.com/tien/reactive-dot/commit/bbda9ef093e87a96d6eb23ba51464ec02ba08bb2), [`0958ce1`](https://github.com/tien/reactive-dot/commit/0958ce1f6c06f6e163b4ce6e8f012caf4fb34040), [`13c5dae`](https://github.com/tien/reactive-dot/commit/13c5dae1a0ca5500d798ac31e3a8b81bc9d3f78a)]:
- @reactive-dot/core@0.24.1

## 0.16.13

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

0 comments on commit e1f2947

Please sign in to comment.