Skip to content

Commit 575f998

Browse files
authored
Merge pull request #39 from AbstractSDK/changeset-release/mainline
chore: version packages
2 parents 1a38dc4 + 4cbb2ec commit 575f998

File tree

15 files changed

+62
-24
lines changed

15 files changed

+62
-24
lines changed

.changeset/funny-apricots-impress.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/rude-coins-poke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/swift-buttons-hug.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/wagemos-cosmoskit-nextjs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# wagemos-cosmoskit-nextjs
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- [`1d6201e`](https://github.com/AbstractSDK/abstract.js/commit/1d6201efe3b52b8d34e7ad9de5179b5abe318e9a) Thanks [@dalechyn](https://github.com/dalechyn)! - Improves `accountId` usage, when passed to generated hooks or hooks from \`react\` package, it takes precedence over the context, yet if one is not passed, an error is thrown to indicate that it either should be passed or account id provider wrapping is needed. Also improves `cli` to not require args in hooks that don't need them.
8+
9+
- Updated dependencies [[`1d6201e`](https://github.com/AbstractSDK/abstract.js/commit/1d6201efe3b52b8d34e7ad9de5179b5abe318e9a), [`1a38dc4`](https://github.com/AbstractSDK/abstract.js/commit/1a38dc47d7cb59eacc156471b0400c02353b15fb)]:
10+
- @abstract-money/react@0.2.5
11+
- @abstract-money/core@0.2.2
12+
- @abstract-money/provider-cosmoskit@0.0.4
13+
314
## 0.2.4
415

516
### Patch Changes

examples/wagemos-cosmoskit-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wagemos-cosmoskit-nextjs",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/wagemos-graz-nextjs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# wagemos-graz-nextjs
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- [`1d6201e`](https://github.com/AbstractSDK/abstract.js/commit/1d6201efe3b52b8d34e7ad9de5179b5abe318e9a) Thanks [@dalechyn](https://github.com/dalechyn)! - Improves `accountId` usage, when passed to generated hooks or hooks from \`react\` package, it takes precedence over the context, yet if one is not passed, an error is thrown to indicate that it either should be passed or account id provider wrapping is needed. Also improves `cli` to not require args in hooks that don't need them.
8+
9+
- Updated dependencies [[`1d6201e`](https://github.com/AbstractSDK/abstract.js/commit/1d6201efe3b52b8d34e7ad9de5179b5abe318e9a), [`1a38dc4`](https://github.com/AbstractSDK/abstract.js/commit/1a38dc47d7cb59eacc156471b0400c02353b15fb)]:
10+
- @abstract-money/react@0.2.5
11+
- @abstract-money/core@0.2.2
12+
- @abstract-money/provider-graz@0.0.4
13+
314
## 0.2.4
415

516
### Patch Changes

examples/wagemos-graz-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wagemos-graz-nextjs",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @abstract-money/cli
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- [`1d6201e`](https://github.com/AbstractSDK/abstract.js/commit/1d6201efe3b52b8d34e7ad9de5179b5abe318e9a) Thanks [@dalechyn](https://github.com/dalechyn)! - Improves `accountId` usage, when passed to generated hooks or hooks from \`react\` package, it takes precedence over the context, yet if one is not passed, an error is thrown to indicate that it either should be passed or account id provider wrapping is needed. Also improves `cli` to not require args in hooks that don't need them.
8+
9+
- [`26c4409`](https://github.com/AbstractSDK/abstract.js/commit/26c4409bc4c713d9e0dd0f1bc2244bbb7415f737) Thanks [@dalechyn](https://github.com/dalechyn)! - Disallow `proxy` and `manager` from codegen.
10+
311
## 0.2.2
412

513
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@abstract-money/cli",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "CLI tool to generate modules to build with Abstract SDK",
55
"homepage": "https://github.com/AbstractSDK/abstract.js#readme",
66
"author": "dalechyn <[email protected]>",

packages/provider-cosmoskit/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @abstract-money/provider-cosmoskit
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1d6201e`](https://github.com/AbstractSDK/abstract.js/commit/1d6201efe3b52b8d34e7ad9de5179b5abe318e9a), [`1a38dc4`](https://github.com/AbstractSDK/abstract.js/commit/1a38dc47d7cb59eacc156471b0400c02353b15fb)]:
8+
- @abstract-money/react@0.2.5
9+
310
## 0.0.3
411

512
### Patch Changes

0 commit comments

Comments
 (0)