Skip to content

Commit 6c15e2b

Browse files
authored
Merge pull request #150 from AbstractSDK/changeset-release/mainline
chore: version packages
2 parents df3cf87 + 032a800 commit 6c15e2b

File tree

17 files changed

+73
-14
lines changed

17 files changed

+73
-14
lines changed

.changeset/smooth-walls-compare.md

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

examples/wagemos-cosmoskit-nextjs/CHANGELOG.md

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

3+
## 0.4.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`83cd666`](https://github.com/AbstractSDK/abstract.js/commit/83cd666774aa33d60e41fe404fa920a53b2e465b)]:
8+
- @abstract-money/core@3.4.0
9+
- @abstract-money/react@2.3.3
10+
- @abstract-money/provider-cosmoskit@10.0.3
11+
312
## 0.4.6
413

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

examples/wagemos-graz-nextjs/CHANGELOG.md

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

3+
## 0.4.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`83cd666`](https://github.com/AbstractSDK/abstract.js/commit/83cd666774aa33d60e41fe404fa920a53b2e465b)]:
8+
- @abstract-money/core@3.4.0
9+
- @abstract-money/provider-graz@11.0.0
10+
- @abstract-money/react@2.3.3
11+
312
## 0.4.6
413

514
### 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.4.6",
3+
"version": "0.4.7",
44
"private": true,
55
"scripts": {
66
"dev": "NODE_OPTIONS='--inspect' next dev",

packages/core/CHANGELOG.md

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

3+
## 3.4.0
4+
5+
### Minor Changes
6+
7+
- [#148](https://github.com/AbstractSDK/abstract.js/pull/148) [`83cd666`](https://github.com/AbstractSDK/abstract.js/commit/83cd666774aa33d60e41fe404fa920a53b2e465b) Thanks [@adairrr](https://github.com/adairrr)! - Update Abstract to 0.25 with account instantiation changes
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`83cd666`](https://github.com/AbstractSDK/abstract.js/commit/83cd666774aa33d60e41fe404fa920a53b2e465b)]:
12+
- @abstract-money/cosmwasm-utils@0.3.4
13+
314
## 3.3.2
415

516
### Patch Changes

packages/core/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/core",
3-
"version": "3.3.2",
3+
"version": "3.4.0",
44
"description": "Typings for Abstract smart contracts",
55
"homepage": "https://github.com/AbstractSDK/abstract.js#readme",
66
"author": "adairrr <[email protected]>",

packages/cosmwasm-utils/CHANGELOG.md

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

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- [#148](https://github.com/AbstractSDK/abstract.js/pull/148) [`83cd666`](https://github.com/AbstractSDK/abstract.js/commit/83cd666774aa33d60e41fe404fa920a53b2e465b) Thanks [@adairrr](https://github.com/adairrr)! - Update Abstract to 0.25 with account instantiation changes
8+
39
## 0.3.3
410

511
### Patch Changes

packages/cosmwasm-utils/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/cosmwasm-utils",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Cosmwasm utils",
55
"author": "adairrr <[email protected]>",
66
"license": "MIT",

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+
## 10.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @abstract-money/react@2.3.3
9+
310
## 10.0.2
411

512
### Patch Changes

0 commit comments

Comments
 (0)