Skip to content

Commit

Permalink
chore: update versions (alpha) (#242)
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 Nov 26, 2024
1 parent 6ca7dad commit 683a738
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"rich-wolves-whisper",
"sharp-carpets-confess",
"silly-seas-sip",
"silly-worms-hear",
"silver-plants-rule",
"six-zebras-impress",
"sixty-geckos-give",
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.39

### Minor Changes

- [#239](https://github.com/burnt-labs/xion.js/pull/239) [`6ca7dad`](https://github.com/burnt-labs/xion.js/commit/6ca7dad417a01b4a2594cdf4f935966cab62d442) Thanks [@BurntVal](https://github.com/BurntVal)! - simulation fix and granter override

### Patch Changes

- Updated dependencies [[`6ca7dad`](https://github.com/burnt-labs/xion.js/commit/6ca7dad417a01b4a2594cdf4f935966cab62d442)]:
- @burnt-labs/abstraxion-core@1.0.0-alpha.49
- @burnt-labs/abstraxion@1.0.0-alpha.54

## 1.1.0-alpha.38

### 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.38",
"version": "1.1.0-alpha.39",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
Expand Down
6 changes: 6 additions & 0 deletions packages/abstraxion-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @burnt-labs/abstraxion-core

## 1.0.0-alpha.49

### Minor Changes

- [#239](https://github.com/burnt-labs/xion.js/pull/239) [`6ca7dad`](https://github.com/burnt-labs/xion.js/commit/6ca7dad417a01b4a2594cdf4f935966cab62d442) Thanks [@BurntVal](https://github.com/BurntVal)! - simulation fix and granter override

## 1.0.0-alpha.48

### Patch 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.48",
"version": "1.0.0-alpha.49",
"sideEffects": [
"**/*.css"
],
Expand Down
11 changes: 11 additions & 0 deletions packages/abstraxion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @burnt-labs/abstraxion

## 1.0.0-alpha.54

### Minor Changes

- [#239](https://github.com/burnt-labs/xion.js/pull/239) [`6ca7dad`](https://github.com/burnt-labs/xion.js/commit/6ca7dad417a01b4a2594cdf4f935966cab62d442) Thanks [@BurntVal](https://github.com/BurntVal)! - simulation fix and granter override

### Patch Changes

- Updated dependencies [[`6ca7dad`](https://github.com/burnt-labs/xion.js/commit/6ca7dad417a01b4a2594cdf4f935966cab62d442)]:
- @burnt-labs/abstraxion-core@1.0.0-alpha.49

## 1.0.0-alpha.53

### Patch 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.53",
"version": "1.0.0-alpha.54",
"sideEffects": [
"**/*.css"
],
Expand Down

0 comments on commit 683a738

Please sign in to comment.