diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7faef4de78..ac412b22aa 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,14 @@ # docs +## 0.4.3 + +### Patch Changes + +- Deploy 10.6.3 +- Updated dependencies + - @heathmont/moon-base-tw@10.6.3 + - @heathmont/moon-core-tw@10.6.3 + ## 0.4.2 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index b4c023552b..4d5d608277 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "0.4.2", + "version": "0.4.3", "private": true, "scripts": { "dev": "next dev", @@ -9,8 +9,8 @@ "lint": "next lint" }, "dependencies": { - "@heathmont/moon-base-tw": "workspace:^10.6.2", - "@heathmont/moon-core-tw": "workspace:^10.6.2", + "@heathmont/moon-base-tw": "workspace:^10.6.3", + "@heathmont/moon-core-tw": "workspace:^10.6.3", "@heathmont/moon-icons-tw": "9.28.4", "@types/node": "20.4.9", "@types/react": "18.2.19", diff --git a/next-docs/CHANGELOG.md b/next-docs/CHANGELOG.md index 8da3722398..a9469955da 100644 --- a/next-docs/CHANGELOG.md +++ b/next-docs/CHANGELOG.md @@ -1,5 +1,31 @@ # Change Log +## 10.6.3 + +### Patch Changes + +- Deploy 10.6.3 +- Updated dependencies + - @heathmont/moon-accordion@10.6.3 + - @heathmont/moon-assets@10.6.3 + - @heathmont/moon-charts@10.6.3 + - @heathmont/moon-components@10.6.3 + - @heathmont/moon-core@10.6.3 + - @heathmont/moon-datepicker@10.6.3 + - @heathmont/moon-draggabletable@10.6.3 + - @heathmont/moon-icons@10.6.3 + - @heathmont/moon-pagination@10.6.3 + - @heathmont/moon-popover@10.6.3 + - @heathmont/moon-select@10.6.3 + - @heathmont/moon-sidebar@10.6.3 + - @heathmont/moon-table@10.6.3 + - @heathmont/moon-themes@10.6.3 + - @heathmont/moon-utils@10.6.3 + - @heathmont/moon-cmdk-tw@10.6.3 + - @heathmont/moon-core-tw@10.6.3 + - @heathmont/moon-table-tw@10.6.3 + - @heathmont/moon-themes-tw@10.6.3 + ## 10.6.2 ### Patch Changes diff --git a/next-docs/package.json b/next-docs/package.json index 9548dab5a7..6f458acf8e 100644 --- a/next-docs/package.json +++ b/next-docs/package.json @@ -1,6 +1,6 @@ { "name": "next-docs", - "version": "10.6.2", + "version": "10.6.3", "private": true, "scripts": { "dev": "next dev", @@ -15,25 +15,25 @@ }, "dependencies": { "@headlessui/react": "1.7.16", - "@heathmont/moon-accordion": "workspace:^10.6.2", - "@heathmont/moon-assets": "workspace:^10.6.2", - "@heathmont/moon-charts": "workspace:^10.6.2", - "@heathmont/moon-components": "workspace:^10.6.2", - "@heathmont/moon-cmdk-tw": "workspace:^10.6.2", - "@heathmont/moon-core": "workspace:^10.6.2", - "@heathmont/moon-core-tw": "workspace:^10.6.2", - "@heathmont/moon-datepicker": "workspace:^10.6.2", - "@heathmont/moon-draggabletable": "workspace:^10.6.2", - "@heathmont/moon-icons": "workspace:^10.6.2", - "@heathmont/moon-pagination": "workspace:^10.6.2", - "@heathmont/moon-popover": "workspace:^10.6.2", - "@heathmont/moon-select": "workspace:^10.6.2", - "@heathmont/moon-sidebar": "workspace:^10.6.2", - "@heathmont/moon-table": "workspace:^10.6.2", - "@heathmont/moon-table-tw": "workspace:^10.6.2", - "@heathmont/moon-themes": "workspace:^10.6.2", - "@heathmont/moon-themes-tw": "workspace:^10.6.2", - "@heathmont/moon-utils": "workspace:^10.6.2", + "@heathmont/moon-accordion": "workspace:^10.6.3", + "@heathmont/moon-assets": "workspace:^10.6.3", + "@heathmont/moon-charts": "workspace:^10.6.3", + "@heathmont/moon-components": "workspace:^10.6.3", + "@heathmont/moon-cmdk-tw": "workspace:^10.6.3", + "@heathmont/moon-core": "workspace:^10.6.3", + "@heathmont/moon-core-tw": "workspace:^10.6.3", + "@heathmont/moon-datepicker": "workspace:^10.6.3", + "@heathmont/moon-draggabletable": "workspace:^10.6.3", + "@heathmont/moon-icons": "workspace:^10.6.3", + "@heathmont/moon-pagination": "workspace:^10.6.3", + "@heathmont/moon-popover": "workspace:^10.6.3", + "@heathmont/moon-select": "workspace:^10.6.3", + "@heathmont/moon-sidebar": "workspace:^10.6.3", + "@heathmont/moon-table": "workspace:^10.6.3", + "@heathmont/moon-table-tw": "workspace:^10.6.3", + "@heathmont/moon-themes": "workspace:^10.6.3", + "@heathmont/moon-themes-tw": "workspace:^10.6.3", + "@heathmont/moon-utils": "workspace:^10.6.3", "@heathmont/moon-icons-tw": "9.28.4", "@hookform/resolvers": "3.2.0", "@jest/globals": "27.5.1", diff --git a/packages/accordion/CHANGELOG.md b/packages/accordion/CHANGELOG.md index e23083d657..cae1b58182 100644 --- a/packages/accordion/CHANGELOG.md +++ b/packages/accordion/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 10.6.3 + +### Patch Changes + +- Deploy 10.6.3 +- Updated dependencies + - @heathmont/moon-components@10.6.3 + - @heathmont/moon-core@10.6.3 + - @heathmont/moon-icons@10.6.3 + - @heathmont/moon-themes@10.6.3 + - @heathmont/moon-utils@10.6.3 + ## 10.6.2 ### Patch Changes diff --git a/packages/accordion/package.json b/packages/accordion/package.json index 0cd00230c5..6541191bc2 100644 --- a/packages/accordion/package.json +++ b/packages/accordion/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-accordion", "sideEffects": false, - "version": "10.6.2", + "version": "10.6.3", "files": [ "lib" ], @@ -20,11 +20,11 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-components": "workspace:^10.6.2", - "@heathmont/moon-core": "workspace:^10.6.2", - "@heathmont/moon-icons": "workspace:^10.6.2", - "@heathmont/moon-themes": "workspace:^10.6.2", - "@heathmont/moon-utils": "workspace:^10.6.2" + "@heathmont/moon-components": "workspace:^10.6.3", + "@heathmont/moon-core": "workspace:^10.6.3", + "@heathmont/moon-icons": "workspace:^10.6.3", + "@heathmont/moon-themes": "workspace:^10.6.3", + "@heathmont/moon-utils": "workspace:^10.6.3" }, "peerDependencies": { "react": ">= 18.2.0", diff --git a/packages/assets/CHANGELOG.md b/packages/assets/CHANGELOG.md index b653e1d9ca..6380ad71f2 100644 --- a/packages/assets/CHANGELOG.md +++ b/packages/assets/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 10.6.3 + +### Patch Changes + +- Deploy 10.6.3 +- Updated dependencies + - @heathmont/moon-themes@10.6.3 + - @heathmont/moon-utils@10.6.3 + ## 10.6.2 ### Patch Changes diff --git a/packages/assets/package.json b/packages/assets/package.json index 0e173e9531..9bd7372d66 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-assets", "sideEffects": false, - "version": "10.6.2", + "version": "10.6.3", "files": [ "lib" ], @@ -36,8 +36,8 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-themes": "workspace:^10.6.2", - "@heathmont/moon-utils": "workspace:^10.6.2" + "@heathmont/moon-themes": "workspace:^10.6.3", + "@heathmont/moon-utils": "workspace:^10.6.3" }, "peerDependencies": { "react": ">= 18.2.0", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index eaf642e4b4..9325881639 100644 --- a/packages/calendar/CHANGELOG.md +++ b/packages/calendar/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 10.6.3 + +### Patch Changes + +- Deploy 10.6.3 +- Updated dependencies + - @heathmont/moon-components@10.6.3 + - @heathmont/moon-core@10.6.3 + - @heathmont/moon-themes@10.6.3 + - @heathmont/moon-utils@10.6.3 + ## 10.6.2 ### Patch Changes diff --git a/packages/calendar/package.json b/packages/calendar/package.json index 3e16cca1d4..6653d61e7d 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-calendar", "sideEffects": false, - "version": "10.6.2", + "version": "10.6.3", "files": [ "lib" ], @@ -20,10 +20,10 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-components": "workspace:^10.6.2", - "@heathmont/moon-core": "workspace:^10.6.2", - "@heathmont/moon-themes": "workspace:^10.6.2", - "@heathmont/moon-utils": "workspace:^10.6.2", + "@heathmont/moon-components": "workspace:^10.6.3", + "@heathmont/moon-core": "workspace:^10.6.3", + "@heathmont/moon-themes": "workspace:^10.6.3", + "@heathmont/moon-utils": "workspace:^10.6.3", "@types/date-fns": "2.6.0", "date-fns": "2.15.0" }, diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index 89a623ce37..4cb93ae04b 100644 --- a/packages/charts/CHANGELOG.md +++ b/packages/charts/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 10.6.3 + +### Patch Changes + +- Deploy 10.6.3 +- Updated dependencies + - @heathmont/moon-assets@10.6.3 + - @heathmont/moon-components@10.6.3 + - @heathmont/moon-core@10.6.3 + - @heathmont/moon-icons@10.6.3 + - @heathmont/moon-themes@10.6.3 + - @heathmont/moon-utils@10.6.3 + ## 10.6.2 ### Patch Changes diff --git a/packages/charts/package.json b/packages/charts/package.json index 2da38c2727..e419347977 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-charts", "sideEffects": false, - "version": "10.6.2", + "version": "10.6.3", "files": [ "lib" ], @@ -20,12 +20,12 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-assets": "workspace:^10.6.2", - "@heathmont/moon-components": "workspace:^10.6.2", - "@heathmont/moon-core": "workspace:^10.6.2", - "@heathmont/moon-icons": "workspace:^10.6.2", - "@heathmont/moon-themes": "workspace:^10.6.2", - "@heathmont/moon-utils": "workspace:^10.6.2", + "@heathmont/moon-assets": "workspace:^10.6.3", + "@heathmont/moon-components": "workspace:^10.6.3", + "@heathmont/moon-core": "workspace:^10.6.3", + "@heathmont/moon-icons": "workspace:^10.6.3", + "@heathmont/moon-themes": "workspace:^10.6.3", + "@heathmont/moon-utils": "workspace:^10.6.3", "@types/react-simple-maps": "1.0.3", "@types/react-transition-group": "4.4.0", "react-simple-maps": "2.3.0", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 5254a9f858..4eb0b830ea 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 10.6.3 + +### Patch Changes + +- Deploy 10.6.3 +- Updated dependencies + - @heathmont/moon-assets@10.6.3 + - @heathmont/moon-icons@10.6.3 + - @heathmont/moon-themes@10.6.3 + - @heathmont/moon-utils@10.6.3 + ## 10.6.2 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 0f145f9ce9..580c355253 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-components", "sideEffects": false, - "version": "10.6.2", + "version": "10.6.3", "files": [ "lib" ], @@ -20,10 +20,10 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-assets": "workspace:^10.6.2", - "@heathmont/moon-themes": "workspace:^10.6.2", - "@heathmont/moon-utils": "workspace:^10.6.2", - "@heathmont/moon-icons": "workspace:^10.6.2", + "@heathmont/moon-assets": "workspace:^10.6.3", + "@heathmont/moon-themes": "workspace:^10.6.3", + "@heathmont/moon-utils": "workspace:^10.6.3", + "@heathmont/moon-icons": "workspace:^10.6.3", "@reach/dialog": "0.16.2", "@types/date-fns": "2.6.0", "date-fns": "2.15.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3329636ac7..09f2759ee0 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 10.6.3 + +### Patch Changes + +- Deploy 10.6.3 +- Updated dependencies + - @heathmont/moon-assets@10.6.3 + - @heathmont/moon-components@10.6.3 + - @heathmont/moon-icons@10.6.3 + - @heathmont/moon-themes@10.6.3 + - @heathmont/moon-utils@10.6.3 + ## 10.6.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index d7ea17b0b5..c7c62d61b7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-core", "sideEffects": false, - "version": "10.6.2", + "version": "10.6.3", "files": [ "lib" ], @@ -20,11 +20,11 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-assets": "workspace:^10.6.2", - "@heathmont/moon-components": "workspace:^10.6.2", - "@heathmont/moon-icons": "workspace:^10.6.2", - "@heathmont/moon-themes": "workspace:^10.6.2", - "@heathmont/moon-utils": "workspace:^10.6.2", + "@heathmont/moon-assets": "workspace:^10.6.3", + "@heathmont/moon-components": "workspace:^10.6.3", + "@heathmont/moon-icons": "workspace:^10.6.3", + "@heathmont/moon-themes": "workspace:^10.6.3", + "@heathmont/moon-utils": "workspace:^10.6.3", "@reach/listbox": "0.16.2", "polished": "4.1.4" }, diff --git a/packages/datepicker/CHANGELOG.md b/packages/datepicker/CHANGELOG.md index 4e876ad10e..3cab35eacc 100644 --- a/packages/datepicker/CHANGELOG.md +++ b/packages/datepicker/CHANGELOG.md @@ -1,5 +1,17 @@ # @heathmont/moon-datepicker +## 10.6.3 + +### Patch Changes + +- Deploy 10.6.3 +- Updated dependencies + - @heathmont/moon-components@10.6.3 + - @heathmont/moon-core@10.6.3 + - @heathmont/moon-icons@10.6.3 + - @heathmont/moon-themes@10.6.3 + - @heathmont/moon-utils@10.6.3 + ## 10.6.2 ### Patch Changes diff --git a/packages/datepicker/package.json b/packages/datepicker/package.json index d0be15220d..e3af45ea5c 100644 --- a/packages/datepicker/package.json +++ b/packages/datepicker/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-datepicker", "sideEffects": false, - "version": "10.6.2", + "version": "10.6.3", "files": [ "lib" ], @@ -20,11 +20,11 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-components": "workspace:^10.6.2", - "@heathmont/moon-core": "workspace:^10.6.2", - "@heathmont/moon-themes": "workspace:^10.6.2", - "@heathmont/moon-utils": "workspace:^10.6.2", - "@heathmont/moon-icons": "workspace:^10.6.2", + "@heathmont/moon-components": "workspace:^10.6.3", + "@heathmont/moon-core": "workspace:^10.6.3", + "@heathmont/moon-themes": "workspace:^10.6.3", + "@heathmont/moon-utils": "workspace:^10.6.3", + "@heathmont/moon-icons": "workspace:^10.6.3", "react-select": "^5.2.1", "@types/date-fns": "2.6.0", "date-fns": "2.28.0", diff --git a/packages/draggabletable/CHANGELOG.md b/packages/draggabletable/CHANGELOG.md index 3d66e27a27..2079126aa2 100644 --- a/packages/draggabletable/CHANGELOG.md +++ b/packages/draggabletable/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 10.6.3 + +### Patch Changes + +- Deploy 10.6.3 +- Updated dependencies + - @heathmont/moon-components@10.6.3 + - @heathmont/moon-table@10.6.3 + - @heathmont/moon-themes@10.6.3 + - @heathmont/moon-utils@10.6.3 + ## 10.6.2 ### Patch Changes diff --git a/packages/draggabletable/package.json b/packages/draggabletable/package.json index 19c7bf94ea..5f0a2e9a52 100644 --- a/packages/draggabletable/package.json +++ b/packages/draggabletable/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-draggabletable", "sideEffects": false, - "version": "10.6.2", + "version": "10.6.3", "files": [ "lib" ], @@ -20,10 +20,10 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-components": "workspace:^10.6.2", - "@heathmont/moon-table": "workspace:^10.6.2", - "@heathmont/moon-themes": "workspace:^10.6.2", - "@heathmont/moon-utils": "workspace:^10.6.2", + "@heathmont/moon-components": "workspace:^10.6.3", + "@heathmont/moon-table": "workspace:^10.6.3", + "@heathmont/moon-themes": "workspace:^10.6.3", + "@heathmont/moon-utils": "workspace:^10.6.3", "@types/react-table": "7.7.6", "immutability-helper": "3.1.1", "polished": "4.1.4", diff --git a/packages/fonts/CHANGELOG.md b/packages/fonts/CHANGELOG.md index 3eb1b82bbe..e51ae64054 100644 --- a/packages/fonts/CHANGELOG.md +++ b/packages/fonts/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 10.6.3 + +### Patch Changes + +- Deploy 10.6.3 + ## 10.6.2 ### Patch Changes diff --git a/packages/fonts/package.json b/packages/fonts/package.json index 98d811beec..7ef12770da 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-fonts", "sideEffects": false, - "version": "10.6.2", + "version": "10.6.3", "main": "lib/index.js", "module": "lib/es/index.js", "typings": "lib/index.d.ts", diff --git a/packages/global/CHANGELOG.md b/packages/global/CHANGELOG.md index 7f9d9f2923..f09e9128fc 100644 --- a/packages/global/CHANGELOG.md +++ b/packages/global/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 10.6.3 + +### Patch Changes + +- Deploy 10.6.3 +- Updated dependencies + - @heathmont/moon-themes@10.6.3 + - @heathmont/moon-utils@10.6.3 + ## 10.6.2 ### Patch Changes diff --git a/packages/global/package.json b/packages/global/package.json index cee7d985ef..268d80e34a 100644 --- a/packages/global/package.json +++ b/packages/global/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-global", "sideEffects": false, - "version": "10.6.2", + "version": "10.6.3", "files": [ "lib" ], @@ -20,8 +20,8 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-themes": "workspace:^10.6.2", - "@heathmont/moon-utils": "workspace:^10.6.2" + "@heathmont/moon-themes": "workspace:^10.6.3", + "@heathmont/moon-utils": "workspace:^10.6.3" }, "peerDependencies": { "react": ">= 18.2.0", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 275c5da342..8572a3027e 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 10.6.3 + +### Patch Changes + +- Deploy 10.6.3 +- Updated dependencies + - @heathmont/moon-themes@10.6.3 + - @heathmont/moon-utils@10.6.3 + ## 10.6.2 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 275a09a317..1340b6157f 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-icons", "sideEffects": false, - "version": "10.6.2", + "version": "10.6.3", "files": [ "lib" ], @@ -35,8 +35,8 @@ "ts-node-dev": "1.1.8" }, "dependencies": { - "@heathmont/moon-themes": "workspace:^10.6.2", - "@heathmont/moon-utils": "workspace:^10.6.2" + "@heathmont/moon-themes": "workspace:^10.6.3", + "@heathmont/moon-utils": "workspace:^10.6.3" }, "peerDependencies": { "react": ">= 18.2.0", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index 145181f396..8e52418363 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 10.6.3 + +### Patch Changes + +- Deploy 10.6.3 +- Updated dependencies + - @heathmont/moon-themes@10.6.3 + - @heathmont/moon-utils@10.6.3 + ## 10.6.2 ### Patch Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index 169e235fc0..2d6826a775 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-notifications", "sideEffects": false, - "version": "10.6.2", + "version": "10.6.3", "files": [ "lib" ], @@ -20,8 +20,8 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-themes": "workspace:^10.6.2", - "@heathmont/moon-utils": "workspace:^10.6.2" + "@heathmont/moon-themes": "workspace:^10.6.3", + "@heathmont/moon-utils": "workspace:^10.6.3" }, "peerDependencies": { "react": ">= 18.2.0", diff --git a/packages/pagination/CHANGELOG.md b/packages/pagination/CHANGELOG.md index 1cb1b6266e..e0453cb1c6 100644 --- a/packages/pagination/CHANGELOG.md +++ b/packages/pagination/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 10.6.3 + +### Patch Changes + +- Deploy 10.6.3 +- Updated dependencies + - @heathmont/moon-assets@10.6.3 + - @heathmont/moon-components@10.6.3 + - @heathmont/moon-core@10.6.3 + - @heathmont/moon-icons@10.6.3 + - @heathmont/moon-themes@10.6.3 + - @heathmont/moon-utils@10.6.3 + ## 10.6.2 ### Patch Changes diff --git a/packages/pagination/package.json b/packages/pagination/package.json index 104a6e936c..96cc456f34 100644 --- a/packages/pagination/package.json +++ b/packages/pagination/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-pagination", "sideEffects": false, - "version": "10.6.2", + "version": "10.6.3", "files": [ "lib" ], @@ -20,12 +20,12 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-assets": "workspace:^10.6.2", - "@heathmont/moon-components": "workspace:^10.6.2", - "@heathmont/moon-core": "workspace:^10.6.2", - "@heathmont/moon-icons": "workspace:^10.6.2", - "@heathmont/moon-themes": "workspace:^10.6.2", - "@heathmont/moon-utils": "workspace:^10.6.2", + "@heathmont/moon-assets": "workspace:^10.6.3", + "@heathmont/moon-components": "workspace:^10.6.3", + "@heathmont/moon-core": "workspace:^10.6.3", + "@heathmont/moon-icons": "workspace:^10.6.3", + "@heathmont/moon-themes": "workspace:^10.6.3", + "@heathmont/moon-utils": "workspace:^10.6.3", "@types/react-paginate": "6.2.1", "react-paginate": "6.5.0" }, diff --git a/packages/popover/CHANGELOG.md b/packages/popover/CHANGELOG.md index 8b1ed36d15..38fe1fb31c 100644 --- a/packages/popover/CHANGELOG.md +++ b/packages/popover/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 10.6.3 + +### Patch Changes + +- Deploy 10.6.3 +- Updated dependencies + - @heathmont/moon-assets@10.6.3 + - @heathmont/moon-components@10.6.3 + - @heathmont/moon-themes@10.6.3 + - @heathmont/moon-utils@10.6.3 + ## 10.6.2 ### Patch Changes diff --git a/packages/popover/package.json b/packages/popover/package.json index 11f7586562..4d60e4eca6 100644 --- a/packages/popover/package.json +++ b/packages/popover/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-popover", "sideEffects": false, - "version": "10.6.2", + "version": "10.6.3", "files": [ "lib" ], @@ -20,10 +20,10 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-assets": "workspace:^10.6.2", - "@heathmont/moon-components": "workspace:^10.6.2", - "@heathmont/moon-themes": "workspace:^10.6.2", - "@heathmont/moon-utils": "workspace:^10.6.2", + "@heathmont/moon-assets": "workspace:^10.6.3", + "@heathmont/moon-components": "workspace:^10.6.3", + "@heathmont/moon-themes": "workspace:^10.6.3", + "@heathmont/moon-utils": "workspace:^10.6.3", "@tippyjs/react": "4.2.0", "polished": "4.1.4" }, diff --git a/packages/select/CHANGELOG.md b/packages/select/CHANGELOG.md index 22492e978b..18830ba04c 100644 --- a/packages/select/CHANGELOG.md +++ b/packages/select/CHANGELOG.md @@ -1,5 +1,15 @@ # @heathmont/moon-select +## 10.6.3 + +### Patch Changes + +- Deploy 10.6.3 +- Updated dependencies + - @heathmont/moon-core@10.6.3 + - @heathmont/moon-themes@10.6.3 + - @heathmont/moon-utils@10.6.3 + ## 10.6.2 ### Patch Changes diff --git a/packages/select/package.json b/packages/select/package.json index 759cbb82ec..7e0ee4f822 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-select", "sideEffects": false, - "version": "10.6.2", + "version": "10.6.3", "files": [ "lib" ], @@ -20,9 +20,9 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-core": "workspace:^10.6.2", - "@heathmont/moon-themes": "workspace:^10.6.2", - "@heathmont/moon-utils": "workspace:^10.6.2", + "@heathmont/moon-core": "workspace:^10.6.3", + "@heathmont/moon-themes": "workspace:^10.6.3", + "@heathmont/moon-utils": "workspace:^10.6.3", "react-merge-refs": "^1.1.0", "react-select": "^5.2.1" }, diff --git a/packages/sidebar/CHANGELOG.md b/packages/sidebar/CHANGELOG.md index 70606237c5..71838215ec 100644 --- a/packages/sidebar/CHANGELOG.md +++ b/packages/sidebar/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 10.6.3 + +### Patch Changes + +- Deploy 10.6.3 +- Updated dependencies + - @heathmont/moon-themes@10.6.3 + - @heathmont/moon-utils@10.6.3 + ## 10.6.2 ### Patch Changes diff --git a/packages/sidebar/package.json b/packages/sidebar/package.json index 244ec1a629..c4413cd01d 100644 --- a/packages/sidebar/package.json +++ b/packages/sidebar/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-sidebar", "sideEffects": false, - "version": "10.6.2", + "version": "10.6.3", "files": [ "lib" ], @@ -20,8 +20,8 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-themes": "workspace:^10.6.2", - "@heathmont/moon-utils": "workspace:^10.6.2" + "@heathmont/moon-themes": "workspace:^10.6.3", + "@heathmont/moon-utils": "workspace:^10.6.3" }, "peerDependencies": { "react": ">= 18.2.0", diff --git a/packages/table/CHANGELOG.md b/packages/table/CHANGELOG.md index 809d2cd25c..af81b496cf 100644 --- a/packages/table/CHANGELOG.md +++ b/packages/table/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 10.6.3 + +### Patch Changes + +- Deploy 10.6.3 +- Updated dependencies + - @heathmont/moon-components@10.6.3 + - @heathmont/moon-core@10.6.3 + - @heathmont/moon-themes@10.6.3 + - @heathmont/moon-utils@10.6.3 + ## 10.6.2 ### Patch Changes diff --git a/packages/table/package.json b/packages/table/package.json index 011106abdf..2f4ddfaacb 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-table", "sideEffects": false, - "version": "10.6.2", + "version": "10.6.3", "files": [ "lib" ], @@ -20,10 +20,10 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-components": "workspace:^10.6.2", - "@heathmont/moon-core": "workspace:^10.6.2", - "@heathmont/moon-themes": "workspace:^10.6.2", - "@heathmont/moon-utils": "workspace:^10.6.2", + "@heathmont/moon-components": "workspace:^10.6.3", + "@heathmont/moon-core": "workspace:^10.6.3", + "@heathmont/moon-themes": "workspace:^10.6.3", + "@heathmont/moon-utils": "workspace:^10.6.3", "@types/react-table": "7.7.6", "polished": "4.1.4", "react-table": "7.5.1", diff --git a/packages/themes/CHANGELOG.md b/packages/themes/CHANGELOG.md index 74d2e4de5c..f63d078aae 100644 --- a/packages/themes/CHANGELOG.md +++ b/packages/themes/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 10.6.3 + +### Patch Changes + +- Deploy 10.6.3 + ## 10.6.2 ### Patch Changes diff --git a/packages/themes/package.json b/packages/themes/package.json index b6ce13169a..8b3fee6f8b 100644 --- a/packages/themes/package.json +++ b/packages/themes/package.json @@ -1,6 +1,6 @@ { "name": "@heathmont/moon-themes", - "version": "10.6.2", + "version": "10.6.3", "sideEffects": false, "files": [ "lib" diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 181fdd0b50..7c0ca791eb 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 10.6.3 + +### Patch Changes + +- Deploy 10.6.3 +- Updated dependencies + - @heathmont/moon-themes@10.6.3 + ## 10.6.2 ### Patch Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 5de93ca930..dcf1eb89e5 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-utils", "sideEffects": false, - "version": "10.6.2", + "version": "10.6.3", "files": [ "lib" ], @@ -20,7 +20,7 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-themes": "workspace:^10.6.2", + "@heathmont/moon-themes": "workspace:^10.6.3", "lodash.get": "4.4.2", "lodash.has": "4.5.2", "polished": "4.1.4" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 67f24f5e02..756a8308ad 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -163,10 +163,10 @@ importers: docs: dependencies: '@heathmont/moon-base-tw': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../workspaces/base '@heathmont/moon-core-tw': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../workspaces/core '@heathmont/moon-icons-tw': specifier: 9.28.4 @@ -214,64 +214,64 @@ importers: specifier: 1.7.16 version: 1.7.16(react-dom@18.2.0)(react@18.2.0) '@heathmont/moon-accordion': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../packages/accordion '@heathmont/moon-assets': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../packages/assets '@heathmont/moon-charts': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../packages/charts '@heathmont/moon-cmdk-tw': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../workspaces/cmdk '@heathmont/moon-components': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../packages/components '@heathmont/moon-core': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../packages/core '@heathmont/moon-core-tw': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../workspaces/core '@heathmont/moon-datepicker': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../packages/datepicker '@heathmont/moon-draggabletable': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../packages/draggabletable '@heathmont/moon-icons': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../packages/icons '@heathmont/moon-icons-tw': specifier: 9.28.4 version: 9.28.4(react-dom@18.2.0)(react@18.2.0) '@heathmont/moon-pagination': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../packages/pagination '@heathmont/moon-popover': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../packages/popover '@heathmont/moon-select': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../packages/select '@heathmont/moon-sidebar': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../packages/sidebar '@heathmont/moon-table': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../packages/table '@heathmont/moon-table-tw': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../workspaces/tables '@heathmont/moon-themes': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../packages/themes '@heathmont/moon-themes-tw': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../workspaces/themes '@heathmont/moon-utils': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../packages/utils '@hookform/resolvers': specifier: 3.2.0 @@ -392,19 +392,19 @@ importers: packages/accordion: dependencies: '@heathmont/moon-components': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../components '@heathmont/moon-core': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../core '@heathmont/moon-icons': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../icons '@heathmont/moon-themes': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../utils react: specifier: '>= 18.2.0' @@ -419,10 +419,10 @@ importers: packages/assets: dependencies: '@heathmont/moon-themes': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../utils react: specifier: '>= 18.2.0' @@ -437,16 +437,16 @@ importers: packages/calendar: dependencies: '@heathmont/moon-components': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../components '@heathmont/moon-core': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../core '@heathmont/moon-themes': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../utils '@types/date-fns': specifier: 2.6.0 @@ -467,22 +467,22 @@ importers: packages/charts: dependencies: '@heathmont/moon-assets': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../assets '@heathmont/moon-components': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../components '@heathmont/moon-core': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../core '@heathmont/moon-icons': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../icons '@heathmont/moon-themes': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../utils '@types/react-simple-maps': specifier: 1.0.3 @@ -515,16 +515,16 @@ importers: packages/components: dependencies: '@heathmont/moon-assets': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../assets '@heathmont/moon-icons': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../icons '@heathmont/moon-themes': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../utils '@reach/dialog': specifier: 0.16.2 @@ -564,19 +564,19 @@ importers: packages/core: dependencies: '@heathmont/moon-assets': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../assets '@heathmont/moon-components': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../components '@heathmont/moon-icons': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../icons '@heathmont/moon-themes': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../utils '@reach/listbox': specifier: 0.16.2 @@ -597,19 +597,19 @@ importers: packages/datepicker: dependencies: '@heathmont/moon-components': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../components '@heathmont/moon-core': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../core '@heathmont/moon-icons': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../icons '@heathmont/moon-themes': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../utils '@types/date-fns': specifier: 2.6.0 @@ -636,16 +636,16 @@ importers: packages/draggabletable: dependencies: '@heathmont/moon-components': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../components '@heathmont/moon-table': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../table '@heathmont/moon-themes': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../utils '@types/react-table': specifier: 7.7.6 @@ -690,10 +690,10 @@ importers: packages/global: dependencies: '@heathmont/moon-themes': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../utils react: specifier: '>= 18.2.0' @@ -708,10 +708,10 @@ importers: packages/icons: dependencies: '@heathmont/moon-themes': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../utils react: specifier: '>= 18.2.0' @@ -760,10 +760,10 @@ importers: packages/notifications: dependencies: '@heathmont/moon-themes': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../utils react: specifier: '>= 18.2.0' @@ -778,22 +778,22 @@ importers: packages/pagination: dependencies: '@heathmont/moon-assets': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../assets '@heathmont/moon-components': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../components '@heathmont/moon-core': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../core '@heathmont/moon-icons': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../icons '@heathmont/moon-themes': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../utils '@types/react-paginate': specifier: 6.2.1 @@ -814,16 +814,16 @@ importers: packages/popover: dependencies: '@heathmont/moon-assets': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../assets '@heathmont/moon-components': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../components '@heathmont/moon-themes': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../utils '@tippyjs/react': specifier: 4.2.0 @@ -844,13 +844,13 @@ importers: packages/select: dependencies: '@heathmont/moon-core': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../core '@heathmont/moon-themes': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../utils react: specifier: '>= 18.2.0' @@ -875,10 +875,10 @@ importers: packages/sidebar: dependencies: '@heathmont/moon-themes': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../utils react: specifier: '>= 18.2.0' @@ -893,16 +893,16 @@ importers: packages/table: dependencies: '@heathmont/moon-components': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../components '@heathmont/moon-core': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../core '@heathmont/moon-themes': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../utils '@types/react-table': specifier: 7.7.6 @@ -944,7 +944,7 @@ importers: packages/utils: dependencies: '@heathmont/moon-themes': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../themes lodash.get: specifier: 4.4.2 @@ -990,7 +990,7 @@ importers: specifier: 1.7.16 version: 1.7.16(react-dom@18.2.0)(react@18.2.0) '@heathmont/moon-core-tw': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../core cmdk: specifier: 0.2.0 @@ -1050,7 +1050,7 @@ importers: workspaces/tables: dependencies: '@heathmont/moon-core-tw': - specifier: workspace:^10.6.2 + specifier: workspace:^10.6.3 version: link:../core react: specifier: 18.2.0 diff --git a/workspaces/base/CHANGELOG.md b/workspaces/base/CHANGELOG.md index 39e4e50cbb..dea41a809e 100644 --- a/workspaces/base/CHANGELOG.md +++ b/workspaces/base/CHANGELOG.md @@ -1,5 +1,11 @@ # @heathmont/moon-base-tw +## 10.6.3 + +### Patch Changes + +- Deploy 10.6.3 + ## 10.6.2 ### Patch Changes diff --git a/workspaces/base/package.json b/workspaces/base/package.json index 3e045d5ee6..3a9884e8be 100644 --- a/workspaces/base/package.json +++ b/workspaces/base/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-base-tw", "sideEffects": false, - "version": "10.6.2", + "version": "10.6.3", "files": [ "lib" ], diff --git a/workspaces/cmdk/CHANGELOG.md b/workspaces/cmdk/CHANGELOG.md index aff48be424..67fc6b7a31 100644 --- a/workspaces/cmdk/CHANGELOG.md +++ b/workspaces/cmdk/CHANGELOG.md @@ -1,5 +1,13 @@ # @heathmont/moon-cmdk-tw +## 10.6.3 + +### Patch Changes + +- Deploy 10.6.3 +- Updated dependencies + - @heathmont/moon-core-tw@10.6.3 + ## 10.6.2 ### Patch Changes diff --git a/workspaces/cmdk/package.json b/workspaces/cmdk/package.json index dd16d4f6af..54d6641154 100644 --- a/workspaces/cmdk/package.json +++ b/workspaces/cmdk/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-cmdk-tw", "sideEffects": false, - "version": "10.6.2", + "version": "10.6.3", "files": [ "lib" ], @@ -21,7 +21,7 @@ }, "dependencies": { "@headlessui/react": "1.7.16", - "@heathmont/moon-core-tw": "workspace:^10.6.2", + "@heathmont/moon-core-tw": "workspace:^10.6.3", "cmdk": "0.2.0", "tailwind-merge": "1.14.0", "tailwindcss-radix": "2.8.0" diff --git a/workspaces/core/CHANGELOG.md b/workspaces/core/CHANGELOG.md index 269433b603..b8a2587502 100644 --- a/workspaces/core/CHANGELOG.md +++ b/workspaces/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @heathmont/moon-core-tw +## 10.6.3 + +### Patch Changes + +- Deploy 10.6.3 + ## 10.6.2 ### Patch Changes diff --git a/workspaces/core/package.json b/workspaces/core/package.json index 293485daa3..6e114ba671 100644 --- a/workspaces/core/package.json +++ b/workspaces/core/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-core-tw", "sideEffects": false, - "version": "10.6.2", + "version": "10.6.3", "files": [ "lib" ], diff --git a/workspaces/tables/CHANGELOG.md b/workspaces/tables/CHANGELOG.md index 293abcdd0c..6b0c330b8c 100644 --- a/workspaces/tables/CHANGELOG.md +++ b/workspaces/tables/CHANGELOG.md @@ -1,5 +1,13 @@ # @heathmont/moon-table-tw +## 10.6.3 + +### Patch Changes + +- Deploy 10.6.3 +- Updated dependencies + - @heathmont/moon-core-tw@10.6.3 + ## 10.6.2 ### Patch Changes diff --git a/workspaces/tables/package.json b/workspaces/tables/package.json index 6df6487c52..6c070ffd92 100644 --- a/workspaces/tables/package.json +++ b/workspaces/tables/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-table-tw", "sideEffects": false, - "version": "10.6.2", + "version": "10.6.3", "files": [ "lib" ], @@ -20,7 +20,7 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-core-tw": "workspace:^10.6.2", + "@heathmont/moon-core-tw": "workspace:^10.6.3", "react": "18.2.0", "react-dom": "18.2.0", "react-table": "7.8.0", diff --git a/workspaces/themes/CHANGELOG.md b/workspaces/themes/CHANGELOG.md index d5bbd17a60..619c0126c7 100644 --- a/workspaces/themes/CHANGELOG.md +++ b/workspaces/themes/CHANGELOG.md @@ -1,5 +1,11 @@ # @heathmont/moon-themes-tw +## 10.6.3 + +### Patch Changes + +- Deploy 10.6.3 + ## 10.6.2 ### Patch Changes diff --git a/workspaces/themes/package.json b/workspaces/themes/package.json index a34787f951..0284429027 100644 --- a/workspaces/themes/package.json +++ b/workspaces/themes/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-themes-tw", "sideEffects": false, - "version": "10.6.2", + "version": "10.6.3", "files": [ "lib" ],