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 Feb 29, 2024
1 parent fafb2af commit 543eeb8
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 @@ -51,6 +51,7 @@
"sour-wasps-film",
"spotty-cats-wink",
"strange-pumpkins-raise",
"strong-eels-peel",
"tame-cows-add",
"tasty-masks-kiss",
"three-oranges-retire",
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.19

### Patch Changes

- Updated dependencies []:
- @burnt-labs/abstraxion@1.0.0-alpha.38

## 0.2.0-alpha.18

### 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.18",
"version": "0.2.0-alpha.19",
"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.23

### Patch Changes

- Updated dependencies []:
- @burnt-labs/abstraxion@1.0.0-alpha.38

## 1.1.0-alpha.22

### 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.22",
"version": "1.1.0-alpha.23",
"private": true,
"scripts": {
"dev": "next dev",
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.35

### Minor Changes

- [#118](https://github.com/burnt-labs/xion.js/pull/118) [`fafb2af`](https://github.com/burnt-labs/xion.js/commit/fafb2af44b647dcfce3bccd9b91b6d0ffefc4ed0) Thanks [@justinbarry](https://github.com/justinbarry)! - Add `getGranteeAccountData` method to the GranteeSignerClient class

## 1.0.0-alpha.34

### 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.34",
"version": "1.0.0-alpha.35",
"sideEffects": [
"**/*.css"
],
Expand Down
7 changes: 7 additions & 0 deletions packages/abstraxion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @burnt-labs/abstraxion

## 1.0.0-alpha.38

### Patch Changes

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

## 1.0.0-alpha.37

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

0 comments on commit 543eeb8

Please sign in to comment.