Skip to content

Commit

Permalink
chore: update versions (alpha) (#255)
Browse files Browse the repository at this point in the history
Co-authored-by: burnt-daemon <[email protected]>
  • Loading branch information
github-actions[bot] and burnt-daemon authored Jan 7, 2025
1 parent ad2160d commit 3852d64
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"curly-deers-beg",
"cyan-readers-crash",
"early-moons-remain",
"eighty-plants-cheat",
"eleven-ladybugs-enjoy",
"fifty-dragons-help",
"flat-trees-confess",
Expand Down Expand Up @@ -77,6 +78,7 @@
"stale-crabs-search",
"strange-stingrays-fail",
"strong-eels-peel",
"swift-toys-buy",
"tall-games-live",
"tame-cows-add",
"tasty-masks-kiss",
Expand Down
12 changes: 12 additions & 0 deletions apps/demo-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# demo-app

## 1.1.0-alpha.40

### Minor Changes

- [#254](https://github.com/burnt-labs/xion.js/pull/254) [`ad2160d`](https://github.com/burnt-labs/xion.js/commit/ad2160d2b5c8192c7b838a477454f64be14ad79c) Thanks [@BurntVal](https://github.com/BurntVal)! - Remove keplr dependencies to resolve related bugs

### Patch Changes

- Updated dependencies [[`9fad9c4`](https://github.com/burnt-labs/xion.js/commit/9fad9c415c3131a9b7f4fbc837d299e7cb33fd0d), [`ad2160d`](https://github.com/burnt-labs/xion.js/commit/ad2160d2b5c8192c7b838a477454f64be14ad79c)]:
- @burnt-labs/abstraxion-core@1.0.0-alpha.50
- @burnt-labs/abstraxion@1.0.0-alpha.55

## 1.1.0-alpha.39

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/demo-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-app",
"version": "1.1.0-alpha.39",
"version": "1.1.0-alpha.40",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
Expand Down
8 changes: 8 additions & 0 deletions packages/abstraxion-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @burnt-labs/abstraxion-core

## 1.0.0-alpha.50

### Minor Changes

- [#243](https://github.com/burnt-labs/xion.js/pull/243) [`9fad9c4`](https://github.com/burnt-labs/xion.js/commit/9fad9c415c3131a9b7f4fbc837d299e7cb33fd0d) Thanks [@BurntVal](https://github.com/BurntVal)! - GranteeSignerClient simulate extension for fee granter param

- [#254](https://github.com/burnt-labs/xion.js/pull/254) [`ad2160d`](https://github.com/burnt-labs/xion.js/commit/ad2160d2b5c8192c7b838a477454f64be14ad79c) Thanks [@BurntVal](https://github.com/BurntVal)! - Remove keplr dependencies to resolve related bugs

## 1.0.0-alpha.49

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/abstraxion-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@burnt-labs/abstraxion-core",
"version": "1.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"sideEffects": [
"**/*.css"
],
Expand Down
7 changes: 7 additions & 0 deletions packages/abstraxion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @burnt-labs/abstraxion

## 1.0.0-alpha.55

### Patch Changes

- Updated dependencies [[`9fad9c4`](https://github.com/burnt-labs/xion.js/commit/9fad9c415c3131a9b7f4fbc837d299e7cb33fd0d), [`ad2160d`](https://github.com/burnt-labs/xion.js/commit/ad2160d2b5c8192c7b838a477454f64be14ad79c)]:
- @burnt-labs/abstraxion-core@1.0.0-alpha.50

## 1.0.0-alpha.54

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/abstraxion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@burnt-labs/abstraxion",
"version": "1.0.0-alpha.54",
"version": "1.0.0-alpha.55",
"sideEffects": [
"**/*.css"
],
Expand Down

0 comments on commit 3852d64

Please sign in to comment.