Skip to content

Commit

Permalink
chore: update versions (alpha) (#236)
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 Oct 31, 2024
1 parent c971416 commit 4f1e335
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"great-bags-drum",
"happy-lies-check",
"honest-apples-admire",
"hot-terms-reply",
"hungry-cherries-decide",
"khaki-mails-listen",
"khaki-rats-beam",
Expand Down
7 changes: 7 additions & 0 deletions apps/demo-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# demo-app

## 1.1.0-alpha.37

### Patch Changes

- Updated dependencies [[`c971416`](https://github.com/burnt-labs/xion.js/commit/c97141600882ca3d6ac8e3603670b6da21592e28)]:
- @burnt-labs/abstraxion@1.0.0-alpha.52

## 1.1.0-alpha.36

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

## 1.0.0-alpha.52

### Minor Changes

- [#233](https://github.com/burnt-labs/xion.js/pull/233) [`c971416`](https://github.com/burnt-labs/xion.js/commit/c97141600882ca3d6ac8e3603670b6da21592e28) Thanks [@justinbarry](https://github.com/justinbarry)! - Add a `useAbstraxionClient` hook to expose non-signing client.

## 1.0.0-alpha.51

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

0 comments on commit 4f1e335

Please sign in to comment.