Skip to content

Commit

Permalink
chore: update versions (alpha) (#93)
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 Feb 19, 2024
1 parent a9a882a commit f94822c
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"@burnt-labs/tailwind-config": "0.0.0",
"@burnt-labs/tsconfig": "0.0.0",
"@burnt-labs/ui": "0.0.0",
"abstraxion-dashboard": "0.1.0"
"abstraxion-dashboard": "0.1.0",
"@burnt-labs/abstraxion-core": "1.0.0-alpha.29"
},
"changesets": [
"blue-lobsters-taste",
Expand All @@ -31,6 +32,7 @@
"khaki-rats-beam",
"light-penguins-deny",
"long-icons-kiss",
"moody-months-hunt",
"odd-planets-hammer",
"poor-papayas-grin",
"rich-wolves-whisper",
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.11

### Patch Changes

- Updated dependencies [[`a9a882a`](https://github.com/burnt-labs/xion.js/commit/a9a882a23ff3227591287e7dc28438f7644a7bfa)]:
- @burnt-labs/abstraxion@1.0.0-alpha.30

## 0.2.0-alpha.10

### Patch 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.10",
"version": "0.2.0-alpha.11",
"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.1.0-alpha.15

### Patch Changes

- Updated dependencies [[`a9a882a`](https://github.com/burnt-labs/xion.js/commit/a9a882a23ff3227591287e7dc28438f7644a7bfa)]:
- @burnt-labs/abstraxion@1.0.0-alpha.30

## 1.1.0-alpha.14

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

## 1.0.0-alpha.30

### Minor Changes

- [#92](https://github.com/burnt-labs/xion.js/pull/92) [`a9a882a`](https://github.com/burnt-labs/xion.js/commit/a9a882a23ff3227591287e7dc28438f7644a7bfa) Thanks [@Peartes](https://github.com/Peartes)! - Pull GranteeSignerClient into a separate "core" package to help others reproduce abstraxion functionality
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.29",
"version": "1.0.0-alpha.30",
"sideEffects": [
"**/*.css"
],
Expand Down
11 changes: 11 additions & 0 deletions packages/abstraxion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @burnt-labs/abstraxion

## 1.0.0-alpha.30

### Minor Changes

- [#92](https://github.com/burnt-labs/xion.js/pull/92) [`a9a882a`](https://github.com/burnt-labs/xion.js/commit/a9a882a23ff3227591287e7dc28438f7644a7bfa) Thanks [@Peartes](https://github.com/Peartes)! - Pull GranteeSignerClient into a separate "core" package to help others reproduce abstraxion functionality

### Patch Changes

- Updated dependencies [[`a9a882a`](https://github.com/burnt-labs/xion.js/commit/a9a882a23ff3227591287e7dc28438f7644a7bfa)]:
- @burnt-labs/abstraxion-core@1.0.0-alpha.30

## 1.0.0-alpha.29

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

0 comments on commit f94822c

Please sign in to comment.