Skip to content

Commit

Permalink
Merge pull request #45 from burnt-labs/changeset-release/main
Browse files Browse the repository at this point in the history
chore(release): version packages 🦋 (alpha)
  • Loading branch information
BurntVal authored Jan 18, 2024
2 parents 58d8664 + 240df3c commit 047151f
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"blue-spoons-train",
"bright-carpets-rhyme",
"chilly-lamps-float",
"clever-vans-drop",
"flat-trees-confess",
"four-forks-occur",
"honest-apples-admire",
Expand All @@ -28,6 +29,7 @@
"tame-cows-add",
"tasty-masks-kiss",
"three-oranges-retire",
"tough-dolls-count",
"twenty-carrots-occur"
]
}
8 changes: 8 additions & 0 deletions apps/abstraxion-dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# abstraxion-dashboard

## 0.2.0-alpha.3

### Patch Changes

- Updated dependencies [[`6a6fdd2`](https://github.com/burnt-labs/xion.js/commit/6a6fdd253a1dc81873d271d2ac5e87100ef18ff1), [`dd8680f`](https://github.com/burnt-labs/xion.js/commit/dd8680f6bc18e15a531993be048e9db83d79b488)]:
- @burnt-labs/abstraxion@0.1.0-alpha.22
- @burnt-labs/ui@0.1.0-alpha.4

## 0.2.0-alpha.2

### 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.2",
"version": "0.2.0-alpha.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
8 changes: 8 additions & 0 deletions apps/demo-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# demo-app

## 1.1.0-alpha.7

### Patch Changes

- Updated dependencies [[`6a6fdd2`](https://github.com/burnt-labs/xion.js/commit/6a6fdd253a1dc81873d271d2ac5e87100ef18ff1), [`dd8680f`](https://github.com/burnt-labs/xion.js/commit/dd8680f6bc18e15a531993be048e9db83d79b488)]:
- @burnt-labs/abstraxion@0.1.0-alpha.22
- @burnt-labs/ui@0.1.0-alpha.4

## 1.1.0-alpha.6

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

## 0.1.0-alpha.22

### Minor Changes

- [#42](https://github.com/burnt-labs/xion.js/pull/42) [`6a6fdd2`](https://github.com/burnt-labs/xion.js/commit/6a6fdd253a1dc81873d271d2ac5e87100ef18ff1) Thanks [@BurntVal](https://github.com/BurntVal)! - remove unnecessary packages from abstraxion and optimize modal backdrop

- [#47](https://github.com/burnt-labs/xion.js/pull/47) [`dd8680f`](https://github.com/burnt-labs/xion.js/commit/dd8680f6bc18e15a531993be048e9db83d79b488) Thanks [@BurntVal](https://github.com/BurntVal)! - persistence and related state cleanup

### Patch Changes

- Updated dependencies [[`6a6fdd2`](https://github.com/burnt-labs/xion.js/commit/6a6fdd253a1dc81873d271d2ac5e87100ef18ff1)]:
- @burnt-labs/ui@0.1.0-alpha.4

## 0.1.0-alpha.21

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

## 0.1.0-alpha.4

### Minor Changes

- [#42](https://github.com/burnt-labs/xion.js/pull/42) [`6a6fdd2`](https://github.com/burnt-labs/xion.js/commit/6a6fdd253a1dc81873d271d2ac5e87100ef18ff1) Thanks [@BurntVal](https://github.com/BurntVal)! - remove unnecessary packages from abstraxion and optimize modal backdrop

## 0.0.1-alpha.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@burnt-labs/ui",
"version": "0.0.1-alpha.3",
"version": "0.1.0-alpha.4",
"sideEffects": [
"**/*.css"
],
Expand Down

0 comments on commit 047151f

Please sign in to comment.