diff --git a/.changeset/pre.json b/.changeset/pre.json index 3f61c034..01e05507 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -13,6 +13,10 @@ }, "changesets": [ "bright-carpets-rhyme", - "honest-apples-admire" + "four-forks-occur", + "honest-apples-admire", + "khaki-mails-listen", + "rich-wolves-whisper", + "sour-wasps-film" ] } diff --git a/apps/demo-app/CHANGELOG.md b/apps/demo-app/CHANGELOG.md index 6b98a515..74bd4938 100644 --- a/apps/demo-app/CHANGELOG.md +++ b/apps/demo-app/CHANGELOG.md @@ -1,5 +1,16 @@ # demo-app +## 1.0.1-alpha.2 + +### Patch Changes + +- [#23](https://github.com/burnt-labs/xion.js/pull/23) [`6d0da14`](https://github.com/burnt-labs/xion.js/commit/6d0da14174aec36f7901d92b1756b06bdcc76c6c) Thanks [@justinbarry](https://github.com/justinbarry)! - The eslint config file extend property was changed to point to "@burnt-labs/eslint-config-custom/next" or "@burnt-labs/eslint-config-custom/react" appropriately and `root` property was set to true. + +- Updated dependencies [[`6d0da14`](https://github.com/burnt-labs/xion.js/commit/6d0da14174aec36f7901d92b1756b06bdcc76c6c), [`6d0da14`](https://github.com/burnt-labs/xion.js/commit/6d0da14174aec36f7901d92b1756b06bdcc76c6c), [`6d0da14`](https://github.com/burnt-labs/xion.js/commit/6d0da14174aec36f7901d92b1756b06bdcc76c6c), [`6d0da14`](https://github.com/burnt-labs/xion.js/commit/6d0da14174aec36f7901d92b1756b06bdcc76c6c)]: + - @burnt-labs/abstraxion@0.1.0-alpha.17 + - @burnt-labs/signers@0.0.1-alpha.1 + - @burnt-labs/ui@0.0.1-alpha.1 + ## 1.0.1-alpha.1 ### Patch Changes diff --git a/apps/demo-app/package.json b/apps/demo-app/package.json index 6e782b28..1955bb52 100644 --- a/apps/demo-app/package.json +++ b/apps/demo-app/package.json @@ -1,6 +1,6 @@ { "name": "demo-app", - "version": "1.0.1-alpha.1", + "version": "1.0.1-alpha.2", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/abstraxion/CHANGELOG.md b/packages/abstraxion/CHANGELOG.md index 86461ca7..1955f6e7 100644 --- a/packages/abstraxion/CHANGELOG.md +++ b/packages/abstraxion/CHANGELOG.md @@ -1,5 +1,20 @@ # @burnt-labs/abstraxion +## 0.1.0-alpha.17 + +### Patch Changes + +- [#23](https://github.com/burnt-labs/xion.js/pull/23) [`6d0da14`](https://github.com/burnt-labs/xion.js/commit/6d0da14174aec36f7901d92b1756b06bdcc76c6c) Thanks [@justinbarry](https://github.com/justinbarry)! - 1include both CommonJS and ESM formats in the release setup. Additionally, minification was disabled for these packages. + +- [#23](https://github.com/burnt-labs/xion.js/pull/23) [`6d0da14`](https://github.com/burnt-labs/xion.js/commit/6d0da14174aec36f7901d92b1756b06bdcc76c6c) Thanks [@justinbarry](https://github.com/justinbarry)! - Release constants as a npm package + +- [#23](https://github.com/burnt-labs/xion.js/pull/23) [`6d0da14`](https://github.com/burnt-labs/xion.js/commit/6d0da14174aec36f7901d92b1756b06bdcc76c6c) Thanks [@justinbarry](https://github.com/justinbarry)! - The eslint config file extend property was changed to point to "@burnt-labs/eslint-config-custom/next" or "@burnt-labs/eslint-config-custom/react" appropriately and `root` property was set to true. + +- Updated dependencies [[`6d0da14`](https://github.com/burnt-labs/xion.js/commit/6d0da14174aec36f7901d92b1756b06bdcc76c6c), [`6d0da14`](https://github.com/burnt-labs/xion.js/commit/6d0da14174aec36f7901d92b1756b06bdcc76c6c), [`6d0da14`](https://github.com/burnt-labs/xion.js/commit/6d0da14174aec36f7901d92b1756b06bdcc76c6c), [`6d0da14`](https://github.com/burnt-labs/xion.js/commit/6d0da14174aec36f7901d92b1756b06bdcc76c6c)]: + - @burnt-labs/signers@0.0.1-alpha.1 + - @burnt-labs/ui@0.0.1-alpha.1 + - @burnt-labs/constants@0.0.1-alpha.1 + ## 0.1.0-alpha.16 ### Minor Changes diff --git a/packages/abstraxion/package.json b/packages/abstraxion/package.json index bc522439..3dc32b23 100644 --- a/packages/abstraxion/package.json +++ b/packages/abstraxion/package.json @@ -1,6 +1,6 @@ { "name": "@burnt-labs/abstraxion", - "version": "0.1.0-alpha.16", + "version": "0.1.0-alpha.17", "sideEffects": [ "**/*.css" ], diff --git a/packages/constants/CHANGELOG.md b/packages/constants/CHANGELOG.md index c42c7a2b..ee09dbad 100644 --- a/packages/constants/CHANGELOG.md +++ b/packages/constants/CHANGELOG.md @@ -1,5 +1,11 @@ # @burnt-labs/constants +## 0.0.1-alpha.1 + +### Patch Changes + +- [#23](https://github.com/burnt-labs/xion.js/pull/23) [`6d0da14`](https://github.com/burnt-labs/xion.js/commit/6d0da14174aec36f7901d92b1756b06bdcc76c6c) Thanks [@justinbarry](https://github.com/justinbarry)! - Release constants as a npm package + ## 0.0.1-alpha.0 ### Patch Changes diff --git a/packages/constants/package.json b/packages/constants/package.json index 266c862d..00fa6e0a 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -1,12 +1,12 @@ { "name": "@burnt-labs/constants", - "version": "0.0.1-alpha.0", + "version": "0.0.1-alpha.1", "module": "./dist/index.mjs", "main": "./dist/index.cjs", "types": "./dist/index.d.ts", "exports": { ".": "./dist", - "./styles.css": "./dist/index.css" + "./styles.css": "./dist/index.css" }, "license": "MIT", "scripts": { diff --git a/packages/signers/CHANGELOG.md b/packages/signers/CHANGELOG.md index dad5ba52..ef505270 100644 --- a/packages/signers/CHANGELOG.md +++ b/packages/signers/CHANGELOG.md @@ -1,5 +1,15 @@ # @burnt-labs/signers +## 0.0.1-alpha.1 + +### Patch Changes + +- [#23](https://github.com/burnt-labs/xion.js/pull/23) [`6d0da14`](https://github.com/burnt-labs/xion.js/commit/6d0da14174aec36f7901d92b1756b06bdcc76c6c) Thanks [@justinbarry](https://github.com/justinbarry)! - 1include both CommonJS and ESM formats in the release setup. Additionally, minification was disabled for these packages. + +- [#23](https://github.com/burnt-labs/xion.js/pull/23) [`6d0da14`](https://github.com/burnt-labs/xion.js/commit/6d0da14174aec36f7901d92b1756b06bdcc76c6c) Thanks [@justinbarry](https://github.com/justinbarry)! - Upgrade typescript dependency + +- [#23](https://github.com/burnt-labs/xion.js/pull/23) [`6d0da14`](https://github.com/burnt-labs/xion.js/commit/6d0da14174aec36f7901d92b1756b06bdcc76c6c) Thanks [@justinbarry](https://github.com/justinbarry)! - The eslint config file extend property was changed to point to "@burnt-labs/eslint-config-custom/next" or "@burnt-labs/eslint-config-custom/react" appropriately and `root` property was set to true. + ## 0.0.1-alpha.0 ### Patch Changes diff --git a/packages/signers/package.json b/packages/signers/package.json index 6a915b4a..57b3cf98 100644 --- a/packages/signers/package.json +++ b/packages/signers/package.json @@ -1,6 +1,6 @@ { "name": "@burnt-labs/signers", - "version": "0.0.1-alpha.0", + "version": "0.0.1-alpha.1", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index fc5f5d84..4cfd1e93 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,13 @@ # @burnt-labs/ui +## 0.0.1-alpha.1 + +### Patch Changes + +- [#23](https://github.com/burnt-labs/xion.js/pull/23) [`6d0da14`](https://github.com/burnt-labs/xion.js/commit/6d0da14174aec36f7901d92b1756b06bdcc76c6c) Thanks [@justinbarry](https://github.com/justinbarry)! - 1include both CommonJS and ESM formats in the release setup. Additionally, minification was disabled for these packages. + +- [#23](https://github.com/burnt-labs/xion.js/pull/23) [`6d0da14`](https://github.com/burnt-labs/xion.js/commit/6d0da14174aec36f7901d92b1756b06bdcc76c6c) Thanks [@justinbarry](https://github.com/justinbarry)! - The eslint config file extend property was changed to point to "@burnt-labs/eslint-config-custom/next" or "@burnt-labs/eslint-config-custom/react" appropriately and `root` property was set to true. + ## 0.0.1-alpha.0 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 34f54400..e5f545cc 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@burnt-labs/ui", - "version": "0.0.1-alpha.0", + "version": "0.0.1-alpha.1", "sideEffects": [ "**/*.css" ],