Skip to content

Commit a14fbc7

Browse files
authored
Merge pull request #107 from AbstractSDK/changeset-release/mainline
chore: version packages
2 parents 10f9ba2 + 89642a2 commit a14fbc7

File tree

16 files changed

+67
-21
lines changed

16 files changed

+67
-21
lines changed

.changeset/friendly-weeks-ring.md

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

.changeset/gold-rats-search.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.44
4+
5+
### Patch Changes
6+
7+
- [#74](https://github.com/AbstractSDK/abstract.js/pull/74) [`ceee727`](https://github.com/AbstractSDK/abstract.js/commit/ceee727a9fa8f028f9c8169d775cb23c58dee4ff) Thanks [@adairrr](https://github.com/adairrr)! - Added IBC hooks.
8+
9+
- Updated dependencies [[`ceee727`](https://github.com/AbstractSDK/abstract.js/commit/ceee727a9fa8f028f9c8169d775cb23c58dee4ff)]:
10+
- @abstract-money/core@1.0.6
11+
- @abstract-money/react@1.0.11
12+
- @abstract-money/provider-cosmoskit@2.0.11
13+
314
## 0.2.43
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.43",
3+
"version": "0.2.44",
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.44
4+
5+
### Patch Changes
6+
7+
- [#74](https://github.com/AbstractSDK/abstract.js/pull/74) [`ceee727`](https://github.com/AbstractSDK/abstract.js/commit/ceee727a9fa8f028f9c8169d775cb23c58dee4ff) Thanks [@adairrr](https://github.com/adairrr)! - Added IBC hooks.
8+
9+
- Updated dependencies [[`ceee727`](https://github.com/AbstractSDK/abstract.js/commit/ceee727a9fa8f028f9c8169d775cb23c58dee4ff)]:
10+
- @abstract-money/core@1.0.6
11+
- @abstract-money/react@1.0.11
12+
- @abstract-money/provider-graz@2.0.11
13+
314
## 0.2.43
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.43",
3+
"version": "0.2.44",
44
"private": true,
55
"scripts": {
66
"dev": "NODE_OPTIONS='--inspect' 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.3.5
4+
5+
### Patch Changes
6+
7+
- [#74](https://github.com/AbstractSDK/abstract.js/pull/74) [`ceee727`](https://github.com/AbstractSDK/abstract.js/commit/ceee727a9fa8f028f9c8169d775cb23c58dee4ff) Thanks [@adairrr](https://github.com/adairrr)! - Added IBC hooks.
8+
9+
- [#106](https://github.com/AbstractSDK/abstract.js/pull/106) [`155df50`](https://github.com/AbstractSDK/abstract.js/commit/155df50115c4e615ff93c84e847ca3d25f606ba8) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed a small issue where `--help` output was shown twice.
10+
311
## 0.3.4
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.3.4",
3+
"version": "0.3.5",
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/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+
## 1.0.6
4+
5+
### Patch Changes
6+
7+
- [#74](https://github.com/AbstractSDK/abstract.js/pull/74) [`ceee727`](https://github.com/AbstractSDK/abstract.js/commit/ceee727a9fa8f028f9c8169d775cb23c58dee4ff) Thanks [@adairrr](https://github.com/adairrr)! - Added IBC hooks.
8+
39
## 1.0.5
410

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

0 commit comments

Comments
 (0)