Skip to content

Commit f6acc2c

Browse files
authored
Merge pull request #28 from AbstractSDK/changeset-release/mainline
chore: version packages
2 parents 9242837 + 8242414 commit f6acc2c

File tree

9 files changed

+37
-11
lines changed

9 files changed

+37
-11
lines changed

.changeset/chilled-camels-exist.md

Lines changed: 0 additions & 7 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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`72c2d2c`](https://github.com/AbstractSDK/abstract.js/commit/72c2d2c7dffb34fedad3af4a8905f8737f58f206)]:
8+
- @abstract-money/core@0.1.5
9+
- @abstract-money/react@0.1.5
10+
311
## 0.1.5
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.5",
3+
"version": "0.1.6",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/wagemos-graz-nextjs/CHANGELOG.md

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

3+
## 0.1.6
4+
5+
### Patch Changes
6+
7+
- [#27](https://github.com/AbstractSDK/abstract.js/pull/27) [`72c2d2c`](https://github.com/AbstractSDK/abstract.js/commit/72c2d2c7dffb34fedad3af4a8905f8737f58f206) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixes api url propagation
8+
9+
- Updated dependencies [[`72c2d2c`](https://github.com/AbstractSDK/abstract.js/commit/72c2d2c7dffb34fedad3af4a8905f8737f58f206)]:
10+
- @abstract-money/core@0.1.5
11+
- @abstract-money/react@0.1.5
12+
313
## 0.1.5
414

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

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.5
4+
5+
### Patch Changes
6+
7+
- [#27](https://github.com/AbstractSDK/abstract.js/pull/27) [`72c2d2c`](https://github.com/AbstractSDK/abstract.js/commit/72c2d2c7dffb34fedad3af4a8905f8737f58f206) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixes api url propagation
8+
39
## 0.1.4
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": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Typings for Abstract smart contracts",
55
"homepage": "https://github.com/AbstractSDK/abstract.js#readme",
66
"author": "adairrr <[email protected]>",

packages/react/CHANGELOG.md

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

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- [#27](https://github.com/AbstractSDK/abstract.js/pull/27) [`72c2d2c`](https://github.com/AbstractSDK/abstract.js/commit/72c2d2c7dffb34fedad3af4a8905f8737f58f206) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixes api url propagation
8+
9+
- Updated dependencies [[`72c2d2c`](https://github.com/AbstractSDK/abstract.js/commit/72c2d2c7dffb34fedad3af4a8905f8737f58f206)]:
10+
- @abstract-money/core@0.1.5
11+
312
## 0.1.4
413

514
### Patch Changes

packages/react/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/react",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "React Hooks for Abstract SDK",
55
"homepage": "https://github.com/AbstractSDK/abstract.js#readme",
66
"author": "h0tw4t3r <[email protected]>",

0 commit comments

Comments
 (0)