Skip to content

Commit b95edf0

Browse files
committed
chore: update versions (alpha)
1 parent 79ee437 commit b95edf0

File tree

11 files changed

+53
-5
lines changed

11 files changed

+53
-5
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"nine-parrots-doubt",
7474
"odd-planets-hammer",
7575
"odd-wings-speak",
76+
"old-candles-marry",
7677
"perfect-hounds-hear",
7778
"perfect-wolves-design",
7879
"pink-roses-fall",
@@ -101,6 +102,7 @@
101102
"spotty-cups-mate",
102103
"stale-apes-talk",
103104
"stale-crabs-search",
105+
"stale-gifts-post",
104106
"strange-stingrays-fail",
105107
"strong-eels-peel",
106108
"sweet-hotels-smoke",

apps/demo-app/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# demo-app
22

3+
## 1.1.0-alpha.54
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`79ee437`](https://github.com/burnt-labs/xion.js/commit/79ee437c11d45bdc877f6d232248bc555e22fd05), [`0a7eb51`](https://github.com/burnt-labs/xion.js/commit/0a7eb5105e15494e9aa9b9397b99324067217435)]:
8+
- @burnt-labs/abstraxion-core@1.0.0-alpha.61
9+
- @burnt-labs/abstraxion@1.0.0-alpha.69
10+
- @burnt-labs/ui@0.1.0-alpha.17
11+
312
## 1.1.0-alpha.53
413

514
### Minor Changes

apps/demo-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo-app",
3-
"version": "1.1.0-alpha.53",
3+
"version": "1.1.0-alpha.54",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --port 3001",

packages/abstraxion-core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @burnt-labs/abstraxion-core
22

3+
## 1.0.0-alpha.61
4+
5+
### Minor Changes
6+
7+
- [#316](https://github.com/burnt-labs/xion.js/pull/316) [`0a7eb51`](https://github.com/burnt-labs/xion.js/commit/0a7eb5105e15494e9aa9b9397b99324067217435) Thanks [@BurntVal](https://github.com/BurntVal)! - Fix React Native Authentication Callback Flow
8+
9+
### Patch Changes
10+
11+
- [#317](https://github.com/burnt-labs/xion.js/pull/317) [`79ee437`](https://github.com/burnt-labs/xion.js/commit/79ee437c11d45bdc877f6d232248bc555e22fd05) Thanks [@btspoony](https://github.com/btspoony)! - Core changes:
12+
- Added gas price configuration to the AbstraxionAuth's getSigner method
13+
314
## 1.0.0-alpha.60
415

516
### Major Changes

packages/abstraxion-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@burnt-labs/abstraxion-core",
3-
"version": "1.0.0-alpha.60",
3+
"version": "1.0.0-alpha.61",
44
"sideEffects": [
55
"**/*.css"
66
],

packages/abstraxion-react-native/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @burnt-labs/abstraxion-react-native
22

3+
## 1.0.0-alpha.10
4+
5+
### Minor Changes
6+
7+
- [#316](https://github.com/burnt-labs/xion.js/pull/316) [`0a7eb51`](https://github.com/burnt-labs/xion.js/commit/0a7eb5105e15494e9aa9b9397b99324067217435) Thanks [@BurntVal](https://github.com/BurntVal)! - Fix React Native Authentication Callback Flow
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`79ee437`](https://github.com/burnt-labs/xion.js/commit/79ee437c11d45bdc877f6d232248bc555e22fd05), [`0a7eb51`](https://github.com/burnt-labs/xion.js/commit/0a7eb5105e15494e9aa9b9397b99324067217435)]:
12+
- @burnt-labs/abstraxion-core@1.0.0-alpha.61
13+
314
## 1.0.0-alpha.9
415

516
### Minor Changes

packages/abstraxion-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@burnt-labs/abstraxion-react-native",
3-
"version": "1.0.0-alpha.9",
3+
"version": "1.0.0-alpha.10",
44
"description": "React Native implementation of Abstraxion for XION blockchain",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/abstraxion/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @burnt-labs/abstraxion
22

3+
## 1.0.0-alpha.69
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`79ee437`](https://github.com/burnt-labs/xion.js/commit/79ee437c11d45bdc877f6d232248bc555e22fd05), [`0a7eb51`](https://github.com/burnt-labs/xion.js/commit/0a7eb5105e15494e9aa9b9397b99324067217435)]:
8+
- @burnt-labs/abstraxion-core@1.0.0-alpha.61
9+
- @burnt-labs/ui@0.1.0-alpha.17
10+
311
## 1.0.0-alpha.68
412

513
### Minor Changes

packages/abstraxion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@burnt-labs/abstraxion",
3-
"version": "1.0.0-alpha.68",
3+
"version": "1.0.0-alpha.69",
44
"sideEffects": [
55
"**/*.css"
66
],

packages/tailwind-config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @burnt-labs/tailwind-config
22

3+
## 0.0.1-alpha.3
4+
5+
### Patch Changes
6+
7+
- [#317](https://github.com/burnt-labs/xion.js/pull/317) [`79ee437`](https://github.com/burnt-labs/xion.js/commit/79ee437c11d45bdc877f6d232248bc555e22fd05) Thanks [@btspoony](https://github.com/btspoony)! - Core changes:
8+
- Added gas price configuration to the AbstraxionAuth's getSigner method
9+
310
## 0.0.1-alpha.2
411

512
### Patch Changes

0 commit comments

Comments
 (0)