Skip to content

Commit

Permalink
chore: update versions (alpha) (#241)
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 24, 2024
1 parent 5f5edf4 commit c933eca
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 4 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"silly-seas-sip",
"silver-plants-rule",
"six-zebras-impress",
"sixty-geckos-give",
"slimy-deers-hammer",
"slow-kangaroos-glow",
"smart-deers-cough",
Expand Down
14 changes: 14 additions & 0 deletions apps/demo-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# demo-app

## 1.1.0-alpha.38

### Minor Changes

- [#240](https://github.com/burnt-labs/xion.js/pull/240) [`5f5edf4`](https://github.com/burnt-labs/xion.js/commit/5f5edf4cf38546b9f726af9b685ea1ce39444551) Thanks [@justinbarry](https://github.com/justinbarry)! - Update default gas price to 0.001uxion

### Patch Changes

- Updated dependencies [[`5f5edf4`](https://github.com/burnt-labs/xion.js/commit/5f5edf4cf38546b9f726af9b685ea1ce39444551)]:
- @burnt-labs/constants@0.1.0-alpha.14
- @burnt-labs/abstraxion@1.0.0-alpha.53
- @burnt-labs/abstraxion-core@1.0.0-alpha.48
- @burnt-labs/signers@0.1.0-alpha.13

## 1.1.0-alpha.37

### Patch 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.37",
"version": "1.1.0-alpha.38",
"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.48

### Patch Changes

- Updated dependencies [[`5f5edf4`](https://github.com/burnt-labs/xion.js/commit/5f5edf4cf38546b9f726af9b685ea1ce39444551)]:
- @burnt-labs/constants@0.1.0-alpha.14
- @burnt-labs/signers@0.1.0-alpha.13

## 1.0.0-alpha.47

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

## 1.0.0-alpha.53

### Patch Changes

- Updated dependencies [[`5f5edf4`](https://github.com/burnt-labs/xion.js/commit/5f5edf4cf38546b9f726af9b685ea1ce39444551)]:
- @burnt-labs/constants@0.1.0-alpha.14
- @burnt-labs/abstraxion-core@1.0.0-alpha.48
- @burnt-labs/signers@0.1.0-alpha.13

## 1.0.0-alpha.52

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

## 0.1.0-alpha.14

### Minor Changes

- [#240](https://github.com/burnt-labs/xion.js/pull/240) [`5f5edf4`](https://github.com/burnt-labs/xion.js/commit/5f5edf4cf38546b9f726af9b685ea1ce39444551) Thanks [@justinbarry](https://github.com/justinbarry)! - Update default gas price to 0.001uxion

## 0.1.0-alpha.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@burnt-labs/constants",
"version": "0.1.0-alpha.13",
"version": "0.1.0-alpha.14",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit c933eca

Please sign in to comment.