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 15, 2024
1 parent f46fa86 commit 27e4908
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@
"grumpy-pens-give",
"honest-apples-admire",
"khaki-mails-listen",
"khaki-rats-beam",
"light-penguins-deny",
"long-icons-kiss",
"odd-planets-hammer",
"poor-papayas-grin",
"rich-wolves-whisper",
"rotten-horses-teach",
"shiny-pandas-repeat",
Expand Down
8 changes: 8 additions & 0 deletions apps/abstraxion-dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# abstraxion-dashboard

## 0.2.0-alpha.9

### Patch Changes

- Updated dependencies [[`e60fb47`](https://github.com/burnt-labs/xion.js/commit/e60fb4714b8cdf90ad2cfbba5c77b8b78a11542b), [`f46fa86`](https://github.com/burnt-labs/xion.js/commit/f46fa8672ccf38d66b9bde244eecef573ee86ded)]:
- @burnt-labs/constants@0.1.0-alpha.4
- @burnt-labs/abstraxion@1.0.0-alpha.28

## 0.2.0-alpha.8

### 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.8",
"version": "0.2.0-alpha.9",
"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.13

### Patch Changes

- Updated dependencies [[`f46fa86`](https://github.com/burnt-labs/xion.js/commit/f46fa8672ccf38d66b9bde244eecef573ee86ded)]:
- @burnt-labs/abstraxion@1.0.0-alpha.28

## 1.1.0-alpha.12

### 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.12",
"version": "1.1.0-alpha.13",
"private": true,
"scripts": {
"dev": "next dev",
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.28

### Minor Changes

- [#87](https://github.com/burnt-labs/xion.js/pull/87) [`f46fa86`](https://github.com/burnt-labs/xion.js/commit/f46fa8672ccf38d66b9bde244eecef573ee86ded) Thanks [@justinbarry](https://github.com/justinbarry)! - Allow for dapp to pass in custom rpc url

### Patch Changes

- Updated dependencies [[`e60fb47`](https://github.com/burnt-labs/xion.js/commit/e60fb4714b8cdf90ad2cfbba5c77b8b78a11542b)]:
- @burnt-labs/constants@0.1.0-alpha.4

## 1.0.0-alpha.27

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

## 0.1.0-alpha.4

### Minor Changes

- [#85](https://github.com/burnt-labs/xion.js/pull/85) [`e60fb47`](https://github.com/burnt-labs/xion.js/commit/e60fb4714b8cdf90ad2cfbba5c77b8b78a11542b) Thanks [@justinbarry](https://github.com/justinbarry)! - Update to use a round robin rpc endpoint

## 0.0.1-alpha.3

### Patch 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.0.1-alpha.3",
"version": "0.1.0-alpha.4",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 27e4908

Please sign in to comment.