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 Apr 24, 2024
1 parent aa57bfd commit 586a0a1
Show file tree
Hide file tree
Showing 9 changed files with 32 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 @@ -26,6 +26,7 @@
"cyan-readers-crash",
"dirty-years-love",
"dry-jobs-warn",
"early-moons-remain",
"few-seas-burn",
"fifty-flowers-happen",
"flat-trees-confess",
Expand Down
7 changes: 7 additions & 0 deletions apps/abstraxion-dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# abstraxion-dashboard

## 0.2.0-alpha.24

### Patch Changes

- Updated dependencies [[`aa57bfd`](https://github.com/burnt-labs/xion.js/commit/aa57bfdd0ed1651b652b2a9a39a2eeb54ab25d11)]:
- @burnt-labs/abstraxion@1.0.0-alpha.43

## 0.2.0-alpha.23

### Minor Changes
Expand Down
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.2.0-alpha.23",
"version": "0.2.0-alpha.24",
"private": true,
"scripts": {
"dev": "next dev --port 3002",
Expand Down
7 changes: 7 additions & 0 deletions apps/abstraxion-settings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# abstraxion-settings

## 1.1.0-alpha.2

### Patch Changes

- Updated dependencies [[`aa57bfd`](https://github.com/burnt-labs/xion.js/commit/aa57bfdd0ed1651b652b2a9a39a2eeb54ab25d11)]:
- @burnt-labs/abstraxion@1.0.0-alpha.43

## 1.1.0-alpha.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/abstraxion-settings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abstraxion-settings",
"version": "1.1.0-alpha.1",
"version": "1.1.0-alpha.2",
"private": true,
"type": "module",
"scripts": {
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.28

### Patch Changes

- Updated dependencies [[`aa57bfd`](https://github.com/burnt-labs/xion.js/commit/aa57bfdd0ed1651b652b2a9a39a2eeb54ab25d11)]:
- @burnt-labs/abstraxion@1.0.0-alpha.43

## 1.1.0-alpha.27

### 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.27",
"version": "1.1.0-alpha.28",
"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.43

### Minor Changes

- [#163](https://github.com/burnt-labs/xion.js/pull/163) [`aa57bfd`](https://github.com/burnt-labs/xion.js/commit/aa57bfdd0ed1651b652b2a9a39a2eeb54ab25d11) Thanks [@justinbarry](https://github.com/justinbarry)! - Fix issue where connected modal was not showing up when connected

## 1.0.0-alpha.42

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

0 comments on commit 586a0a1

Please sign in to comment.