Skip to content

Commit db8eaaf

Browse files
chore: version packages
1 parent 5d14de4 commit db8eaaf

File tree

19 files changed

+83
-17
lines changed

19 files changed

+83
-17
lines changed

.changeset/breezy-dodos-hear.md

Lines changed: 0 additions & 8 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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c8826a8`](https://github.com/AbstractSDK/abstract.js/commit/c8826a86906954097b1495e26309cea578d81b53)]:
8+
- @abstract-money/core@3.4.1
9+
- @abstract-money/react@2.3.4
10+
- @abstract-money/provider-cosmoskit@10.0.4
11+
312
## 0.4.7
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.7",
3+
"version": "0.4.8",
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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c8826a8`](https://github.com/AbstractSDK/abstract.js/commit/c8826a86906954097b1495e26309cea578d81b53)]:
8+
- @abstract-money/core@3.4.1
9+
- @abstract-money/provider-graz@11.0.1
10+
- @abstract-money/react@2.3.4
11+
312
## 0.4.7
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.7",
3+
"version": "0.4.8",
44
"private": true,
55
"scripts": {
66
"dev": "NODE_OPTIONS='--inspect' next dev",

packages/actions-xion/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
# @abstract-money/actions-xion
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#149](https://github.com/AbstractSDK/abstract.js/pull/149) [`c8826a8`](https://github.com/AbstractSDK/abstract.js/commit/c8826a86906954097b1495e26309cea578d81b53) Thanks [@adairrr](https://github.com/adairrr)! - Add Abtsraxion utils for building on xion, including new wallet and client actions. Publicize more types from core
8+
9+
- Updated dependencies [[`c8826a8`](https://github.com/AbstractSDK/abstract.js/commit/c8826a86906954097b1495e26309cea578d81b53)]:
10+
- @abstract-money/core@3.4.1

packages/actions-xion/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/actions-xion",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Abstraxion utils",
55
"author": "adairrr <[email protected]>",
66
"license": "MIT",

packages/core/CHANGELOG.md

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

3+
## 3.4.1
4+
5+
### Patch Changes
6+
7+
- [#149](https://github.com/AbstractSDK/abstract.js/pull/149) [`c8826a8`](https://github.com/AbstractSDK/abstract.js/commit/c8826a86906954097b1495e26309cea578d81b53) Thanks [@adairrr](https://github.com/adairrr)! - Add Abtsraxion utils for building on xion, including new wallet and client actions. Publicize more types from core
8+
9+
- Updated dependencies [[`c8826a8`](https://github.com/AbstractSDK/abstract.js/commit/c8826a86906954097b1495e26309cea578d81b53)]:
10+
- @abstract-money/cosmwasm-utils@0.3.5
11+
312
## 3.4.0
413

514
### Minor 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.4.0",
3+
"version": "3.4.1",
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.5
4+
5+
### Patch Changes
6+
7+
- [#149](https://github.com/AbstractSDK/abstract.js/pull/149) [`c8826a8`](https://github.com/AbstractSDK/abstract.js/commit/c8826a86906954097b1495e26309cea578d81b53) Thanks [@adairrr](https://github.com/adairrr)! - Add Abtsraxion utils for building on xion, including new wallet and client actions. Publicize more types from core
8+
39
## 0.3.4
410

511
### Patch Changes

0 commit comments

Comments
 (0)