Skip to content

Commit ceea356

Browse files
authored
Merge pull request #145 from AbstractSDK/changeset-release/mainline
chore: version packages
2 parents 74577cc + c5a41f0 commit ceea356

File tree

19 files changed

+73
-23
lines changed

19 files changed

+73
-23
lines changed

.changeset/dull-bobcats-fly.md

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

.changeset/khaki-roses-march.md

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

.changeset/witty-hornets-call.md

Lines changed: 0 additions & 5 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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @abstract-money/core@3.3.1
9+
- @abstract-money/react@2.3.1
10+
- @abstract-money/provider-cosmoskit@10.0.1
11+
312
## 0.4.4
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.4",
3+
"version": "0.4.5",
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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @abstract-money/core@3.3.1
9+
- @abstract-money/provider-graz@10.0.1
10+
- @abstract-money/react@2.3.1
11+
312
## 0.4.4
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.4",
3+
"version": "0.4.5",
44
"private": true,
55
"scripts": {
66
"dev": "NODE_OPTIONS='--inspect' next dev",

packages/core/CHANGELOG.md

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

3+
## 3.3.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e90ce9e`](https://github.com/AbstractSDK/abstract.js/commit/e90ce9eede700abbf67dc52404971485d0b7fe56), [`c937b82`](https://github.com/AbstractSDK/abstract.js/commit/c937b82e457817ff2099ae78a72aee27f678a7e0)]:
8+
- @abstract-money/cosmwasm-utils@0.3.2
9+
310
## 3.3.0
411

512
### 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.3.0",
3+
"version": "3.3.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @abstract-money/cosmwasm-utils
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- [#144](https://github.com/AbstractSDK/abstract.js/pull/144) [`e90ce9e`](https://github.com/AbstractSDK/abstract.js/commit/e90ce9eede700abbf67dc52404971485d0b7fe56) Thanks [@adairrr](https://github.com/adairrr)! - Add a multiquery cosmwasm client for more efficient queries
8+
9+
- [#143](https://github.com/AbstractSDK/abstract.js/pull/143) [`c937b82`](https://github.com/AbstractSDK/abstract.js/commit/c937b82e457817ff2099ae78a72aee27f678a7e0) Thanks [@adairrr](https://github.com/adairrr)! - Throw proper error in rawQury
10+
311
## 0.3.1
412

513
### Patch Changes

0 commit comments

Comments
 (0)