Skip to content

Commit 1fc6794

Browse files
authored
Merge pull request #21 from AbstractSDK/changeset-release/mainline
chore: version packages
2 parents bbf2a5a + a336a6a commit 1fc6794

File tree

14 files changed

+50
-26
lines changed

14 files changed

+50
-26
lines changed

.changeset/afraid-ravens-impress.md

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

.changeset/fifty-rivers-chew.md

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

.changeset/wet-trees-thank.md

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

examples/wagemos-cosmoskit-nextjs/CHANGELOG.md

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

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2811970`](https://github.com/AbstractSDK/abstract.js/commit/281197085b04750aa041fb1904535d5926e043de)]:
8+
- @abstract-money/core@0.1.3
9+
- @abstract-money/react@0.1.3
10+
311
## 0.1.3
412

513
### 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.1.3",
3+
"version": "0.1.4",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/wagemos-graz-nextjs/CHANGELOG.md

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

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2811970`](https://github.com/AbstractSDK/abstract.js/commit/281197085b04750aa041fb1904535d5926e043de)]:
8+
- @abstract-money/core@0.1.3
9+
- @abstract-money/react@0.1.3
10+
311
## 0.1.3
412

513
### 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.1.3",
3+
"version": "0.1.4",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/cli/CHANGELOG.md

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

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- [#22](https://github.com/AbstractSDK/abstract.js/pull/22) [`cc949bf`](https://github.com/AbstractSDK/abstract.js/commit/cc949bf5485c7676db8724116b8f307463dd0fc8) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixes schema parsing issue with a regexp.
8+
9+
- [#23](https://github.com/AbstractSDK/abstract.js/pull/23) [`2811970`](https://github.com/AbstractSDK/abstract.js/commit/281197085b04750aa041fb1904535d5926e043de) Thanks [@dalechyn](https://github.com/dalechyn)! - Optional accountId and optional provider.
10+
11+
- [#20](https://github.com/AbstractSDK/abstract.js/pull/20) [`90d6a49`](https://github.com/AbstractSDK/abstract.js/commit/90d6a49051ad5e881b540a4644f2d1032bc16cf6) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixes the conflicting types and `react` plugin when used with multiple contracts.
12+
313
## 0.1.3
414

515
### 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.1.3",
3+
"version": "0.1.4",
44
"description": "CLI tool to generate modules to build with Abstract SDK",
55
"homepage": "https://github.com/AbstractSDK/abstract.js#readme",
66
"author": "h0tw4t3r <[email protected]>",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## 0.1.0
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- [#23](https://github.com/AbstractSDK/abstract.js/pull/23) [`2811970`](https://github.com/AbstractSDK/abstract.js/commit/281197085b04750aa041fb1904535d5926e043de) Thanks [@dalechyn](https://github.com/dalechyn)! - Optional accountId and optional provider.
8+
39
## 0.1.2
410

511
### Patch Changes

0 commit comments

Comments
 (0)