From 2a7a7ef245fd69584ee675b2ccdfa0e80528d3cd Mon Sep 17 00:00:00 2001 From: Karl Kallavus Date: Thu, 7 Oct 2021 14:41:06 +0300 Subject: [PATCH] chore: bump versions --- next-docs/CHANGELOG.md | 19 +++++ next-docs/package.json | 26 +++---- packages/accordion/CHANGELOG.md | 11 +++ packages/accordion/package.json | 10 +-- packages/assets/CHANGELOG.md | 9 +++ packages/assets/package.json | 6 +- packages/calendar/CHANGELOG.md | 10 +++ packages/calendar/package.json | 8 +- packages/charts/CHANGELOG.md | 11 +++ packages/charts/package.json | 10 +-- packages/components/CHANGELOG.md | 10 +++ packages/components/package.json | 8 +- packages/core/CHANGELOG.md | 11 +++ packages/core/package.json | 10 +-- packages/draggabletable/CHANGELOG.md | 11 +++ packages/draggabletable/package.json | 10 +-- packages/fonts/CHANGELOG.md | 6 ++ packages/fonts/package.json | 2 +- packages/global/CHANGELOG.md | 9 +++ packages/global/package.json | 6 +- packages/icons/CHANGELOG.md | 9 +++ packages/icons/package.json | 6 +- packages/notifications/CHANGELOG.md | 9 +++ packages/notifications/package.json | 6 +- packages/pagination/CHANGELOG.md | 11 +++ packages/pagination/package.json | 10 +-- packages/popover/CHANGELOG.md | 11 +++ packages/popover/package.json | 10 +-- packages/sidebar/CHANGELOG.md | 9 +++ packages/sidebar/package.json | 6 +- packages/table/CHANGELOG.md | 10 +++ packages/table/package.json | 8 +- packages/themes/CHANGELOG.md | 6 ++ packages/themes/package.json | 2 +- packages/utils/CHANGELOG.md | 8 ++ packages/utils/package.json | 4 +- pnpm-lock.yaml | 112 +++++++++++++-------------- 37 files changed, 310 insertions(+), 130 deletions(-) diff --git a/next-docs/CHANGELOG.md b/next-docs/CHANGELOG.md index 7c9b601337..36d6cbcd58 100644 --- a/next-docs/CHANGELOG.md +++ b/next-docs/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## 7.5.2 + +### Patch Changes + +- Circleci +- Updated dependencies [undefined] + - @heathmont/moon-accordion@7.5.2 + - @heathmont/moon-assets@7.5.2 + - @heathmont/moon-charts@7.5.2 + - @heathmont/moon-components@7.5.2 + - @heathmont/moon-core@7.5.2 + - @heathmont/moon-draggabletable@7.5.2 + - @heathmont/moon-icons@7.5.2 + - @heathmont/moon-pagination@7.5.2 + - @heathmont/moon-popover@7.5.2 + - @heathmont/moon-table@7.5.2 + - @heathmont/moon-themes@7.5.2 + - @heathmont/moon-utils@7.5.2 + ## 7.5.1 ### Patch Changes diff --git a/next-docs/package.json b/next-docs/package.json index 5a0bdf700c..4ad9e9c024 100644 --- a/next-docs/package.json +++ b/next-docs/package.json @@ -1,6 +1,6 @@ { "name": "next-docs", - "version": "7.5.1", + "version": "7.5.2", "private": true, "scripts": { "dev": "next dev", @@ -9,18 +9,18 @@ }, "dependencies": { "@headlessui/react": "1.2.0", - "@heathmont/moon-accordion": "workspace:^7.5.1", - "@heathmont/moon-assets": "workspace:^7.5.1", - "@heathmont/moon-charts": "workspace:^7.5.1", - "@heathmont/moon-components": "workspace:^7.5.1", - "@heathmont/moon-core": "workspace:^7.5.1", - "@heathmont/moon-draggabletable": "workspace:^7.5.1", - "@heathmont/moon-icons": "workspace:^7.5.1", - "@heathmont/moon-pagination": "workspace:^7.5.1", - "@heathmont/moon-popover": "workspace:^7.5.1", - "@heathmont/moon-table": "workspace:^7.5.1", - "@heathmont/moon-themes": "workspace:^7.5.1", - "@heathmont/moon-utils": "workspace:^7.5.1", + "@heathmont/moon-accordion": "workspace:^7.5.2", + "@heathmont/moon-assets": "workspace:^7.5.2", + "@heathmont/moon-charts": "workspace:^7.5.2", + "@heathmont/moon-components": "workspace:^7.5.2", + "@heathmont/moon-core": "workspace:^7.5.2", + "@heathmont/moon-draggabletable": "workspace:^7.5.2", + "@heathmont/moon-icons": "workspace:^7.5.2", + "@heathmont/moon-pagination": "workspace:^7.5.2", + "@heathmont/moon-popover": "workspace:^7.5.2", + "@heathmont/moon-table": "workspace:^7.5.2", + "@heathmont/moon-themes": "workspace:^7.5.2", + "@heathmont/moon-utils": "workspace:^7.5.2", "@types/react": "16.9.9", "@types/styled-components": "5.1.7", "autoprefixer": "10.2.5", diff --git a/packages/accordion/CHANGELOG.md b/packages/accordion/CHANGELOG.md index 8f726426f4..2e81d17988 100644 --- a/packages/accordion/CHANGELOG.md +++ b/packages/accordion/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 7.5.2 + +### Patch Changes + +- Circleci +- Updated dependencies [undefined] + - @heathmont/moon-components@7.5.2 + - @heathmont/moon-icons@7.5.2 + - @heathmont/moon-themes@7.5.2 + - @heathmont/moon-utils@7.5.2 + ## 7.5.1 ### Patch Changes diff --git a/packages/accordion/package.json b/packages/accordion/package.json index f15baf95aa..f846325f08 100644 --- a/packages/accordion/package.json +++ b/packages/accordion/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-accordion", "sideEffects": false, - "version": "7.5.1", + "version": "7.5.2", "files": [ "lib" ], @@ -21,10 +21,10 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-components": "workspace:^7.5.1", - "@heathmont/moon-icons": "workspace:^7.5.1", - "@heathmont/moon-themes": "workspace:^7.5.1", - "@heathmont/moon-utils": "workspace:^7.5.1" + "@heathmont/moon-components": "workspace:^7.5.2", + "@heathmont/moon-icons": "workspace:^7.5.2", + "@heathmont/moon-themes": "workspace:^7.5.2", + "@heathmont/moon-utils": "workspace:^7.5.2" }, "peerDependencies": { "react": ">= 16.10.2", diff --git a/packages/assets/CHANGELOG.md b/packages/assets/CHANGELOG.md index 3d4f2e02a1..b501d147e0 100644 --- a/packages/assets/CHANGELOG.md +++ b/packages/assets/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 7.5.2 + +### Patch Changes + +- Circleci +- Updated dependencies [undefined] + - @heathmont/moon-themes@7.5.2 + - @heathmont/moon-utils@7.5.2 + ## 7.5.1 ### Patch Changes diff --git a/packages/assets/package.json b/packages/assets/package.json index 41b2ee946b..65c0da74b6 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-assets", "sideEffects": false, - "version": "7.5.1", + "version": "7.5.2", "files": [ "lib" ], @@ -37,8 +37,8 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-themes": "workspace:^7.5.1", - "@heathmont/moon-utils": "workspace:^7.5.1" + "@heathmont/moon-themes": "workspace:^7.5.2", + "@heathmont/moon-utils": "workspace:^7.5.2" }, "peerDependencies": { "react": ">= 16.10.2", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index 2c3a4363d7..2f2fa66242 100644 --- a/packages/calendar/CHANGELOG.md +++ b/packages/calendar/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 7.5.2 + +### Patch Changes + +- Circleci +- Updated dependencies [undefined] + - @heathmont/moon-components@7.5.2 + - @heathmont/moon-themes@7.5.2 + - @heathmont/moon-utils@7.5.2 + ## 7.5.1 ### Patch Changes diff --git a/packages/calendar/package.json b/packages/calendar/package.json index d64cbec43c..3c9d9c8f34 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-calendar", "sideEffects": false, - "version": "7.5.1", + "version": "7.5.2", "files": [ "lib" ], @@ -21,9 +21,9 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-components": "workspace:^7.5.1", - "@heathmont/moon-themes": "workspace:^7.5.1", - "@heathmont/moon-utils": "workspace:^7.5.1", + "@heathmont/moon-components": "workspace:^7.5.2", + "@heathmont/moon-themes": "workspace:^7.5.2", + "@heathmont/moon-utils": "workspace:^7.5.2", "@types/date-fns": "2.6.0", "date-fns": "2.15.0" }, diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index 83e9078690..931a2567db 100644 --- a/packages/charts/CHANGELOG.md +++ b/packages/charts/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 7.5.2 + +### Patch Changes + +- Circleci +- Updated dependencies [undefined] + - @heathmont/moon-assets@7.5.2 + - @heathmont/moon-components@7.5.2 + - @heathmont/moon-themes@7.5.2 + - @heathmont/moon-utils@7.5.2 + ## 7.5.1 ### Patch Changes diff --git a/packages/charts/package.json b/packages/charts/package.json index e1720bbc26..731298e789 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-charts", "sideEffects": false, - "version": "7.5.1", + "version": "7.5.2", "files": [ "lib" ], @@ -21,10 +21,10 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-assets": "workspace:^7.5.1", - "@heathmont/moon-components": "workspace:^7.5.1", - "@heathmont/moon-themes": "workspace:^7.5.1", - "@heathmont/moon-utils": "workspace:^7.5.1", + "@heathmont/moon-assets": "workspace:^7.5.2", + "@heathmont/moon-components": "workspace:^7.5.2", + "@heathmont/moon-themes": "workspace:^7.5.2", + "@heathmont/moon-utils": "workspace:^7.5.2", "@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 6c1a72555d..b12f46e037 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 7.5.2 + +### Patch Changes + +- Circleci +- Updated dependencies [undefined] + - @heathmont/moon-assets@7.5.2 + - @heathmont/moon-themes@7.5.2 + - @heathmont/moon-utils@7.5.2 + ## 7.5.1 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 4499570b3f..dede3d0879 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-components", "sideEffects": false, - "version": "7.5.1", + "version": "7.5.2", "files": [ "lib" ], @@ -21,9 +21,9 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-assets": "workspace:^7.5.1", - "@heathmont/moon-themes": "workspace:^7.5.1", - "@heathmont/moon-utils": "workspace:^7.5.1", + "@heathmont/moon-assets": "workspace:^7.5.2", + "@heathmont/moon-themes": "workspace:^7.5.2", + "@heathmont/moon-utils": "workspace:^7.5.2", "@reach/dialog": "0.11.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 a71aee7635..b113399855 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 7.5.2 + +### Patch Changes + +- Circleci +- Updated dependencies [undefined] + - @heathmont/moon-components@7.5.2 + - @heathmont/moon-icons@7.5.2 + - @heathmont/moon-themes@7.5.2 + - @heathmont/moon-utils@7.5.2 + ## 7.5.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 840fb9e8fc..126af9221e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-core", "sideEffects": false, - "version": "7.5.1", + "version": "7.5.2", "files": [ "lib" ], @@ -21,10 +21,10 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-components": "workspace:^7.5.1", - "@heathmont/moon-icons": "workspace:^7.5.1", - "@heathmont/moon-themes": "workspace:^7.5.1", - "@heathmont/moon-utils": "workspace:^7.5.1", + "@heathmont/moon-components": "workspace:^7.5.2", + "@heathmont/moon-icons": "workspace:^7.5.2", + "@heathmont/moon-themes": "workspace:^7.5.2", + "@heathmont/moon-utils": "workspace:^7.5.2", "@reach/listbox": "^0.16.1", "polished": "^4.1.3" }, diff --git a/packages/draggabletable/CHANGELOG.md b/packages/draggabletable/CHANGELOG.md index ef05c602b3..c0c78d3da6 100644 --- a/packages/draggabletable/CHANGELOG.md +++ b/packages/draggabletable/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 7.5.2 + +### Patch Changes + +- Circleci +- Updated dependencies [undefined] + - @heathmont/moon-components@7.5.2 + - @heathmont/moon-table@7.5.2 + - @heathmont/moon-themes@7.5.2 + - @heathmont/moon-utils@7.5.2 + ## 7.5.1 ### Patch Changes diff --git a/packages/draggabletable/package.json b/packages/draggabletable/package.json index a62e82192e..2e52b4ebb4 100644 --- a/packages/draggabletable/package.json +++ b/packages/draggabletable/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-draggabletable", "sideEffects": false, - "version": "7.5.1", + "version": "7.5.2", "files": [ "lib" ], @@ -21,10 +21,10 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-components": "workspace:^7.5.1", - "@heathmont/moon-table": "workspace:^7.5.1", - "@heathmont/moon-themes": "workspace:^7.5.1", - "@heathmont/moon-utils": "workspace:^7.5.1", + "@heathmont/moon-components": "workspace:^7.5.2", + "@heathmont/moon-table": "workspace:^7.5.2", + "@heathmont/moon-themes": "workspace:^7.5.2", + "@heathmont/moon-utils": "workspace:^7.5.2", "@types/react-table": "7.0.23", "immutability-helper": "^3.1.1", "polished": "4.0.1", diff --git a/packages/fonts/CHANGELOG.md b/packages/fonts/CHANGELOG.md index 056aabb96e..5954f68c2f 100644 --- a/packages/fonts/CHANGELOG.md +++ b/packages/fonts/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 7.5.2 + +### Patch Changes + +- Circleci + ## 7.5.1 ### Patch Changes diff --git a/packages/fonts/package.json b/packages/fonts/package.json index bde007ebbd..74374601f1 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-fonts", "sideEffects": false, - "version": "7.5.1", + "version": "7.5.2", "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 137d100fdb..50e5fb1856 100644 --- a/packages/global/CHANGELOG.md +++ b/packages/global/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 7.5.2 + +### Patch Changes + +- Circleci +- Updated dependencies [undefined] + - @heathmont/moon-themes@7.5.2 + - @heathmont/moon-utils@7.5.2 + ## 7.5.1 ### Patch Changes diff --git a/packages/global/package.json b/packages/global/package.json index 7f9df4d5da..99f9917811 100644 --- a/packages/global/package.json +++ b/packages/global/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-global", "sideEffects": false, - "version": "7.5.1", + "version": "7.5.2", "files": [ "lib" ], @@ -21,8 +21,8 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-themes": "workspace:^7.5.1", - "@heathmont/moon-utils": "workspace:^7.5.1" + "@heathmont/moon-themes": "workspace:^7.5.2", + "@heathmont/moon-utils": "workspace:^7.5.2" }, "peerDependencies": { "react": ">= 16.10.2", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index abcbaa4261..eb220c506d 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 7.5.2 + +### Patch Changes + +- Circleci +- Updated dependencies [undefined] + - @heathmont/moon-themes@7.5.2 + - @heathmont/moon-utils@7.5.2 + ## 7.5.1 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 03945a42e3..cff0f6390e 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-icons", "sideEffects": false, - "version": "7.5.1", + "version": "7.5.2", "files": [ "lib" ], @@ -36,8 +36,8 @@ "ts-node-dev": "^1.1.8" }, "dependencies": { - "@heathmont/moon-themes": "workspace:^7.5.1", - "@heathmont/moon-utils": "workspace:^7.5.1" + "@heathmont/moon-themes": "workspace:^7.5.2", + "@heathmont/moon-utils": "workspace:^7.5.2" }, "peerDependencies": { "react": ">= 16.10.2", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index 53ee38f5f4..b707e84093 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 7.5.2 + +### Patch Changes + +- Circleci +- Updated dependencies [undefined] + - @heathmont/moon-themes@7.5.2 + - @heathmont/moon-utils@7.5.2 + ## 7.5.1 ### Patch Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index d8c28f19e3..575e00f2fa 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-notifications", "sideEffects": false, - "version": "7.5.1", + "version": "7.5.2", "files": [ "lib" ], @@ -21,8 +21,8 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-themes": "workspace:^7.5.1", - "@heathmont/moon-utils": "workspace:^7.5.1" + "@heathmont/moon-themes": "workspace:^7.5.2", + "@heathmont/moon-utils": "workspace:^7.5.2" }, "peerDependencies": { "react": ">= 16.10.2", diff --git a/packages/pagination/CHANGELOG.md b/packages/pagination/CHANGELOG.md index d46db96daa..8940803818 100644 --- a/packages/pagination/CHANGELOG.md +++ b/packages/pagination/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 7.5.2 + +### Patch Changes + +- Circleci +- Updated dependencies [undefined] + - @heathmont/moon-assets@7.5.2 + - @heathmont/moon-components@7.5.2 + - @heathmont/moon-themes@7.5.2 + - @heathmont/moon-utils@7.5.2 + ## 7.5.1 ### Patch Changes diff --git a/packages/pagination/package.json b/packages/pagination/package.json index 4f7a9afa23..174fca4d68 100644 --- a/packages/pagination/package.json +++ b/packages/pagination/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-pagination", "sideEffects": false, - "version": "7.5.1", + "version": "7.5.2", "files": [ "lib" ], @@ -21,10 +21,10 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-assets": "workspace:^7.5.1", - "@heathmont/moon-components": "workspace:^7.5.1", - "@heathmont/moon-themes": "workspace:^7.5.1", - "@heathmont/moon-utils": "workspace:^7.5.1", + "@heathmont/moon-assets": "workspace:^7.5.2", + "@heathmont/moon-components": "workspace:^7.5.2", + "@heathmont/moon-themes": "workspace:^7.5.2", + "@heathmont/moon-utils": "workspace:^7.5.2", "@types/react-paginate": "6.2.1", "react-paginate": "6.5.0" }, diff --git a/packages/popover/CHANGELOG.md b/packages/popover/CHANGELOG.md index b71628c615..73242d3fe4 100644 --- a/packages/popover/CHANGELOG.md +++ b/packages/popover/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 7.5.2 + +### Patch Changes + +- Circleci +- Updated dependencies [undefined] + - @heathmont/moon-assets@7.5.2 + - @heathmont/moon-components@7.5.2 + - @heathmont/moon-themes@7.5.2 + - @heathmont/moon-utils@7.5.2 + ## 7.5.1 ### Patch Changes diff --git a/packages/popover/package.json b/packages/popover/package.json index b1d08333c9..761b05d929 100644 --- a/packages/popover/package.json +++ b/packages/popover/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-popover", "sideEffects": false, - "version": "7.5.1", + "version": "7.5.2", "files": [ "lib" ], @@ -21,10 +21,10 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-assets": "workspace:^7.5.1", - "@heathmont/moon-components": "workspace:^7.5.1", - "@heathmont/moon-themes": "workspace:^7.5.1", - "@heathmont/moon-utils": "workspace:^7.5.1", + "@heathmont/moon-assets": "workspace:^7.5.2", + "@heathmont/moon-components": "workspace:^7.5.2", + "@heathmont/moon-themes": "workspace:^7.5.2", + "@heathmont/moon-utils": "workspace:^7.5.2", "@tippyjs/react": "4.2.0", "polished": "3.4.1" }, diff --git a/packages/sidebar/CHANGELOG.md b/packages/sidebar/CHANGELOG.md index 14436766d5..461bdb185f 100644 --- a/packages/sidebar/CHANGELOG.md +++ b/packages/sidebar/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 7.5.2 + +### Patch Changes + +- Circleci +- Updated dependencies [undefined] + - @heathmont/moon-themes@7.5.2 + - @heathmont/moon-utils@7.5.2 + ## 7.5.1 ### Patch Changes diff --git a/packages/sidebar/package.json b/packages/sidebar/package.json index 0d8cc9ad9a..87b6175623 100644 --- a/packages/sidebar/package.json +++ b/packages/sidebar/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-sidebar", "sideEffects": false, - "version": "7.5.1", + "version": "7.5.2", "files": [ "lib" ], @@ -21,8 +21,8 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-themes": "workspace:^7.5.1", - "@heathmont/moon-utils": "workspace:^7.5.1" + "@heathmont/moon-themes": "workspace:^7.5.2", + "@heathmont/moon-utils": "workspace:^7.5.2" }, "peerDependencies": { "react": ">= 16.10.2", diff --git a/packages/table/CHANGELOG.md b/packages/table/CHANGELOG.md index 78ca856301..a09ad3c901 100644 --- a/packages/table/CHANGELOG.md +++ b/packages/table/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 7.5.2 + +### Patch Changes + +- Circleci +- Updated dependencies [undefined] + - @heathmont/moon-components@7.5.2 + - @heathmont/moon-themes@7.5.2 + - @heathmont/moon-utils@7.5.2 + ## 7.5.1 ### Patch Changes diff --git a/packages/table/package.json b/packages/table/package.json index 24201def8b..bc9915eb8c 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-table", "sideEffects": false, - "version": "7.5.1", + "version": "7.5.2", "files": [ "lib" ], @@ -21,9 +21,9 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-components": "workspace:^7.5.1", - "@heathmont/moon-themes": "workspace:^7.5.1", - "@heathmont/moon-utils": "workspace:^7.5.1", + "@heathmont/moon-components": "workspace:^7.5.2", + "@heathmont/moon-themes": "workspace:^7.5.2", + "@heathmont/moon-utils": "workspace:^7.5.2", "@types/react-table": "7.0.23", "polished": "4.0.1", "react-table": "7.5.1", diff --git a/packages/themes/CHANGELOG.md b/packages/themes/CHANGELOG.md index 34ea385c1c..80cd3d3d21 100644 --- a/packages/themes/CHANGELOG.md +++ b/packages/themes/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 7.5.2 + +### Patch Changes + +- Circleci + ## 7.5.1 ### Patch Changes diff --git a/packages/themes/package.json b/packages/themes/package.json index 3450e1487c..0f1c53473c 100644 --- a/packages/themes/package.json +++ b/packages/themes/package.json @@ -1,6 +1,6 @@ { "name": "@heathmont/moon-themes", - "version": "7.5.1", + "version": "7.5.2", "sideEffects": false, "files": [ "lib" diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index a60743d853..268bcbccf1 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 7.5.2 + +### Patch Changes + +- Circleci +- Updated dependencies [undefined] + - @heathmont/moon-themes@7.5.2 + ## 7.5.1 ### Patch Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 83a949709f..0fdfbfc221 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-utils", "sideEffects": false, - "version": "7.5.1", + "version": "7.5.2", "files": [ "lib" ], @@ -21,7 +21,7 @@ "chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" " }, "dependencies": { - "@heathmont/moon-themes": "workspace:^7.5.1", + "@heathmont/moon-themes": "workspace:^7.5.2", "lodash.get": "4.4.2", "lodash.has": "4.5.2", "polished": "3.4.1" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d5bf3c1a1f..41083d6f9a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -97,18 +97,18 @@ importers: next-docs: specifiers: '@headlessui/react': 1.2.0 - '@heathmont/moon-accordion': workspace:^7.5.1 - '@heathmont/moon-assets': workspace:^7.5.1 - '@heathmont/moon-charts': workspace:^7.5.1 - '@heathmont/moon-components': workspace:^7.5.1 - '@heathmont/moon-core': workspace:^7.5.1 - '@heathmont/moon-draggabletable': workspace:^7.5.1 - '@heathmont/moon-icons': workspace:^7.5.1 - '@heathmont/moon-pagination': workspace:^7.5.1 - '@heathmont/moon-popover': workspace:^7.5.1 - '@heathmont/moon-table': workspace:^7.5.1 - '@heathmont/moon-themes': workspace:^7.5.1 - '@heathmont/moon-utils': workspace:^7.5.1 + '@heathmont/moon-accordion': workspace:^7.5.2 + '@heathmont/moon-assets': workspace:^7.5.2 + '@heathmont/moon-charts': workspace:^7.5.2 + '@heathmont/moon-components': workspace:^7.5.2 + '@heathmont/moon-core': workspace:^7.5.2 + '@heathmont/moon-draggabletable': workspace:^7.5.2 + '@heathmont/moon-icons': workspace:^7.5.2 + '@heathmont/moon-pagination': workspace:^7.5.2 + '@heathmont/moon-popover': workspace:^7.5.2 + '@heathmont/moon-table': workspace:^7.5.2 + '@heathmont/moon-themes': workspace:^7.5.2 + '@heathmont/moon-utils': workspace:^7.5.2 '@types/react': 16.9.9 '@types/styled-components': 5.1.7 autoprefixer: 10.2.5 @@ -156,10 +156,10 @@ importers: packages/accordion: specifiers: - '@heathmont/moon-components': workspace:^7.5.1 - '@heathmont/moon-icons': workspace:^7.5.1 - '@heathmont/moon-themes': workspace:^7.5.1 - '@heathmont/moon-utils': workspace:^7.5.1 + '@heathmont/moon-components': workspace:^7.5.2 + '@heathmont/moon-icons': workspace:^7.5.2 + '@heathmont/moon-themes': workspace:^7.5.2 + '@heathmont/moon-utils': workspace:^7.5.2 dependencies: '@heathmont/moon-components': link:../components '@heathmont/moon-icons': link:../icons @@ -168,17 +168,17 @@ importers: packages/assets: specifiers: - '@heathmont/moon-themes': workspace:^7.5.1 - '@heathmont/moon-utils': workspace:^7.5.1 + '@heathmont/moon-themes': workspace:^7.5.2 + '@heathmont/moon-utils': workspace:^7.5.2 dependencies: '@heathmont/moon-themes': link:../themes '@heathmont/moon-utils': link:../utils packages/calendar: specifiers: - '@heathmont/moon-components': workspace:^7.5.1 - '@heathmont/moon-themes': workspace:^7.5.1 - '@heathmont/moon-utils': workspace:^7.5.1 + '@heathmont/moon-components': workspace:^7.5.2 + '@heathmont/moon-themes': workspace:^7.5.2 + '@heathmont/moon-utils': workspace:^7.5.2 '@types/date-fns': 2.6.0 date-fns: 2.15.0 dependencies: @@ -190,10 +190,10 @@ importers: packages/charts: specifiers: - '@heathmont/moon-assets': workspace:^7.5.1 - '@heathmont/moon-components': workspace:^7.5.1 - '@heathmont/moon-themes': workspace:^7.5.1 - '@heathmont/moon-utils': workspace:^7.5.1 + '@heathmont/moon-assets': workspace:^7.5.2 + '@heathmont/moon-components': workspace:^7.5.2 + '@heathmont/moon-themes': workspace:^7.5.2 + '@heathmont/moon-utils': workspace:^7.5.2 '@types/react-simple-maps': 1.0.3 '@types/react-transition-group': 4.4.0 react-simple-maps: 2.3.0 @@ -214,9 +214,9 @@ importers: packages/components: specifiers: - '@heathmont/moon-assets': workspace:^7.5.1 - '@heathmont/moon-themes': workspace:^7.5.1 - '@heathmont/moon-utils': workspace:^7.5.1 + '@heathmont/moon-assets': workspace:^7.5.2 + '@heathmont/moon-themes': workspace:^7.5.2 + '@heathmont/moon-utils': workspace:^7.5.2 '@reach/dialog': 0.11.2 '@types/date-fns': 2.6.0 '@types/reach__dialog': 0.1.1 @@ -243,10 +243,10 @@ importers: packages/core: specifiers: - '@heathmont/moon-components': workspace:^7.5.1 - '@heathmont/moon-icons': workspace:^7.5.1 - '@heathmont/moon-themes': workspace:^7.5.1 - '@heathmont/moon-utils': workspace:^7.5.1 + '@heathmont/moon-components': workspace:^7.5.2 + '@heathmont/moon-icons': workspace:^7.5.2 + '@heathmont/moon-themes': workspace:^7.5.2 + '@heathmont/moon-utils': workspace:^7.5.2 '@reach/listbox': ^0.16.1 polished: ^4.1.3 dependencies: @@ -259,10 +259,10 @@ importers: packages/draggabletable: specifiers: - '@heathmont/moon-components': workspace:^7.5.1 - '@heathmont/moon-table': workspace:^7.5.1 - '@heathmont/moon-themes': workspace:^7.5.1 - '@heathmont/moon-utils': workspace:^7.5.1 + '@heathmont/moon-components': workspace:^7.5.2 + '@heathmont/moon-table': workspace:^7.5.2 + '@heathmont/moon-themes': workspace:^7.5.2 + '@heathmont/moon-utils': workspace:^7.5.2 '@types/react-table': 7.0.23 immutability-helper: ^3.1.1 polished: 4.0.1 @@ -290,16 +290,16 @@ importers: packages/global: specifiers: - '@heathmont/moon-themes': workspace:^7.5.1 - '@heathmont/moon-utils': workspace:^7.5.1 + '@heathmont/moon-themes': workspace:^7.5.2 + '@heathmont/moon-utils': workspace:^7.5.2 dependencies: '@heathmont/moon-themes': link:../themes '@heathmont/moon-utils': link:../utils packages/icons: specifiers: - '@heathmont/moon-themes': workspace:^7.5.1 - '@heathmont/moon-utils': workspace:^7.5.1 + '@heathmont/moon-themes': workspace:^7.5.2 + '@heathmont/moon-utils': workspace:^7.5.2 '@types/node': ^13.13.52 '@types/ramda': ^0.26.44 '@types/rimraf': ^2.0.5 @@ -329,18 +329,18 @@ importers: packages/notifications: specifiers: - '@heathmont/moon-themes': workspace:^7.5.1 - '@heathmont/moon-utils': workspace:^7.5.1 + '@heathmont/moon-themes': workspace:^7.5.2 + '@heathmont/moon-utils': workspace:^7.5.2 dependencies: '@heathmont/moon-themes': link:../themes '@heathmont/moon-utils': link:../utils packages/pagination: specifiers: - '@heathmont/moon-assets': workspace:^7.5.1 - '@heathmont/moon-components': workspace:^7.5.1 - '@heathmont/moon-themes': workspace:^7.5.1 - '@heathmont/moon-utils': workspace:^7.5.1 + '@heathmont/moon-assets': workspace:^7.5.2 + '@heathmont/moon-components': workspace:^7.5.2 + '@heathmont/moon-themes': workspace:^7.5.2 + '@heathmont/moon-utils': workspace:^7.5.2 '@types/react-paginate': 6.2.1 react-paginate: 6.5.0 dependencies: @@ -353,10 +353,10 @@ importers: packages/popover: specifiers: - '@heathmont/moon-assets': workspace:^7.5.1 - '@heathmont/moon-components': workspace:^7.5.1 - '@heathmont/moon-themes': workspace:^7.5.1 - '@heathmont/moon-utils': workspace:^7.5.1 + '@heathmont/moon-assets': workspace:^7.5.2 + '@heathmont/moon-components': workspace:^7.5.2 + '@heathmont/moon-themes': workspace:^7.5.2 + '@heathmont/moon-utils': workspace:^7.5.2 '@tippyjs/react': 4.2.0 polished: 3.4.1 dependencies: @@ -369,17 +369,17 @@ importers: packages/sidebar: specifiers: - '@heathmont/moon-themes': workspace:^7.5.1 - '@heathmont/moon-utils': workspace:^7.5.1 + '@heathmont/moon-themes': workspace:^7.5.2 + '@heathmont/moon-utils': workspace:^7.5.2 dependencies: '@heathmont/moon-themes': link:../themes '@heathmont/moon-utils': link:../utils packages/table: specifiers: - '@heathmont/moon-components': workspace:^7.5.1 - '@heathmont/moon-themes': workspace:^7.5.1 - '@heathmont/moon-utils': workspace:^7.5.1 + '@heathmont/moon-components': workspace:^7.5.2 + '@heathmont/moon-themes': workspace:^7.5.2 + '@heathmont/moon-utils': workspace:^7.5.2 '@types/react-table': 7.0.23 polished: 4.0.1 react-table: 7.5.1 @@ -400,7 +400,7 @@ importers: packages/utils: specifiers: - '@heathmont/moon-themes': workspace:^7.5.1 + '@heathmont/moon-themes': workspace:^7.5.2 '@types/lodash.get': 4.4.6 '@types/lodash.has': 4.5.6 lodash.get: 4.4.2