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 Dec 15, 2023
1 parent 2376b48 commit 490abbb
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"@burnt-labs/ui": "0.0.0"
},
"changesets": [
"bright-carpets-rhyme"
"bright-carpets-rhyme",
"honest-apples-admire"
]
}
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.1

### Patch Changes

- Updated dependencies [8c57207]
- @burnt-labs/abstraxion@0.1.0-alpha.16

## 1.0.1-alpha.0

### 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.0",
"version": "1.0.1-alpha.1",
"private": true,
"scripts": {
"dev": "next dev",
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

## 0.1.0-alpha.16

### Minor Changes

- 8c57207: Remove the advanced login options (Metamask and Keplr) from the AbstraxionSignin component. The showAdvanced state variable and related code have been deleted, simplifying the sign-in process for users.

## 0.0.1-alpha.15

### 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.0.1-alpha.15",
"version": "0.1.0-alpha.16",
"types": "./dist/index.d.ts",
"sideEffects": [
"**/*.css"
Expand Down

0 comments on commit 490abbb

Please sign in to comment.