Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/angry-sloths-cheer.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/healthy-experts-flash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hip-feet-serve.md

This file was deleted.

9 changes: 9 additions & 0 deletions examples/wagemos-cosmoskit-nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# wagemos-cosmoskit-nextjs

## 0.4.4

### Patch Changes

- Updated dependencies [[`a45d7d0`](https://github.com/AbstractSDK/abstract.js/commit/a45d7d0fb3fef37805231d5715a1d288c966be72), [`8b8f2be`](https://github.com/AbstractSDK/abstract.js/commit/8b8f2be68577587edd285aa15c1c491fa208c88c), [`1078fae`](https://github.com/AbstractSDK/abstract.js/commit/1078fae09363757fbbe93e77d210f8c9d73db6a1)]:
- @abstract-money/core@3.3.0
- @abstract-money/react@2.3.0
- @abstract-money/provider-cosmoskit@10.0.0

## 0.4.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/wagemos-cosmoskit-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wagemos-cosmoskit-nextjs",
"version": "0.4.3",
"version": "0.4.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
11 changes: 11 additions & 0 deletions examples/wagemos-graz-nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# wagemos-graz-nextjs

## 0.4.4

### Patch Changes

- [#142](https://github.com/AbstractSDK/abstract.js/pull/142) [`8b8f2be`](https://github.com/AbstractSDK/abstract.js/commit/8b8f2be68577587edd285aa15c1c491fa208c88c) Thanks [@adairrr](https://github.com/adairrr)! - Rename instantiate2 methods to predict and remove 'base' from AccountAddress retrieval

- Updated dependencies [[`a45d7d0`](https://github.com/AbstractSDK/abstract.js/commit/a45d7d0fb3fef37805231d5715a1d288c966be72), [`8b8f2be`](https://github.com/AbstractSDK/abstract.js/commit/8b8f2be68577587edd285aa15c1c491fa208c88c), [`1078fae`](https://github.com/AbstractSDK/abstract.js/commit/1078fae09363757fbbe93e77d210f8c9d73db6a1)]:
- @abstract-money/core@3.3.0
- @abstract-money/react@2.3.0
- @abstract-money/provider-graz@10.0.0

## 0.4.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/wagemos-graz-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wagemos-graz-nextjs",
"version": "0.4.3",
"version": "0.4.4",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## 0.1.0

## 3.3.0

### Minor Changes

- [#138](https://github.com/AbstractSDK/abstract.js/pull/138) [`a45d7d0`](https://github.com/AbstractSDK/abstract.js/commit/a45d7d0fb3fef37805231d5715a1d288c966be72) Thanks [@adairrr](https://github.com/adairrr)! - Expose the ICA Client

- [#142](https://github.com/AbstractSDK/abstract.js/pull/142) [`8b8f2be`](https://github.com/AbstractSDK/abstract.js/commit/8b8f2be68577587edd285aa15c1c491fa208c88c) Thanks [@adairrr](https://github.com/adairrr)! - Rename instantiate2 methods to predict and remove 'base' from AccountAddress retrieval

- [#140](https://github.com/AbstractSDK/abstract.js/pull/140) [`1078fae`](https://github.com/AbstractSDK/abstract.js/commit/1078fae09363757fbbe93e77d210f8c9d73db6a1) Thanks [@adairrr](https://github.com/adairrr)! - Add useClaimnamespace and re-export send funds

## 3.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abstract-money/core",
"version": "3.2.0",
"version": "3.3.0",
"description": "Typings for Abstract smart contracts",
"homepage": "https://github.com/AbstractSDK/abstract.js#readme",
"author": "adairrr <adair@abstract.money>",
Expand Down
7 changes: 7 additions & 0 deletions packages/provider-cosmoskit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @abstract-money/provider-cosmoskit

## 10.0.0

### Patch Changes

- Updated dependencies [[`a45d7d0`](https://github.com/AbstractSDK/abstract.js/commit/a45d7d0fb3fef37805231d5715a1d288c966be72), [`8b8f2be`](https://github.com/AbstractSDK/abstract.js/commit/8b8f2be68577587edd285aa15c1c491fa208c88c), [`1078fae`](https://github.com/AbstractSDK/abstract.js/commit/1078fae09363757fbbe93e77d210f8c9d73db6a1)]:
- @abstract-money/react@2.3.0

## 9.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-cosmoskit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abstract-money/provider-cosmoskit",
"version": "9.0.0",
"version": "10.0.0",
"description": "Provider for CosmosKit",
"homepage": "https://github.com/AbstractSDK/abstract.js#readme",
"author": "dalechyn <vlad@abstract.money>",
Expand Down
8 changes: 8 additions & 0 deletions packages/provider-graz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @abstract-money/provider-graz

## 10.0.0

### Patch Changes

- Updated dependencies [[`a45d7d0`](https://github.com/AbstractSDK/abstract.js/commit/a45d7d0fb3fef37805231d5715a1d288c966be72), [`8b8f2be`](https://github.com/AbstractSDK/abstract.js/commit/8b8f2be68577587edd285aa15c1c491fa208c88c), [`1078fae`](https://github.com/AbstractSDK/abstract.js/commit/1078fae09363757fbbe93e77d210f8c9d73db6a1)]:
- @abstract-money/core@3.3.0
- @abstract-money/react@2.3.0

## 9.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-graz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abstract-money/provider-graz",
"version": "9.0.0",
"version": "10.0.0",
"description": "Provider for Graz",
"homepage": "https://github.com/AbstractSDK/abstract.js#readme",
"author": "dalechyn <vlad@abstract.money>",
Expand Down
8 changes: 8 additions & 0 deletions packages/provider-xion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @abstract-money/provider-xion

## 3.0.0

### Patch Changes

- Updated dependencies [[`a45d7d0`](https://github.com/AbstractSDK/abstract.js/commit/a45d7d0fb3fef37805231d5715a1d288c966be72), [`8b8f2be`](https://github.com/AbstractSDK/abstract.js/commit/8b8f2be68577587edd285aa15c1c491fa208c88c), [`1078fae`](https://github.com/AbstractSDK/abstract.js/commit/1078fae09363757fbbe93e77d210f8c9d73db6a1)]:
- @abstract-money/core@3.3.0
- @abstract-money/react@2.3.0

## 2.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-xion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abstract-money/provider-xion",
"version": "2.0.0",
"version": "3.0.0",
"description": "Provider for Xion",
"homepage": "https://github.com/AbstractSDK/abstract.js#readme",
"author": "adair <adair@abstract.money>",
Expand Down
15 changes: 15 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @abstract-money/react

## 2.3.0

### Minor Changes

- [#138](https://github.com/AbstractSDK/abstract.js/pull/138) [`a45d7d0`](https://github.com/AbstractSDK/abstract.js/commit/a45d7d0fb3fef37805231d5715a1d288c966be72) Thanks [@adairrr](https://github.com/adairrr)! - Expose the ICA Client

- [#142](https://github.com/AbstractSDK/abstract.js/pull/142) [`8b8f2be`](https://github.com/AbstractSDK/abstract.js/commit/8b8f2be68577587edd285aa15c1c491fa208c88c) Thanks [@adairrr](https://github.com/adairrr)! - Rename instantiate2 methods to predict and remove 'base' from AccountAddress retrieval

- [#140](https://github.com/AbstractSDK/abstract.js/pull/140) [`1078fae`](https://github.com/AbstractSDK/abstract.js/commit/1078fae09363757fbbe93e77d210f8c9d73db6a1) Thanks [@adairrr](https://github.com/adairrr)! - Add useClaimnamespace and re-export send funds

### Patch Changes

- Updated dependencies [[`a45d7d0`](https://github.com/AbstractSDK/abstract.js/commit/a45d7d0fb3fef37805231d5715a1d288c966be72), [`8b8f2be`](https://github.com/AbstractSDK/abstract.js/commit/8b8f2be68577587edd285aa15c1c491fa208c88c), [`1078fae`](https://github.com/AbstractSDK/abstract.js/commit/1078fae09363757fbbe93e77d210f8c9d73db6a1)]:
- @abstract-money/core@3.3.0

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abstract-money/react",
"version": "2.2.0",
"version": "2.3.0",
"description": "React Hooks for Abstract SDK",
"homepage": "https://github.com/AbstractSDK/abstract.js#readme",
"author": "dalechyn <vlad@abstract.money>",
Expand Down