Skip to content

Commit

Permalink
chore: update versions (alpha) (#213)
Browse files Browse the repository at this point in the history
Co-authored-by: burnt-daemon <[email protected]>
  • Loading branch information
github-actions[bot] and burnt-daemon authored Aug 23, 2024
1 parent 78cf088 commit 9c27672
Show file tree
Hide file tree
Showing 13 changed files with 82 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"early-moons-remain",
"eleven-ladybugs-enjoy",
"few-seas-burn",
"fifty-dragons-help",
"fifty-flowers-happen",
"flat-trees-confess",
"forty-cherries-appear",
Expand All @@ -55,6 +56,7 @@
"modern-mayflies-invent",
"moody-months-hunt",
"neat-pillows-lie",
"new-feet-explode",
"new-shrimps-listen",
"new-timers-fetch",
"new-timers-sleep",
Expand All @@ -65,6 +67,7 @@
"purple-penguins-refuse",
"quick-clouds-compare",
"quiet-rice-whisper",
"rare-llamas-lie",
"rich-wolves-whisper",
"rotten-horses-teach",
"shaggy-sheep-perform",
Expand All @@ -73,6 +76,7 @@
"silver-plants-rule",
"six-zebras-impress",
"sixty-dragons-reflect",
"slimy-deers-hammer",
"smart-deers-cough",
"smooth-clouds-fetch",
"sour-wasps-film",
Expand All @@ -82,6 +86,7 @@
"strange-stingrays-fail",
"strong-eels-peel",
"swift-swans-know",
"tall-games-live",
"tame-cows-add",
"tasty-masks-kiss",
"three-oranges-retire",
Expand Down
15 changes: 15 additions & 0 deletions apps/demo-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# demo-app

## 1.1.0-alpha.33

### Minor Changes

- [#150](https://github.com/burnt-labs/xion.js/pull/150) [`2df184a`](https://github.com/burnt-labs/xion.js/commit/2df184a661f74f6a9a412336f7df271d9f6f4b9c) Thanks [@justinbarry](https://github.com/justinbarry)! - Add an example signature verification api and an accompanying UI element to execute it

### Patch Changes

- Updated dependencies [[`3f3aa37`](https://github.com/burnt-labs/xion.js/commit/3f3aa37f2e98fa8fb1abd0e3a4ad2b271ca1587a), [`d5780ce`](https://github.com/burnt-labs/xion.js/commit/d5780ce742bba6a6cd7e1a872e4693f0dd078267), [`78cf088`](https://github.com/burnt-labs/xion.js/commit/78cf0886ccc1a4c023642c4a7d87f9196d637940), [`2df184a`](https://github.com/burnt-labs/xion.js/commit/2df184a661f74f6a9a412336f7df271d9f6f4b9c)]:
- @burnt-labs/abstraxion-core@1.0.0-alpha.44
- @burnt-labs/abstraxion@1.0.0-alpha.48
- @burnt-labs/constants@0.1.0-alpha.11
- @burnt-labs/signers@0.1.0-alpha.12
- @burnt-labs/ui@0.1.0-alpha.14

## 1.1.0-alpha.32

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

## 1.0.0-alpha.44

### Minor Changes

- [#208](https://github.com/burnt-labs/xion.js/pull/208) [`d5780ce`](https://github.com/burnt-labs/xion.js/commit/d5780ce742bba6a6cd7e1a872e4693f0dd078267) Thanks [@BurntVal](https://github.com/BurntVal)! - Introduce gas simulation for AA transactions

### Patch Changes

- [#205](https://github.com/burnt-labs/xion.js/pull/205) [`3f3aa37`](https://github.com/burnt-labs/xion.js/commit/3f3aa37f2e98fa8fb1abd0e3a4ad2b271ca1587a) Thanks [@justinbarry](https://github.com/justinbarry)! - Ship unminified code to help with downstream debugging

- [#150](https://github.com/burnt-labs/xion.js/pull/150) [`2df184a`](https://github.com/burnt-labs/xion.js/commit/2df184a661f74f6a9a412336f7df271d9f6f4b9c) Thanks [@justinbarry](https://github.com/justinbarry)! - Add a return type to SignArbSecp256k1HdWallet's `getAccounts` method

- Updated dependencies [[`3f3aa37`](https://github.com/burnt-labs/xion.js/commit/3f3aa37f2e98fa8fb1abd0e3a4ad2b271ca1587a), [`d5780ce`](https://github.com/burnt-labs/xion.js/commit/d5780ce742bba6a6cd7e1a872e4693f0dd078267), [`78cf088`](https://github.com/burnt-labs/xion.js/commit/78cf0886ccc1a4c023642c4a7d87f9196d637940)]:
- @burnt-labs/constants@0.1.0-alpha.11
- @burnt-labs/signers@0.1.0-alpha.12

## 1.0.0-alpha.43

### Patch 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.43",
"version": "1.0.0-alpha.44",
"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.48

### Patch Changes

- [#205](https://github.com/burnt-labs/xion.js/pull/205) [`3f3aa37`](https://github.com/burnt-labs/xion.js/commit/3f3aa37f2e98fa8fb1abd0e3a4ad2b271ca1587a) Thanks [@justinbarry](https://github.com/justinbarry)! - Ship unminified code to help with downstream debugging

- Updated dependencies [[`3f3aa37`](https://github.com/burnt-labs/xion.js/commit/3f3aa37f2e98fa8fb1abd0e3a4ad2b271ca1587a), [`d5780ce`](https://github.com/burnt-labs/xion.js/commit/d5780ce742bba6a6cd7e1a872e4693f0dd078267), [`78cf088`](https://github.com/burnt-labs/xion.js/commit/78cf0886ccc1a4c023642c4a7d87f9196d637940), [`2df184a`](https://github.com/burnt-labs/xion.js/commit/2df184a661f74f6a9a412336f7df271d9f6f4b9c)]:
- @burnt-labs/abstraxion-core@1.0.0-alpha.44
- @burnt-labs/constants@0.1.0-alpha.11
- @burnt-labs/signers@0.1.0-alpha.12
- @burnt-labs/ui@0.1.0-alpha.14

## 1.0.0-alpha.47

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

## 0.1.0-alpha.11

### Minor Changes

- [#208](https://github.com/burnt-labs/xion.js/pull/208) [`d5780ce`](https://github.com/burnt-labs/xion.js/commit/d5780ce742bba6a6cd7e1a872e4693f0dd078267) Thanks [@BurntVal](https://github.com/BurntVal)! - Introduce gas simulation for AA transactions

### Patch Changes

- [#205](https://github.com/burnt-labs/xion.js/pull/205) [`3f3aa37`](https://github.com/burnt-labs/xion.js/commit/3f3aa37f2e98fa8fb1abd0e3a4ad2b271ca1587a) Thanks [@justinbarry](https://github.com/justinbarry)! - Ship unminified code to help with downstream debugging

## 0.1.0-alpha.10

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@burnt-labs/constants",
"version": "0.1.0-alpha.10",
"version": "0.1.0-alpha.11",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/signers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @burnt-labs/signers

## 0.1.0-alpha.12

### Minor Changes

- [#208](https://github.com/burnt-labs/xion.js/pull/208) [`d5780ce`](https://github.com/burnt-labs/xion.js/commit/d5780ce742bba6a6cd7e1a872e4693f0dd078267) Thanks [@BurntVal](https://github.com/BurntVal)! - Introduce gas simulation for AA transactions

- [#214](https://github.com/burnt-labs/xion.js/pull/214) [`78cf088`](https://github.com/burnt-labs/xion.js/commit/78cf0886ccc1a4c023642c4a7d87f9196d637940) Thanks [@BurntVal](https://github.com/BurntVal)! - Fix gas calculation param bug

### Patch Changes

- [#205](https://github.com/burnt-labs/xion.js/pull/205) [`3f3aa37`](https://github.com/burnt-labs/xion.js/commit/3f3aa37f2e98fa8fb1abd0e3a4ad2b271ca1587a) Thanks [@justinbarry](https://github.com/justinbarry)! - Ship unminified code to help with downstream debugging

## 0.1.0-alpha.11

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/signers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@burnt-labs/signers",
"version": "0.1.0-alpha.11",
"version": "0.1.0-alpha.12",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
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.14

### Patch Changes

- [#205](https://github.com/burnt-labs/xion.js/pull/205) [`3f3aa37`](https://github.com/burnt-labs/xion.js/commit/3f3aa37f2e98fa8fb1abd0e3a4ad2b271ca1587a) Thanks [@justinbarry](https://github.com/justinbarry)! - Ship unminified code to help with downstream debugging

## 0.1.0-alpha.13

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

0 comments on commit 9c27672

Please sign in to comment.