Skip to content

Commit

Permalink
Merge pull request #152 from AbstractSDK/changeset-release/mainline
Browse files Browse the repository at this point in the history
chore: version packages
  • Loading branch information
adairrr authored Nov 23, 2024
2 parents 5d14de4 + db8eaaf commit 49200dc
Show file tree
Hide file tree
Showing 19 changed files with 83 additions and 17 deletions.
8 changes: 0 additions & 8 deletions .changeset/breezy-dodos-hear.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.8

### Patch Changes

- Updated dependencies [[`c8826a8`](https://github.com/AbstractSDK/abstract.js/commit/c8826a86906954097b1495e26309cea578d81b53)]:
- @abstract-money/core@3.4.1
- @abstract-money/react@2.3.4
- @abstract-money/provider-cosmoskit@10.0.4

## 0.4.7

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

## 0.4.8

### Patch Changes

- Updated dependencies [[`c8826a8`](https://github.com/AbstractSDK/abstract.js/commit/c8826a86906954097b1495e26309cea578d81b53)]:
- @abstract-money/core@3.4.1
- @abstract-money/provider-graz@11.0.1
- @abstract-money/react@2.3.4

## 0.4.7

### 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.7",
"version": "0.4.8",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
Expand Down
9 changes: 9 additions & 0 deletions packages/actions-xion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# @abstract-money/actions-xion

## 0.0.2

### Patch Changes

- [#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

- Updated dependencies [[`c8826a8`](https://github.com/AbstractSDK/abstract.js/commit/c8826a86906954097b1495e26309cea578d81b53)]:
- @abstract-money/core@3.4.1
2 changes: 1 addition & 1 deletion packages/actions-xion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abstract-money/actions-xion",
"version": "0.0.1",
"version": "0.0.2",
"description": "Abstraxion utils",
"author": "adairrr <[email protected]>",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## 0.1.0

## 3.4.1

### Patch Changes

- [#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

- Updated dependencies [[`c8826a8`](https://github.com/AbstractSDK/abstract.js/commit/c8826a86906954097b1495e26309cea578d81b53)]:
- @abstract-money/cosmwasm-utils@0.3.5

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

## 0.3.5

### Patch Changes

- [#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

## 0.3.4

### Patch 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.3.4",
"version": "0.3.5",
"description": "Cosmwasm utils",
"author": "adairrr <[email protected]>",
"license": "MIT",
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.4

### Patch Changes

- Updated dependencies []:
- @abstract-money/react@2.3.4

## 10.0.3

### 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": "10.0.3",
"version": "10.0.4",
"description": "Provider for CosmosKit",
"homepage": "https://github.com/AbstractSDK/abstract.js#readme",
"author": "dalechyn <[email protected]>",
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

## 11.0.1

### Patch Changes

- Updated dependencies [[`c8826a8`](https://github.com/AbstractSDK/abstract.js/commit/c8826a86906954097b1495e26309cea578d81b53)]:
- @abstract-money/core@3.4.1
- @abstract-money/react@2.3.4

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

## 4.0.1

### Patch Changes

- [#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

- Updated dependencies [[`c8826a8`](https://github.com/AbstractSDK/abstract.js/commit/c8826a86906954097b1495e26309cea578d81b53)]:
- @abstract-money/core@3.4.1
- @abstract-money/react@2.3.4

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

## 2.3.4

### Patch Changes

- Updated dependencies [[`c8826a8`](https://github.com/AbstractSDK/abstract.js/commit/c8826a86906954097b1495e26309cea578d81b53)]:
- @abstract-money/core@3.4.1

## 2.3.3

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

0 comments on commit 49200dc

Please sign in to comment.