Skip to content

Commit

Permalink
chore: update versions (alpha) (#177)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 15, 2024
1 parent 223458a commit 47e5d0a
Show file tree
Hide file tree
Showing 13 changed files with 60 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"neat-pillows-lie",
"new-shrimps-listen",
"new-timers-sleep",
"nine-parrots-doubt",
"odd-bananas-drum",
"odd-planets-hammer",
"poor-papayas-grin",
Expand All @@ -77,6 +78,7 @@
"tame-cows-add",
"tasty-masks-kiss",
"three-oranges-retire",
"tiny-steaks-wink",
"tough-dolls-count",
"tough-radios-look",
"twelve-bulldogs-collect",
Expand Down
12 changes: 12 additions & 0 deletions apps/abstraxion-dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# abstraxion-dashboard

## 0.2.0-alpha.26

### Minor Changes

- [#176](https://github.com/burnt-labs/xion.js/pull/176) [`a80ed9c`](https://github.com/burnt-labs/xion.js/commit/a80ed9c32f0c5c91a8ec7aacfba5bddddfc43f84) Thanks [@BurntNerve](https://github.com/BurntNerve)! - Added UI Fixes and new button style

### Patch Changes

- Updated dependencies [[`a80ed9c`](https://github.com/burnt-labs/xion.js/commit/a80ed9c32f0c5c91a8ec7aacfba5bddddfc43f84), [`b3ecf24`](https://github.com/burnt-labs/xion.js/commit/b3ecf24cf8c240c2b0c721ed803decca9f6a91a4)]:
- @burnt-labs/ui@0.1.0-alpha.12
- @burnt-labs/abstraxion@1.0.0-alpha.45

## 0.2.0-alpha.25

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

## 1.1.0-alpha.4

### Patch Changes

- Updated dependencies [[`a80ed9c`](https://github.com/burnt-labs/xion.js/commit/a80ed9c32f0c5c91a8ec7aacfba5bddddfc43f84), [`b3ecf24`](https://github.com/burnt-labs/xion.js/commit/b3ecf24cf8c240c2b0c721ed803decca9f6a91a4)]:
- @burnt-labs/ui@0.1.0-alpha.12
- @burnt-labs/abstraxion@1.0.0-alpha.45

## 1.1.0-alpha.3

### Minor 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.3",
"version": "1.1.0-alpha.4",
"private": true,
"type": "module",
"scripts": {
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.30

### Patch Changes

- Updated dependencies [[`a80ed9c`](https://github.com/burnt-labs/xion.js/commit/a80ed9c32f0c5c91a8ec7aacfba5bddddfc43f84), [`b3ecf24`](https://github.com/burnt-labs/xion.js/commit/b3ecf24cf8c240c2b0c721ed803decca9f6a91a4)]:
- @burnt-labs/ui@0.1.0-alpha.12
- @burnt-labs/abstraxion@1.0.0-alpha.45

## 1.1.0-alpha.29

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

## 1.0.0-alpha.41

### Minor Changes

- [#174](https://github.com/burnt-labs/xion.js/pull/174) [`b3ecf24`](https://github.com/burnt-labs/xion.js/commit/b3ecf24cf8c240c2b0c721ed803decca9f6a91a4) Thanks [@BurntVal](https://github.com/BurntVal)! - Refactor abstraxion to implement core; clean up and fix AbstraxionAuth class; impl unit tests for AbstraxionAuth

## 1.0.0-alpha.40

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/abstraxion-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@burnt-labs/abstraxion-core",
"version": "1.0.0-alpha.40",
"version": "1.0.0-alpha.41",
"sideEffects": [
"**/*.css"
],
Expand Down
12 changes: 12 additions & 0 deletions packages/abstraxion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @burnt-labs/abstraxion

## 1.0.0-alpha.45

### Minor Changes

- [#174](https://github.com/burnt-labs/xion.js/pull/174) [`b3ecf24`](https://github.com/burnt-labs/xion.js/commit/b3ecf24cf8c240c2b0c721ed803decca9f6a91a4) Thanks [@BurntVal](https://github.com/BurntVal)! - Refactor abstraxion to implement core; clean up and fix AbstraxionAuth class; impl unit tests for AbstraxionAuth

### Patch Changes

- Updated dependencies [[`a80ed9c`](https://github.com/burnt-labs/xion.js/commit/a80ed9c32f0c5c91a8ec7aacfba5bddddfc43f84), [`b3ecf24`](https://github.com/burnt-labs/xion.js/commit/b3ecf24cf8c240c2b0c721ed803decca9f6a91a4)]:
- @burnt-labs/ui@0.1.0-alpha.12
- @burnt-labs/abstraxion-core@1.0.0-alpha.41

## 1.0.0-alpha.44

### 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.44",
"version": "1.0.0-alpha.45",
"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.12

### Minor Changes

- [#176](https://github.com/burnt-labs/xion.js/pull/176) [`a80ed9c`](https://github.com/burnt-labs/xion.js/commit/a80ed9c32f0c5c91a8ec7aacfba5bddddfc43f84) Thanks [@BurntNerve](https://github.com/BurntNerve)! - Added UI Fixes and new button style

## 0.1.0-alpha.11

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

0 comments on commit 47e5d0a

Please sign in to comment.