Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adairrr committed Oct 17, 2024
1 parent f228240 commit eb11697
Show file tree
Hide file tree
Showing 22 changed files with 10,858 additions and 7,858 deletions.
6 changes: 0 additions & 6 deletions .changeset/quiet-hotels-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-terms-impress.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/smooth-zoos-love.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- [#127](https://github.com/AbstractSDK/abstract.js/pull/127) [`e46ec91`](https://github.com/AbstractSDK/abstract.js/commit/e46ec91c1169752f552dd627d2fe93bb3ff932be) Thanks [@adairrr](https://github.com/adairrr)! - Update Abstract to 0.24.0 with unified accounts

The major changes include:

- Updating Abstract to 0.24.0
- Removing distinction between `proxy` and `manager`, replacing them with simply `account`
- Clarify `executeRemote` and `executeOnRemote`
- Add doc comments
- Remove components from legacy code
- Ensure generation works for both esm and cjs

### Patch Changes

- Updated dependencies [[`a0c78be`](https://github.com/AbstractSDK/abstract.js/commit/a0c78be885b934e4c6c1a219b07ed58e3248f8d4), [`e46ec91`](https://github.com/AbstractSDK/abstract.js/commit/e46ec91c1169752f552dd627d2fe93bb3ff932be)]:
- @abstract-money/react@2.0.0
- @abstract-money/core@3.0.0
- @abstract-money/provider-cosmoskit@7.0.0

## 0.3.25

### 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.3.25",
"version": "0.4.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
24 changes: 24 additions & 0 deletions examples/wagemos-graz-nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# wagemos-graz-nextjs

## 0.4.0

### Minor Changes

- [#124](https://github.com/AbstractSDK/abstract.js/pull/124) [`0ed4329`](https://github.com/AbstractSDK/abstract.js/commit/0ed432944ab838c084d88e8d2ec5f32ece730afb) Thanks [@adairrr](https://github.com/adairrr)! - Update graz to 0.19

- [#127](https://github.com/AbstractSDK/abstract.js/pull/127) [`e46ec91`](https://github.com/AbstractSDK/abstract.js/commit/e46ec91c1169752f552dd627d2fe93bb3ff932be) Thanks [@adairrr](https://github.com/adairrr)! - Update Abstract to 0.24.0 with unified accounts

The major changes include:

- Updating Abstract to 0.24.0
- Removing distinction between `proxy` and `manager`, replacing them with simply `account`
- Clarify `executeRemote` and `executeOnRemote`
- Add doc comments
- Remove components from legacy code
- Ensure generation works for both esm and cjs

### Patch Changes

- Updated dependencies [[`0ed4329`](https://github.com/AbstractSDK/abstract.js/commit/0ed432944ab838c084d88e8d2ec5f32ece730afb), [`a0c78be`](https://github.com/AbstractSDK/abstract.js/commit/a0c78be885b934e4c6c1a219b07ed58e3248f8d4), [`e46ec91`](https://github.com/AbstractSDK/abstract.js/commit/e46ec91c1169752f552dd627d2fe93bb3ff932be)]:
- @abstract-money/provider-graz@7.0.0
- @abstract-money/react@2.0.0
- @abstract-money/core@3.0.0

## 0.3.25

### 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.3.25",
"version": "0.4.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
Expand Down
15 changes: 15 additions & 0 deletions packages/bundle-require/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @abstract-money/bundle-require

## 0.2.0

### Minor Changes

- [#127](https://github.com/AbstractSDK/abstract.js/pull/127) [`e46ec91`](https://github.com/AbstractSDK/abstract.js/commit/e46ec91c1169752f552dd627d2fe93bb3ff932be) Thanks [@adairrr](https://github.com/adairrr)! - Update Abstract to 0.24.0 with unified accounts

The major changes include:

- Updating Abstract to 0.24.0
- Removing distinction between `proxy` and `manager`, replacing them with simply `account`
- Clarify `executeRemote` and `executeOnRemote`
- Add doc comments
- Remove components from legacy code
- Ensure generation works for both esm and cjs

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bundle-require/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abstract-money/bundle-require",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
20 changes: 20 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @abstract-money/cli

## 1.0.0

### Major Changes

- [#127](https://github.com/AbstractSDK/abstract.js/pull/127) [`e46ec91`](https://github.com/AbstractSDK/abstract.js/commit/e46ec91c1169752f552dd627d2fe93bb3ff932be) Thanks [@adairrr](https://github.com/adairrr)! - Update Abstract to 0.24.0 with unified accounts

The major changes include:

- Updating Abstract to 0.24.0
- Removing distinction between `proxy` and `manager`, replacing them with simply `account`
- Clarify `executeRemote` and `executeOnRemote`
- Add doc comments
- Remove components from legacy code
- Ensure generation works for both esm and cjs

### Patch Changes

- Updated dependencies [[`e46ec91`](https://github.com/AbstractSDK/abstract.js/commit/e46ec91c1169752f552dd627d2fe93bb3ff932be)]:
- @abstract-money/bundle-require@0.2.0

## 0.4.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abstract-money/cli",
"version": "0.4.4",
"version": "1.0.0",
"description": "CLI tool to generate modules to build with Abstract SDK",
"homepage": "https://github.com/AbstractSDK/abstract.js#readme",
"author": "dalechyn <[email protected]>",
Expand Down
20 changes: 20 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
## 0.1.0

## 2.0.0

### Major Changes

- [#127](https://github.com/AbstractSDK/abstract.js/pull/127) [`e46ec91`](https://github.com/AbstractSDK/abstract.js/commit/e46ec91c1169752f552dd627d2fe93bb3ff932be) Thanks [@adairrr](https://github.com/adairrr)! - Update Abstract to 0.24.0 with unified accounts

The major changes include:

- Updating Abstract to 0.24.0
- Removing distinction between `proxy` and `manager`, replacing them with simply `account`
- Clarify `executeRemote` and `executeOnRemote`
- Add doc comments
- Remove components from legacy code
- Ensure generation works for both esm and cjs

### Patch Changes

- Updated dependencies [[`e46ec91`](https://github.com/AbstractSDK/abstract.js/commit/e46ec91c1169752f552dd627d2fe93bb3ff932be)]:
- @abstract-money/cosmwasm-utils@0.3.0

## 1.4.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": "2.0.0-rc.8",
"version": "3.0.0",
"description": "Typings for Abstract smart contracts",
"homepage": "https://github.com/AbstractSDK/abstract.js#readme",
"author": "adairrr <[email protected]>",
Expand Down
15 changes: 15 additions & 0 deletions packages/cosmwasm-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @abstract-money/cosmwasm-utils

## 0.3.0

### Minor Changes

- [#127](https://github.com/AbstractSDK/abstract.js/pull/127) [`e46ec91`](https://github.com/AbstractSDK/abstract.js/commit/e46ec91c1169752f552dd627d2fe93bb3ff932be) Thanks [@adairrr](https://github.com/adairrr)! - Update Abstract to 0.24.0 with unified accounts

The major changes include:

- Updating Abstract to 0.24.0
- Removing distinction between `proxy` and `manager`, replacing them with simply `account`
- Clarify `executeRemote` and `executeOnRemote`
- Add doc comments
- Remove components from legacy code
- Ensure generation works for both esm and cjs

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cosmwasm-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abstract-money/cosmwasm-utils",
"version": "0.2.2",
"version": "0.3.0",
"description": "Cosmwasm utils",
"author": "adairrr <[email protected]>",
"license": "MIT",
Expand Down
20 changes: 20 additions & 0 deletions packages/provider-cosmoskit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @abstract-money/provider-cosmoskit

## 7.0.0

### Major Changes

- [#127](https://github.com/AbstractSDK/abstract.js/pull/127) [`e46ec91`](https://github.com/AbstractSDK/abstract.js/commit/e46ec91c1169752f552dd627d2fe93bb3ff932be) Thanks [@adairrr](https://github.com/adairrr)! - Update Abstract to 0.24.0 with unified accounts

The major changes include:

- Updating Abstract to 0.24.0
- Removing distinction between `proxy` and `manager`, replacing them with simply `account`
- Clarify `executeRemote` and `executeOnRemote`
- Add doc comments
- Remove components from legacy code
- Ensure generation works for both esm and cjs

### Patch Changes

- Updated dependencies [[`a0c78be`](https://github.com/AbstractSDK/abstract.js/commit/a0c78be885b934e4c6c1a219b07ed58e3248f8d4), [`e46ec91`](https://github.com/AbstractSDK/abstract.js/commit/e46ec91c1169752f552dd627d2fe93bb3ff932be)]:
- @abstract-money/react@2.0.0

## 6.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": "6.0.0",
"version": "7.0.0",
"description": "Provider for CosmosKit",
"homepage": "https://github.com/AbstractSDK/abstract.js#readme",
"author": "dalechyn <[email protected]>",
Expand Down
25 changes: 25 additions & 0 deletions packages/provider-graz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @abstract-money/provider-graz

## 7.0.0

### Major Changes

- [#127](https://github.com/AbstractSDK/abstract.js/pull/127) [`e46ec91`](https://github.com/AbstractSDK/abstract.js/commit/e46ec91c1169752f552dd627d2fe93bb3ff932be) Thanks [@adairrr](https://github.com/adairrr)! - Update Abstract to 0.24.0 with unified accounts

The major changes include:

- Updating Abstract to 0.24.0
- Removing distinction between `proxy` and `manager`, replacing them with simply `account`
- Clarify `executeRemote` and `executeOnRemote`
- Add doc comments
- Remove components from legacy code
- Ensure generation works for both esm and cjs

### Minor Changes

- [#124](https://github.com/AbstractSDK/abstract.js/pull/124) [`0ed4329`](https://github.com/AbstractSDK/abstract.js/commit/0ed432944ab838c084d88e8d2ec5f32ece730afb) Thanks [@adairrr](https://github.com/adairrr)! - Update graz to 0.19

### Patch Changes

- Updated dependencies [[`a0c78be`](https://github.com/AbstractSDK/abstract.js/commit/a0c78be885b934e4c6c1a219b07ed58e3248f8d4), [`e46ec91`](https://github.com/AbstractSDK/abstract.js/commit/e46ec91c1169752f552dd627d2fe93bb3ff932be)]:
- @abstract-money/react@2.0.0
- @abstract-money/core@3.0.0

## 6.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": "6.0.0",
"version": "7.0.0",
"description": "Provider for Graz",
"homepage": "https://github.com/AbstractSDK/abstract.js#readme",
"author": "dalechyn <[email protected]>",
Expand Down
22 changes: 22 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @abstract-money/react

## 2.0.0

### Major Changes

- [#127](https://github.com/AbstractSDK/abstract.js/pull/127) [`e46ec91`](https://github.com/AbstractSDK/abstract.js/commit/e46ec91c1169752f552dd627d2fe93bb3ff932be) Thanks [@adairrr](https://github.com/adairrr)! - Update Abstract to 0.24.0 with unified accounts

The major changes include:

- Updating Abstract to 0.24.0
- Removing distinction between `proxy` and `manager`, replacing them with simply `account`
- Clarify `executeRemote` and `executeOnRemote`
- Add doc comments
- Remove components from legacy code
- Ensure generation works for both esm and cjs

### Patch Changes

- [#125](https://github.com/AbstractSDK/abstract.js/pull/125) [`a0c78be`](https://github.com/AbstractSDK/abstract.js/commit/a0c78be885b934e4c6c1a219b07ed58e3248f8d4) Thanks [@adairrr](https://github.com/adairrr)! - useUse to use with re-exported useUse

- Updated dependencies [[`e46ec91`](https://github.com/AbstractSDK/abstract.js/commit/e46ec91c1169752f552dd627d2fe93bb3ff932be)]:
- @abstract-money/core@3.0.0

## 1.4.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": "1.4.0",
"version": "2.0.0",
"description": "React Hooks for Abstract SDK",
"homepage": "https://github.com/AbstractSDK/abstract.js#readme",
"author": "dalechyn <[email protected]>",
Expand Down
Loading

0 comments on commit eb11697

Please sign in to comment.