Skip to content

Commit

Permalink
chore: update versions (alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and justinbarry committed Jan 10, 2024
1 parent 7f498ee commit 4c5eb61
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 5 deletions.
8 changes: 6 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,20 @@
"@burnt-labs/signers": "0.0.0",
"@burnt-labs/tailwind-config": "0.0.0",
"@burnt-labs/tsconfig": "0.0.0",
"@burnt-labs/ui": "0.0.0"
"@burnt-labs/ui": "0.0.0",
"abstraxion-dashboard": "0.1.0"
},
"changesets": [
"bright-carpets-rhyme",
"chilly-lamps-float",
"flat-trees-confess",
"four-forks-occur",
"honest-apples-admire",
"khaki-mails-listen",
"long-icons-kiss",
"rich-wolves-whisper",
"sour-wasps-film"
"sour-wasps-film",
"three-oranges-retire",
"twenty-carrots-occur"
]
}
10 changes: 10 additions & 0 deletions apps/abstraxion-dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# abstraxion-dashboard

## 0.1.1-alpha.0

### Patch Changes

- [#32](https://github.com/burnt-labs/xion.js/pull/32) [`f6e5618`](https://github.com/burnt-labs/xion.js/commit/f6e5618f36ff15e6f642efad209f88151b395b7a) Thanks [@justinbarry](https://github.com/justinbarry)! - Initial commit of dashbaord

- Updated dependencies [[`7f498ee`](https://github.com/burnt-labs/xion.js/commit/7f498ee6c58a897f0a6cda76ecb60b52dd495846), [`5a17b99`](https://github.com/burnt-labs/xion.js/commit/5a17b99b56e62535297bd2b5a1086df68ee82ee1)]:
- @burnt-labs/abstraxion@0.1.0-alpha.19
2 changes: 1 addition & 1 deletion apps/abstraxion-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abstraxion-dashboard",
"version": "0.1.0",
"version": "0.1.1-alpha.0",
"private": true,
"scripts": {
"dev": "next dev",
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.0.1-alpha.4

### Patch Changes

- Updated dependencies [[`7f498ee`](https://github.com/burnt-labs/xion.js/commit/7f498ee6c58a897f0a6cda76ecb60b52dd495846), [`5a17b99`](https://github.com/burnt-labs/xion.js/commit/5a17b99b56e62535297bd2b5a1086df68ee82ee1)]:
- @burnt-labs/abstraxion@0.1.0-alpha.19

## 1.0.1-alpha.3

### 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.0.1-alpha.3",
"version": "1.0.1-alpha.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
10 changes: 10 additions & 0 deletions packages/abstraxion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @burnt-labs/abstraxion

## 0.1.0-alpha.19

### Minor Changes

- [#36](https://github.com/burnt-labs/xion.js/pull/36) [`5a17b99`](https://github.com/burnt-labs/xion.js/commit/5a17b99b56e62535297bd2b5a1086df68ee82ee1) Thanks [@justinbarry](https://github.com/justinbarry)! - Remove webAuthn registration functionality

### Patch Changes

- [#36](https://github.com/burnt-labs/xion.js/pull/36) [`7f498ee`](https://github.com/burnt-labs/xion.js/commit/7f498ee6c58a897f0a6cda76ecb60b52dd495846) Thanks [@justinbarry](https://github.com/justinbarry)! - Simplify terms and conditions text

## 0.1.0-alpha.18

### 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": "0.1.0-alpha.18",
"version": "0.1.0-alpha.19",
"sideEffects": [
"**/*.css"
],
Expand Down

0 comments on commit 4c5eb61

Please sign in to comment.