diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 754ce2e003..f556e3b82c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,14 @@ # docs +## 0.5.1 + +### Patch Changes + +- Deploy 10.7.1 +- Updated dependencies + - @heathmont/moon-base-tw@10.7.1 + - @heathmont/moon-core-tw@10.7.1 + ## 0.5.0 ### Minor Changes diff --git a/docs/package.json b/docs/package.json index b2c0c0f0c1..beaf00aab4 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "0.5.0", + "version": "0.5.1", "private": true, "scripts": { "dev": "next dev", @@ -9,8 +9,8 @@ "lint": "next lint" }, "dependencies": { - "@heathmont/moon-base-tw": "workspace:^10.7.0", - "@heathmont/moon-core-tw": "workspace:^10.7.0", + "@heathmont/moon-base-tw": "workspace:^10.7.1", + "@heathmont/moon-core-tw": "workspace:^10.7.1", "@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 de14dd2ce7..145a97a5f1 100644 --- a/next-docs/CHANGELOG.md +++ b/next-docs/CHANGELOG.md @@ -1,5 +1,31 @@ # Change Log +## 10.7.1 + +### Patch Changes + +- Deploy 10.7.1 +- Updated dependencies + - @heathmont/moon-accordion@10.7.1 + - @heathmont/moon-assets@10.7.1 + - @heathmont/moon-charts@10.7.1 + - @heathmont/moon-components@10.7.1 + - @heathmont/moon-core@10.7.1 + - @heathmont/moon-datepicker@10.7.1 + - @heathmont/moon-draggabletable@10.7.1 + - @heathmont/moon-icons@10.7.1 + - @heathmont/moon-pagination@10.7.1 + - @heathmont/moon-popover@10.7.1 + - @heathmont/moon-select@10.7.1 + - @heathmont/moon-sidebar@10.7.1 + - @heathmont/moon-table@10.7.1 + - @heathmont/moon-themes@10.7.1 + - @heathmont/moon-utils@10.7.1 + - @heathmont/moon-cmdk-tw@10.7.1 + - @heathmont/moon-core-tw@10.7.1 + - @heathmont/moon-table-tw@10.7.1 + - @heathmont/moon-themes-tw@10.7.1 + ## 10.7.0 ### Minor Changes diff --git a/next-docs/package.json b/next-docs/package.json index bcff205f68..211f099885 100644 --- a/next-docs/package.json +++ b/next-docs/package.json @@ -1,6 +1,6 @@ { "name": "next-docs", - "version": "10.7.0", + "version": "10.7.1", "private": true, "scripts": { "dev": "next dev", @@ -15,25 +15,25 @@ }, "dependencies": { "@headlessui/react": "1.7.16", - "@heathmont/moon-accordion": "workspace:^10.7.0", - "@heathmont/moon-assets": "workspace:^10.7.0", - "@heathmont/moon-charts": "workspace:^10.7.0", - "@heathmont/moon-components": "workspace:^10.7.0", - "@heathmont/moon-cmdk-tw": "workspace:^10.7.0", - "@heathmont/moon-core": "workspace:^10.7.0", - "@heathmont/moon-core-tw": "workspace:^10.7.0", - "@heathmont/moon-datepicker": "workspace:^10.7.0", - "@heathmont/moon-draggabletable": "workspace:^10.7.0", - "@heathmont/moon-icons": "workspace:^10.7.0", - "@heathmont/moon-pagination": "workspace:^10.7.0", - "@heathmont/moon-popover": "workspace:^10.7.0", - "@heathmont/moon-select": "workspace:^10.7.0", - "@heathmont/moon-sidebar": "workspace:^10.7.0", - "@heathmont/moon-table": "workspace:^10.7.0", - "@heathmont/moon-table-tw": "workspace:^10.7.0", - "@heathmont/moon-themes": "workspace:^10.7.0", - "@heathmont/moon-themes-tw": "workspace:^10.7.0", - "@heathmont/moon-utils": "workspace:^10.7.0", + "@heathmont/moon-accordion": "workspace:^10.7.1", + "@heathmont/moon-assets": "workspace:^10.7.1", + "@heathmont/moon-charts": "workspace:^10.7.1", + "@heathmont/moon-components": "workspace:^10.7.1", + "@heathmont/moon-cmdk-tw": "workspace:^10.7.1", + "@heathmont/moon-core": "workspace:^10.7.1", + "@heathmont/moon-core-tw": "workspace:^10.7.1", + "@heathmont/moon-datepicker": "workspace:^10.7.1", + "@heathmont/moon-draggabletable": "workspace:^10.7.1", + "@heathmont/moon-icons": "workspace:^10.7.1", + "@heathmont/moon-pagination": "workspace:^10.7.1", + "@heathmont/moon-popover": "workspace:^10.7.1", + "@heathmont/moon-select": "workspace:^10.7.1", + "@heathmont/moon-sidebar": "workspace:^10.7.1", + "@heathmont/moon-table": "workspace:^10.7.1", + "@heathmont/moon-table-tw": "workspace:^10.7.1", + "@heathmont/moon-themes": "workspace:^10.7.1", + "@heathmont/moon-themes-tw": "workspace:^10.7.1", + "@heathmont/moon-utils": "workspace:^10.7.1", "@heathmont/moon-icons-tw": "9.28.5", "@hookform/resolvers": "3.2.0", "@jest/globals": "27.5.1", diff --git a/next-docs/public/examples/combobox/Default.tsx b/next-docs/public/examples/combobox/Default.tsx index afbe27a99c..f0a88d77b7 100644 --- a/next-docs/public/examples/combobox/Default.tsx +++ b/next-docs/public/examples/combobox/Default.tsx @@ -1,6 +1,6 @@ import React, { useState } from 'react'; import { Combobox, MenuItem } from '@heathmont/moon-core-tw'; -import { ControlsChevronDownSmall } from '@heathmont/moon-icons'; +import { ControlsChevronDownSmall } from '@heathmont/moon-icons-tw'; const people = [ { id: 1, label: 'Wade Cooper', value: 'Wade Cooper' }, diff --git a/next-docs/public/examples/combobox/InsetMultiSelect.tsx b/next-docs/public/examples/combobox/InsetMultiSelect.tsx index 385cd0bfcf..5f3b605de3 100644 --- a/next-docs/public/examples/combobox/InsetMultiSelect.tsx +++ b/next-docs/public/examples/combobox/InsetMultiSelect.tsx @@ -1,6 +1,6 @@ import React, { useCallback, useState } from 'react'; import { Combobox, MenuItem } from '@heathmont/moon-core-tw'; -import { ControlsChevronDownSmall } from '@heathmont/moon-icons'; +import { ControlsChevronDownSmall } from '@heathmont/moon-icons-tw'; const people = [ { id: 1, label: 'Wade Cooper', value: 'Wade Cooper' }, diff --git a/next-docs/public/examples/combobox/InsetSelect.tsx b/next-docs/public/examples/combobox/InsetSelect.tsx index 6897e70967..78868bbd95 100644 --- a/next-docs/public/examples/combobox/InsetSelect.tsx +++ b/next-docs/public/examples/combobox/InsetSelect.tsx @@ -1,6 +1,6 @@ import React, { useState } from 'react'; import { Combobox, MenuItem } from '@heathmont/moon-core-tw'; -import { ControlsChevronDownSmall } from '@heathmont/moon-icons'; +import { ControlsChevronDownSmall } from '@heathmont/moon-icons-tw'; const people = [ { id: 1, label: 'Wade Cooper', value: 'Wade Cooper' }, diff --git a/next-docs/public/examples/combobox/InsetSelectStates.tsx b/next-docs/public/examples/combobox/InsetSelectStates.tsx index f168eef30a..6aa0c30245 100644 --- a/next-docs/public/examples/combobox/InsetSelectStates.tsx +++ b/next-docs/public/examples/combobox/InsetSelectStates.tsx @@ -1,6 +1,6 @@ import React, { useState } from 'react'; import { Combobox, MenuItem } from '@heathmont/moon-core-tw'; -import { ControlsChevronDownSmall } from '@heathmont/moon-icons'; +import { ControlsChevronDownSmall } from '@heathmont/moon-icons-tw'; const people = [ { id: 1, label: 'Wade Cooper', value: 'Wade Cooper' }, diff --git a/next-docs/public/examples/combobox/MultiSelect.tsx b/next-docs/public/examples/combobox/MultiSelect.tsx index f2a0a35f7e..43abdc988f 100644 --- a/next-docs/public/examples/combobox/MultiSelect.tsx +++ b/next-docs/public/examples/combobox/MultiSelect.tsx @@ -1,6 +1,6 @@ import React, { useCallback, useState } from 'react'; import { Combobox, MenuItem } from '@heathmont/moon-core-tw'; -import { ControlsChevronDownSmall } from '@heathmont/moon-icons'; +import { ControlsChevronDownSmall } from '@heathmont/moon-icons-tw'; const people = [ { id: 1, label: 'Wade Cooper', value: 'Wade Cooper' }, diff --git a/next-docs/public/examples/combobox/Select.tsx b/next-docs/public/examples/combobox/Select.tsx index 1abfdb4ba5..f0155ef2e6 100644 --- a/next-docs/public/examples/combobox/Select.tsx +++ b/next-docs/public/examples/combobox/Select.tsx @@ -1,6 +1,6 @@ import React, { useState } from 'react'; import { Combobox, MenuItem } from '@heathmont/moon-core-tw'; -import { ControlsChevronDownSmall } from '@heathmont/moon-icons'; +import { ControlsChevronDownSmall } from '@heathmont/moon-icons-tw'; const people = [ { id: 1, label: 'Wade Cooper', value: 'Wade Cooper' }, diff --git a/next-docs/public/examples/combobox/SelectStates.tsx b/next-docs/public/examples/combobox/SelectStates.tsx index b315aea631..fe3be75eb9 100644 --- a/next-docs/public/examples/combobox/SelectStates.tsx +++ b/next-docs/public/examples/combobox/SelectStates.tsx @@ -1,6 +1,6 @@ import React, { useState } from 'react'; import { Combobox, MenuItem } from '@heathmont/moon-core-tw'; -import { ControlsChevronDownSmall } from '@heathmont/moon-icons'; +import { ControlsChevronDownSmall } from '@heathmont/moon-icons-tw'; const people = [ { id: 1, label: 'Wade Cooper', value: 'Wade Cooper' }, diff --git a/next-docs/public/examples/combobox/__tests__/__snapshots__/index.test.tsx.snap b/next-docs/public/examples/combobox/__tests__/__snapshots__/index.test.tsx.snap index a5ee0cb315..ab8344f4d7 100644 --- a/next-docs/public/examples/combobox/__tests__/__snapshots__/index.test.tsx.snap +++ b/next-docs/public/examples/combobox/__tests__/__snapshots__/index.test.tsx.snap @@ -40,7 +40,6 @@ Object { type="button" > = ({ setCopied(false); }, [file]); - if (error) + if (!error) return (
- + Corrupted file or file type is not supported diff --git a/packages/accordion/CHANGELOG.md b/packages/accordion/CHANGELOG.md index a426c681fd..f1e3af4918 100644 --- a/packages/accordion/CHANGELOG.md +++ b/packages/accordion/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 10.7.1 + +### Patch Changes + +- Deploy 10.7.1 +- Updated dependencies + - @heathmont/moon-components@10.7.1 + - @heathmont/moon-core@10.7.1 + - @heathmont/moon-icons@10.7.1 + - @heathmont/moon-themes@10.7.1 + - @heathmont/moon-utils@10.7.1 + ## 10.7.0 ### Minor Changes diff --git a/packages/accordion/package.json b/packages/accordion/package.json index 2f401eb36f..3bd74fbb8d 100644 --- a/packages/accordion/package.json +++ b/packages/accordion/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-accordion", "sideEffects": false, - "version": "10.7.0", + "version": "10.7.1", "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.7.0", - "@heathmont/moon-core": "workspace:^10.7.0", - "@heathmont/moon-icons": "workspace:^10.7.0", - "@heathmont/moon-themes": "workspace:^10.7.0", - "@heathmont/moon-utils": "workspace:^10.7.0" + "@heathmont/moon-components": "workspace:^10.7.1", + "@heathmont/moon-core": "workspace:^10.7.1", + "@heathmont/moon-icons": "workspace:^10.7.1", + "@heathmont/moon-themes": "workspace:^10.7.1", + "@heathmont/moon-utils": "workspace:^10.7.1" }, "peerDependencies": { "react": ">= 18.2.0", diff --git a/packages/assets/CHANGELOG.md b/packages/assets/CHANGELOG.md index 0cd58f76ce..832b694a51 100644 --- a/packages/assets/CHANGELOG.md +++ b/packages/assets/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 10.7.1 + +### Patch Changes + +- Deploy 10.7.1 +- Updated dependencies + - @heathmont/moon-themes@10.7.1 + - @heathmont/moon-utils@10.7.1 + ## 10.7.0 ### Minor Changes diff --git a/packages/assets/package.json b/packages/assets/package.json index 6ef8183cb4..ec66647830 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-assets", "sideEffects": false, - "version": "10.7.0", + "version": "10.7.1", "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.7.0", - "@heathmont/moon-utils": "workspace:^10.7.0" + "@heathmont/moon-themes": "workspace:^10.7.1", + "@heathmont/moon-utils": "workspace:^10.7.1" }, "peerDependencies": { "react": ">= 18.2.0", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index 5bf9766030..21d80ee8c4 100644 --- a/packages/calendar/CHANGELOG.md +++ b/packages/calendar/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 10.7.1 + +### Patch Changes + +- Deploy 10.7.1 +- Updated dependencies + - @heathmont/moon-components@10.7.1 + - @heathmont/moon-core@10.7.1 + - @heathmont/moon-themes@10.7.1 + - @heathmont/moon-utils@10.7.1 + ## 10.7.0 ### Minor Changes diff --git a/packages/calendar/package.json b/packages/calendar/package.json index c13c8ebc4f..c365adee11 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-calendar", "sideEffects": false, - "version": "10.7.0", + "version": "10.7.1", "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.7.0", - "@heathmont/moon-core": "workspace:^10.7.0", - "@heathmont/moon-themes": "workspace:^10.7.0", - "@heathmont/moon-utils": "workspace:^10.7.0", + "@heathmont/moon-components": "workspace:^10.7.1", + "@heathmont/moon-core": "workspace:^10.7.1", + "@heathmont/moon-themes": "workspace:^10.7.1", + "@heathmont/moon-utils": "workspace:^10.7.1", "@types/date-fns": "2.6.0", "date-fns": "2.15.0" }, diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index 3960557ec3..cd3c560afd 100644 --- a/packages/charts/CHANGELOG.md +++ b/packages/charts/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 10.7.1 + +### Patch Changes + +- Deploy 10.7.1 +- Updated dependencies + - @heathmont/moon-assets@10.7.1 + - @heathmont/moon-components@10.7.1 + - @heathmont/moon-core@10.7.1 + - @heathmont/moon-icons@10.7.1 + - @heathmont/moon-themes@10.7.1 + - @heathmont/moon-utils@10.7.1 + ## 10.7.0 ### Minor Changes diff --git a/packages/charts/package.json b/packages/charts/package.json index 0f081817f2..87076e0a48 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-charts", "sideEffects": false, - "version": "10.7.0", + "version": "10.7.1", "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.7.0", - "@heathmont/moon-components": "workspace:^10.7.0", - "@heathmont/moon-core": "workspace:^10.7.0", - "@heathmont/moon-icons": "workspace:^10.7.0", - "@heathmont/moon-themes": "workspace:^10.7.0", - "@heathmont/moon-utils": "workspace:^10.7.0", + "@heathmont/moon-assets": "workspace:^10.7.1", + "@heathmont/moon-components": "workspace:^10.7.1", + "@heathmont/moon-core": "workspace:^10.7.1", + "@heathmont/moon-icons": "workspace:^10.7.1", + "@heathmont/moon-themes": "workspace:^10.7.1", + "@heathmont/moon-utils": "workspace:^10.7.1", "@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 3f2dfe28b5..190c0d23ad 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 10.7.1 + +### Patch Changes + +- Deploy 10.7.1 +- Updated dependencies + - @heathmont/moon-assets@10.7.1 + - @heathmont/moon-icons@10.7.1 + - @heathmont/moon-themes@10.7.1 + - @heathmont/moon-utils@10.7.1 + ## 10.7.0 ### Minor Changes diff --git a/packages/components/package.json b/packages/components/package.json index d27aca6b3a..c793058b80 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-components", "sideEffects": false, - "version": "10.7.0", + "version": "10.7.1", "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.7.0", - "@heathmont/moon-themes": "workspace:^10.7.0", - "@heathmont/moon-utils": "workspace:^10.7.0", - "@heathmont/moon-icons": "workspace:^10.7.0", + "@heathmont/moon-assets": "workspace:^10.7.1", + "@heathmont/moon-themes": "workspace:^10.7.1", + "@heathmont/moon-utils": "workspace:^10.7.1", + "@heathmont/moon-icons": "workspace:^10.7.1", "@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 55f6a2c48a..ede4938a13 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 10.7.1 + +### Patch Changes + +- Deploy 10.7.1 +- Updated dependencies + - @heathmont/moon-assets@10.7.1 + - @heathmont/moon-components@10.7.1 + - @heathmont/moon-icons@10.7.1 + - @heathmont/moon-themes@10.7.1 + - @heathmont/moon-utils@10.7.1 + ## 10.7.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 360f8625f1..da0eb210cf 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-core", "sideEffects": false, - "version": "10.7.0", + "version": "10.7.1", "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.7.0", - "@heathmont/moon-components": "workspace:^10.7.0", - "@heathmont/moon-icons": "workspace:^10.7.0", - "@heathmont/moon-themes": "workspace:^10.7.0", - "@heathmont/moon-utils": "workspace:^10.7.0", + "@heathmont/moon-assets": "workspace:^10.7.1", + "@heathmont/moon-components": "workspace:^10.7.1", + "@heathmont/moon-icons": "workspace:^10.7.1", + "@heathmont/moon-themes": "workspace:^10.7.1", + "@heathmont/moon-utils": "workspace:^10.7.1", "@reach/listbox": "0.16.2", "polished": "4.1.4" }, diff --git a/packages/datepicker/CHANGELOG.md b/packages/datepicker/CHANGELOG.md index 7deb2ef2de..1957b36a95 100644 --- a/packages/datepicker/CHANGELOG.md +++ b/packages/datepicker/CHANGELOG.md @@ -1,5 +1,17 @@ # @heathmont/moon-datepicker +## 10.7.1 + +### Patch Changes + +- Deploy 10.7.1 +- Updated dependencies + - @heathmont/moon-components@10.7.1 + - @heathmont/moon-core@10.7.1 + - @heathmont/moon-icons@10.7.1 + - @heathmont/moon-themes@10.7.1 + - @heathmont/moon-utils@10.7.1 + ## 10.7.0 ### Minor Changes diff --git a/packages/datepicker/package.json b/packages/datepicker/package.json index 185f82aabb..6fbd92f335 100644 --- a/packages/datepicker/package.json +++ b/packages/datepicker/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-datepicker", "sideEffects": false, - "version": "10.7.0", + "version": "10.7.1", "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.7.0", - "@heathmont/moon-core": "workspace:^10.7.0", - "@heathmont/moon-themes": "workspace:^10.7.0", - "@heathmont/moon-utils": "workspace:^10.7.0", - "@heathmont/moon-icons": "workspace:^10.7.0", + "@heathmont/moon-components": "workspace:^10.7.1", + "@heathmont/moon-core": "workspace:^10.7.1", + "@heathmont/moon-themes": "workspace:^10.7.1", + "@heathmont/moon-utils": "workspace:^10.7.1", + "@heathmont/moon-icons": "workspace:^10.7.1", "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 990b181eee..d886a807a2 100644 --- a/packages/draggabletable/CHANGELOG.md +++ b/packages/draggabletable/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 10.7.1 + +### Patch Changes + +- Deploy 10.7.1 +- Updated dependencies + - @heathmont/moon-components@10.7.1 + - @heathmont/moon-table@10.7.1 + - @heathmont/moon-themes@10.7.1 + - @heathmont/moon-utils@10.7.1 + ## 10.7.0 ### Minor Changes diff --git a/packages/draggabletable/package.json b/packages/draggabletable/package.json index 5e49314f3c..cd6f077035 100644 --- a/packages/draggabletable/package.json +++ b/packages/draggabletable/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-draggabletable", "sideEffects": false, - "version": "10.7.0", + "version": "10.7.1", "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.7.0", - "@heathmont/moon-table": "workspace:^10.7.0", - "@heathmont/moon-themes": "workspace:^10.7.0", - "@heathmont/moon-utils": "workspace:^10.7.0", + "@heathmont/moon-components": "workspace:^10.7.1", + "@heathmont/moon-table": "workspace:^10.7.1", + "@heathmont/moon-themes": "workspace:^10.7.1", + "@heathmont/moon-utils": "workspace:^10.7.1", "@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 55b5e5e640..d46d7e19c8 100644 --- a/packages/fonts/CHANGELOG.md +++ b/packages/fonts/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 10.7.1 + +### Patch Changes + +- Deploy 10.7.1 + ## 10.7.0 ### Minor Changes diff --git a/packages/fonts/package.json b/packages/fonts/package.json index 3cfb8dabf3..a2a71e9a61 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-fonts", "sideEffects": false, - "version": "10.7.0", + "version": "10.7.1", "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 41a6dad7eb..42c1a0a854 100644 --- a/packages/global/CHANGELOG.md +++ b/packages/global/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 10.7.1 + +### Patch Changes + +- Deploy 10.7.1 +- Updated dependencies + - @heathmont/moon-themes@10.7.1 + - @heathmont/moon-utils@10.7.1 + ## 10.7.0 ### Minor Changes diff --git a/packages/global/package.json b/packages/global/package.json index 8d3c0ad5b9..e859dccbf6 100644 --- a/packages/global/package.json +++ b/packages/global/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-global", "sideEffects": false, - "version": "10.7.0", + "version": "10.7.1", "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.7.0", - "@heathmont/moon-utils": "workspace:^10.7.0" + "@heathmont/moon-themes": "workspace:^10.7.1", + "@heathmont/moon-utils": "workspace:^10.7.1" }, "peerDependencies": { "react": ">= 18.2.0", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 557a4b8c4b..23467b82c9 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 10.7.1 + +### Patch Changes + +- Deploy 10.7.1 +- Updated dependencies + - @heathmont/moon-themes@10.7.1 + - @heathmont/moon-utils@10.7.1 + ## 10.7.0 ### Minor Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index bc32352208..add15402f9 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-icons", "sideEffects": false, - "version": "10.7.0", + "version": "10.7.1", "files": [ "lib" ], @@ -35,8 +35,8 @@ "ts-node-dev": "1.1.8" }, "dependencies": { - "@heathmont/moon-themes": "workspace:^10.7.0", - "@heathmont/moon-utils": "workspace:^10.7.0" + "@heathmont/moon-themes": "workspace:^10.7.1", + "@heathmont/moon-utils": "workspace:^10.7.1" }, "peerDependencies": { "react": ">= 18.2.0", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index d1577bf0a8..95187a967c 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 10.7.1 + +### Patch Changes + +- Deploy 10.7.1 +- Updated dependencies + - @heathmont/moon-themes@10.7.1 + - @heathmont/moon-utils@10.7.1 + ## 10.7.0 ### Minor Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index 9b31470dcb..f10d36cc96 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-notifications", "sideEffects": false, - "version": "10.7.0", + "version": "10.7.1", "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.7.0", - "@heathmont/moon-utils": "workspace:^10.7.0" + "@heathmont/moon-themes": "workspace:^10.7.1", + "@heathmont/moon-utils": "workspace:^10.7.1" }, "peerDependencies": { "react": ">= 18.2.0", diff --git a/packages/pagination/CHANGELOG.md b/packages/pagination/CHANGELOG.md index c122582245..7e2180a408 100644 --- a/packages/pagination/CHANGELOG.md +++ b/packages/pagination/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 10.7.1 + +### Patch Changes + +- Deploy 10.7.1 +- Updated dependencies + - @heathmont/moon-assets@10.7.1 + - @heathmont/moon-components@10.7.1 + - @heathmont/moon-core@10.7.1 + - @heathmont/moon-icons@10.7.1 + - @heathmont/moon-themes@10.7.1 + - @heathmont/moon-utils@10.7.1 + ## 10.7.0 ### Minor Changes diff --git a/packages/pagination/package.json b/packages/pagination/package.json index 44d2c09387..a4e271966b 100644 --- a/packages/pagination/package.json +++ b/packages/pagination/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-pagination", "sideEffects": false, - "version": "10.7.0", + "version": "10.7.1", "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.7.0", - "@heathmont/moon-components": "workspace:^10.7.0", - "@heathmont/moon-core": "workspace:^10.7.0", - "@heathmont/moon-icons": "workspace:^10.7.0", - "@heathmont/moon-themes": "workspace:^10.7.0", - "@heathmont/moon-utils": "workspace:^10.7.0", + "@heathmont/moon-assets": "workspace:^10.7.1", + "@heathmont/moon-components": "workspace:^10.7.1", + "@heathmont/moon-core": "workspace:^10.7.1", + "@heathmont/moon-icons": "workspace:^10.7.1", + "@heathmont/moon-themes": "workspace:^10.7.1", + "@heathmont/moon-utils": "workspace:^10.7.1", "@types/react-paginate": "6.2.1", "react-paginate": "6.5.0" }, diff --git a/packages/popover/CHANGELOG.md b/packages/popover/CHANGELOG.md index 272fdd3b88..1a921eb93c 100644 --- a/packages/popover/CHANGELOG.md +++ b/packages/popover/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 10.7.1 + +### Patch Changes + +- Deploy 10.7.1 +- Updated dependencies + - @heathmont/moon-assets@10.7.1 + - @heathmont/moon-components@10.7.1 + - @heathmont/moon-themes@10.7.1 + - @heathmont/moon-utils@10.7.1 + ## 10.7.0 ### Minor Changes diff --git a/packages/popover/package.json b/packages/popover/package.json index 5808dce8eb..bf9aca04e9 100644 --- a/packages/popover/package.json +++ b/packages/popover/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-popover", "sideEffects": false, - "version": "10.7.0", + "version": "10.7.1", "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.7.0", - "@heathmont/moon-components": "workspace:^10.7.0", - "@heathmont/moon-themes": "workspace:^10.7.0", - "@heathmont/moon-utils": "workspace:^10.7.0", + "@heathmont/moon-assets": "workspace:^10.7.1", + "@heathmont/moon-components": "workspace:^10.7.1", + "@heathmont/moon-themes": "workspace:^10.7.1", + "@heathmont/moon-utils": "workspace:^10.7.1", "@tippyjs/react": "4.2.0", "polished": "4.1.4" }, diff --git a/packages/select/CHANGELOG.md b/packages/select/CHANGELOG.md index aad1f5002e..a139111613 100644 --- a/packages/select/CHANGELOG.md +++ b/packages/select/CHANGELOG.md @@ -1,5 +1,15 @@ # @heathmont/moon-select +## 10.7.1 + +### Patch Changes + +- Deploy 10.7.1 +- Updated dependencies + - @heathmont/moon-core@10.7.1 + - @heathmont/moon-themes@10.7.1 + - @heathmont/moon-utils@10.7.1 + ## 10.7.0 ### Minor Changes diff --git a/packages/select/package.json b/packages/select/package.json index da3fdacfad..7efa021086 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-select", "sideEffects": false, - "version": "10.7.0", + "version": "10.7.1", "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.7.0", - "@heathmont/moon-themes": "workspace:^10.7.0", - "@heathmont/moon-utils": "workspace:^10.7.0", + "@heathmont/moon-core": "workspace:^10.7.1", + "@heathmont/moon-themes": "workspace:^10.7.1", + "@heathmont/moon-utils": "workspace:^10.7.1", "react-merge-refs": "^1.1.0", "react-select": "^5.2.1" }, diff --git a/packages/sidebar/CHANGELOG.md b/packages/sidebar/CHANGELOG.md index fbc24e1759..ab3355042f 100644 --- a/packages/sidebar/CHANGELOG.md +++ b/packages/sidebar/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 10.7.1 + +### Patch Changes + +- Deploy 10.7.1 +- Updated dependencies + - @heathmont/moon-themes@10.7.1 + - @heathmont/moon-utils@10.7.1 + ## 10.7.0 ### Minor Changes diff --git a/packages/sidebar/package.json b/packages/sidebar/package.json index 152f47d2cd..63334222e8 100644 --- a/packages/sidebar/package.json +++ b/packages/sidebar/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-sidebar", "sideEffects": false, - "version": "10.7.0", + "version": "10.7.1", "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.7.0", - "@heathmont/moon-utils": "workspace:^10.7.0" + "@heathmont/moon-themes": "workspace:^10.7.1", + "@heathmont/moon-utils": "workspace:^10.7.1" }, "peerDependencies": { "react": ">= 18.2.0", diff --git a/packages/table/CHANGELOG.md b/packages/table/CHANGELOG.md index e84d8fd74e..60013f88b8 100644 --- a/packages/table/CHANGELOG.md +++ b/packages/table/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 10.7.1 + +### Patch Changes + +- Deploy 10.7.1 +- Updated dependencies + - @heathmont/moon-components@10.7.1 + - @heathmont/moon-core@10.7.1 + - @heathmont/moon-themes@10.7.1 + - @heathmont/moon-utils@10.7.1 + ## 10.7.0 ### Minor Changes diff --git a/packages/table/package.json b/packages/table/package.json index 5f78cd282d..4bb7c52de6 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-table", "sideEffects": false, - "version": "10.7.0", + "version": "10.7.1", "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.7.0", - "@heathmont/moon-core": "workspace:^10.7.0", - "@heathmont/moon-themes": "workspace:^10.7.0", - "@heathmont/moon-utils": "workspace:^10.7.0", + "@heathmont/moon-components": "workspace:^10.7.1", + "@heathmont/moon-core": "workspace:^10.7.1", + "@heathmont/moon-themes": "workspace:^10.7.1", + "@heathmont/moon-utils": "workspace:^10.7.1", "@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 d49dca41c9..858c2bbda2 100644 --- a/packages/themes/CHANGELOG.md +++ b/packages/themes/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 10.7.1 + +### Patch Changes + +- Deploy 10.7.1 + ## 10.7.0 ### Minor Changes diff --git a/packages/themes/package.json b/packages/themes/package.json index 5449f5988c..973925745f 100644 --- a/packages/themes/package.json +++ b/packages/themes/package.json @@ -1,6 +1,6 @@ { "name": "@heathmont/moon-themes", - "version": "10.7.0", + "version": "10.7.1", "sideEffects": false, "files": [ "lib" diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 5c6cf80ee9..3bb8e8ff5c 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 10.7.1 + +### Patch Changes + +- Deploy 10.7.1 +- Updated dependencies + - @heathmont/moon-themes@10.7.1 + ## 10.7.0 ### Minor Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index a4fd62e496..19e71d7a6f 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-utils", "sideEffects": false, - "version": "10.7.0", + "version": "10.7.1", "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.7.0", + "@heathmont/moon-themes": "workspace:^10.7.1", "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 5fb88b1517..b4f17249aa 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -163,10 +163,10 @@ importers: docs: dependencies: '@heathmont/moon-base-tw': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../workspaces/base '@heathmont/moon-core-tw': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 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.7.0 + specifier: workspace:^10.7.1 version: link:../packages/accordion '@heathmont/moon-assets': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../packages/assets '@heathmont/moon-charts': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../packages/charts '@heathmont/moon-cmdk-tw': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../workspaces/cmdk '@heathmont/moon-components': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../packages/components '@heathmont/moon-core': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../packages/core '@heathmont/moon-core-tw': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../workspaces/core '@heathmont/moon-datepicker': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../packages/datepicker '@heathmont/moon-draggabletable': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../packages/draggabletable '@heathmont/moon-icons': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../packages/icons '@heathmont/moon-icons-tw': specifier: 9.28.5 version: 9.28.5(react-dom@18.2.0)(react@18.2.0) '@heathmont/moon-pagination': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../packages/pagination '@heathmont/moon-popover': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../packages/popover '@heathmont/moon-select': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../packages/select '@heathmont/moon-sidebar': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../packages/sidebar '@heathmont/moon-table': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../packages/table '@heathmont/moon-table-tw': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../workspaces/tables '@heathmont/moon-themes': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../packages/themes '@heathmont/moon-themes-tw': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../workspaces/themes '@heathmont/moon-utils': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../packages/utils '@hookform/resolvers': specifier: 3.2.0 @@ -392,19 +392,19 @@ importers: packages/accordion: dependencies: '@heathmont/moon-components': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../components '@heathmont/moon-core': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../core '@heathmont/moon-icons': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../icons '@heathmont/moon-themes': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../utils react: specifier: '>= 18.2.0' @@ -419,10 +419,10 @@ importers: packages/assets: dependencies: '@heathmont/moon-themes': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../utils react: specifier: '>= 18.2.0' @@ -437,16 +437,16 @@ importers: packages/calendar: dependencies: '@heathmont/moon-components': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../components '@heathmont/moon-core': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../core '@heathmont/moon-themes': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../utils '@types/date-fns': specifier: 2.6.0 @@ -467,22 +467,22 @@ importers: packages/charts: dependencies: '@heathmont/moon-assets': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../assets '@heathmont/moon-components': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../components '@heathmont/moon-core': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../core '@heathmont/moon-icons': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../icons '@heathmont/moon-themes': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 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.7.0 + specifier: workspace:^10.7.1 version: link:../assets '@heathmont/moon-icons': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../icons '@heathmont/moon-themes': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../utils '@reach/dialog': specifier: 0.16.2 @@ -564,19 +564,19 @@ importers: packages/core: dependencies: '@heathmont/moon-assets': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../assets '@heathmont/moon-components': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../components '@heathmont/moon-icons': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../icons '@heathmont/moon-themes': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../utils '@reach/listbox': specifier: 0.16.2 @@ -597,19 +597,19 @@ importers: packages/datepicker: dependencies: '@heathmont/moon-components': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../components '@heathmont/moon-core': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../core '@heathmont/moon-icons': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../icons '@heathmont/moon-themes': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../utils '@types/date-fns': specifier: 2.6.0 @@ -636,16 +636,16 @@ importers: packages/draggabletable: dependencies: '@heathmont/moon-components': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../components '@heathmont/moon-table': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../table '@heathmont/moon-themes': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../utils '@types/react-table': specifier: 7.7.6 @@ -690,10 +690,10 @@ importers: packages/global: dependencies: '@heathmont/moon-themes': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../utils react: specifier: '>= 18.2.0' @@ -708,10 +708,10 @@ importers: packages/icons: dependencies: '@heathmont/moon-themes': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../utils react: specifier: '>= 18.2.0' @@ -760,10 +760,10 @@ importers: packages/notifications: dependencies: '@heathmont/moon-themes': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../utils react: specifier: '>= 18.2.0' @@ -778,22 +778,22 @@ importers: packages/pagination: dependencies: '@heathmont/moon-assets': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../assets '@heathmont/moon-components': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../components '@heathmont/moon-core': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../core '@heathmont/moon-icons': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../icons '@heathmont/moon-themes': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../utils '@types/react-paginate': specifier: 6.2.1 @@ -814,16 +814,16 @@ importers: packages/popover: dependencies: '@heathmont/moon-assets': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../assets '@heathmont/moon-components': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../components '@heathmont/moon-themes': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../utils '@tippyjs/react': specifier: 4.2.0 @@ -844,13 +844,13 @@ importers: packages/select: dependencies: '@heathmont/moon-core': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../core '@heathmont/moon-themes': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../utils react: specifier: '>= 18.2.0' @@ -875,10 +875,10 @@ importers: packages/sidebar: dependencies: '@heathmont/moon-themes': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../utils react: specifier: '>= 18.2.0' @@ -893,16 +893,16 @@ importers: packages/table: dependencies: '@heathmont/moon-components': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../components '@heathmont/moon-core': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../core '@heathmont/moon-themes': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../themes '@heathmont/moon-utils': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../utils '@types/react-table': specifier: 7.7.6 @@ -944,7 +944,7 @@ importers: packages/utils: dependencies: '@heathmont/moon-themes': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 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.7.0 + specifier: workspace:^10.7.1 version: link:../core cmdk: specifier: 0.2.0 @@ -1050,7 +1050,7 @@ importers: workspaces/tables: dependencies: '@heathmont/moon-core-tw': - specifier: workspace:^10.7.0 + specifier: workspace:^10.7.1 version: link:../core react: specifier: 18.2.0 diff --git a/workspaces/base/CHANGELOG.md b/workspaces/base/CHANGELOG.md index c3f7954e45..937d79b757 100644 --- a/workspaces/base/CHANGELOG.md +++ b/workspaces/base/CHANGELOG.md @@ -1,5 +1,11 @@ # @heathmont/moon-base-tw +## 10.7.1 + +### Patch Changes + +- Deploy 10.7.1 + ## 10.7.0 ### Minor Changes diff --git a/workspaces/base/package.json b/workspaces/base/package.json index 30d06b7f78..f6989dc334 100644 --- a/workspaces/base/package.json +++ b/workspaces/base/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-base-tw", "sideEffects": false, - "version": "10.7.0", + "version": "10.7.1", "files": [ "lib" ], diff --git a/workspaces/cmdk/CHANGELOG.md b/workspaces/cmdk/CHANGELOG.md index 2e6c645833..8b73adbbe6 100644 --- a/workspaces/cmdk/CHANGELOG.md +++ b/workspaces/cmdk/CHANGELOG.md @@ -1,5 +1,13 @@ # @heathmont/moon-cmdk-tw +## 10.7.1 + +### Patch Changes + +- Deploy 10.7.1 +- Updated dependencies + - @heathmont/moon-core-tw@10.7.1 + ## 10.7.0 ### Minor Changes diff --git a/workspaces/cmdk/package.json b/workspaces/cmdk/package.json index 86f6844f3f..33db5bee7c 100644 --- a/workspaces/cmdk/package.json +++ b/workspaces/cmdk/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-cmdk-tw", "sideEffects": false, - "version": "10.7.0", + "version": "10.7.1", "files": [ "lib" ], @@ -21,7 +21,7 @@ }, "dependencies": { "@headlessui/react": "1.7.16", - "@heathmont/moon-core-tw": "workspace:^10.7.0", + "@heathmont/moon-core-tw": "workspace:^10.7.1", "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 da32caf51f..22858c1309 100644 --- a/workspaces/core/CHANGELOG.md +++ b/workspaces/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @heathmont/moon-core-tw +## 10.7.1 + +### Patch Changes + +- Deploy 10.7.1 + ## 10.7.0 ### Minor Changes diff --git a/workspaces/core/package.json b/workspaces/core/package.json index 72700ca078..3e5d3c36f7 100644 --- a/workspaces/core/package.json +++ b/workspaces/core/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-core-tw", "sideEffects": false, - "version": "10.7.0", + "version": "10.7.1", "files": [ "lib" ], diff --git a/workspaces/tables/CHANGELOG.md b/workspaces/tables/CHANGELOG.md index 088f802456..11dda63813 100644 --- a/workspaces/tables/CHANGELOG.md +++ b/workspaces/tables/CHANGELOG.md @@ -1,5 +1,13 @@ # @heathmont/moon-table-tw +## 10.7.1 + +### Patch Changes + +- Deploy 10.7.1 +- Updated dependencies + - @heathmont/moon-core-tw@10.7.1 + ## 10.7.0 ### Minor Changes diff --git a/workspaces/tables/package.json b/workspaces/tables/package.json index 0abfe7b26f..307116aeaa 100644 --- a/workspaces/tables/package.json +++ b/workspaces/tables/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-table-tw", "sideEffects": false, - "version": "10.7.0", + "version": "10.7.1", "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.7.0", + "@heathmont/moon-core-tw": "workspace:^10.7.1", "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 2b7c6204cc..602769d38f 100644 --- a/workspaces/themes/CHANGELOG.md +++ b/workspaces/themes/CHANGELOG.md @@ -1,5 +1,11 @@ # @heathmont/moon-themes-tw +## 10.7.1 + +### Patch Changes + +- Deploy 10.7.1 + ## 10.7.0 ### Minor Changes diff --git a/workspaces/themes/package.json b/workspaces/themes/package.json index e46c76d2a6..702698a828 100644 --- a/workspaces/themes/package.json +++ b/workspaces/themes/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-themes-tw", "sideEffects": false, - "version": "10.7.0", + "version": "10.7.1", "files": [ "lib" ],