diff --git a/.changeset/tricky-kings-decide.md b/.changeset/tricky-kings-decide.md deleted file mode 100644 index cd36dde..0000000 --- a/.changeset/tricky-kings-decide.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@xionhub/xds': patch -'@xionhub/react-hook': patch -'@xionhub/typescript': patch -'@xionhub/prettier': patch -'@xionhub/tailwind-plugin': patch -'@xionhub/token': patch ---- - -typescript version bump diff --git a/configs/prettier/CHANGELOG.md b/configs/prettier/CHANGELOG.md index 749d7ba..40ba156 100644 --- a/configs/prettier/CHANGELOG.md +++ b/configs/prettier/CHANGELOG.md @@ -1,5 +1,11 @@ # @xionhub/prettier +## 0.0.3 + +### Patch Changes + +- 9b2ea68: typescript version bump + ## 0.0.2 ### Patch Changes diff --git a/configs/typescript/CHANGELOG.md b/configs/typescript/CHANGELOG.md index 197446b..21fe83a 100644 --- a/configs/typescript/CHANGELOG.md +++ b/configs/typescript/CHANGELOG.md @@ -1,5 +1,11 @@ # @xionhub/typescript +## 0.0.4 + +### Patch Changes + +- 9b2ea68: typescript version bump + ## 0.0.2 ### Patch Changes diff --git a/packages/design-system/CHANGELOG.md b/packages/design-system/CHANGELOG.md index 9c1e947..412aea9 100644 --- a/packages/design-system/CHANGELOG.md +++ b/packages/design-system/CHANGELOG.md @@ -1,5 +1,13 @@ # @xionhub/xds +## 0.0.3 + +### Patch Changes + +- 9b2ea68: typescript version bump +- Updated dependencies [9b2ea68] + - @xionhub/token@0.1.9 + ## 0.0.2 ### Patch Changes diff --git a/packages/design-system/package.json b/packages/design-system/package.json index c1859ac..b46d318 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -3,7 +3,7 @@ "packageManager": "yarn@4.1.1", "main": "dist/index.js", "license": "MIT", - "version": "0.0.2", + "version": "0.0.3", "scripts": { "build": "echo 💞start design-system build && yarn clean && yarn build:tsc && yarn build:js && yarn copy:font && yarn build:css", "clean": "rm -rf dist", @@ -29,6 +29,7 @@ ], "peerDependencies": { "@radix-ui/react-alert-dialog": ">=1.0.0", + "@xionhub/token": ">=0.1.9", "react": ">=18.0.0", "react-dom": ">=18.0.0" }, diff --git a/packages/react-hook/CHANGELOG.md b/packages/react-hook/CHANGELOG.md index 4905fbd..76bcc6d 100644 --- a/packages/react-hook/CHANGELOG.md +++ b/packages/react-hook/CHANGELOG.md @@ -1,5 +1,11 @@ # @xionhub/react-hook +## 1.0.3 + +### Patch Changes + +- 9b2ea68: typescript version bump + ## 1.0.2 ### Patch Changes diff --git a/packages/react-hook/package.json b/packages/react-hook/package.json index d30cc69..5d0de45 100644 --- a/packages/react-hook/package.json +++ b/packages/react-hook/package.json @@ -1,7 +1,7 @@ { "name": "@xionhub/react-hook", "license": "MIT", - "version": "1.0.2", + "version": "1.0.3", "main": "dist/index.js", "type": "module", "scripts": { diff --git a/packages/token/CHANGELOG.md b/packages/token/CHANGELOG.md index d8c952a..f121089 100644 --- a/packages/token/CHANGELOG.md +++ b/packages/token/CHANGELOG.md @@ -1,5 +1,11 @@ # @xionhub/token +## 0.1.9 + +### Patch Changes + +- 9b2ea68: typescript version bump + ## 0.1.8 ### Patch Changes diff --git a/packages/token/package.json b/packages/token/package.json index d0d77ce..67957db 100644 --- a/packages/token/package.json +++ b/packages/token/package.json @@ -1,6 +1,6 @@ { "name": "@xionhub/token", - "version": "0.1.8", + "version": "0.1.9", "description": "", "main": "dist/index.js", "type": "module", diff --git a/plugins/tailwind/CHANGELOG.md b/plugins/tailwind/CHANGELOG.md index 92d44a2..557809b 100644 --- a/plugins/tailwind/CHANGELOG.md +++ b/plugins/tailwind/CHANGELOG.md @@ -1,5 +1,11 @@ # @xionhub/tailwind-plugin +## 0.1.3 + +### Patch Changes + +- 9b2ea68: typescript version bump + ## 0.1.2 ### Patch Changes diff --git a/plugins/tailwind/package.json b/plugins/tailwind/package.json index 10f6edf..3d7dc68 100644 --- a/plugins/tailwind/package.json +++ b/plugins/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@xionhub/tailwind-plugin", - "version": "0.1.2", + "version": "0.1.3", "description": "", "main": "dist/index.js", "type": "module",