From 8ec2dbd2262978624ba835c5029f071e8cc86cc9 Mon Sep 17 00:00:00 2001 From: Aleksei Dmitrijev Date: Thu, 7 Oct 2021 13:34:39 +0300 Subject: [PATCH 1/3] fix(Betadda): fix betadda theme, fix snackbar text color (#1421) * fix(Betadda): fix betadda nextjs site theme switcher * fix: change snackbar text color --- packages/components/src/snackbar/Snackbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/src/snackbar/Snackbar.tsx b/packages/components/src/snackbar/Snackbar.tsx index 052957f456..53eae7df70 100644 --- a/packages/components/src/snackbar/Snackbar.tsx +++ b/packages/components/src/snackbar/Snackbar.tsx @@ -82,7 +82,7 @@ const MessageWrapper = styled.p(({ theme }) => [ { fontSize: rem(14), lineHeight: 1.25, - color: theme.color.hit[100], + color: theme.color.gohan[100], margin: 0, }, ]); From 8efe953fe253f7c0b2db40eb2de2d123ea4b03cd Mon Sep 17 00:00:00 2001 From: Karl Kallavus Date: Thu, 7 Oct 2021 13:54:55 +0300 Subject: [PATCH 2/3] fix: .circleci/config.yml --- .circleci/config.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5331361b68..dddabae40b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -237,6 +237,11 @@ workflows: context: global filters: branches: - ignore: /.*/ - tags: - only: /^v.*/ + only: + - master + requires: + - dependencies + - build + - lint + - publish + - build_docs_and_push From 866b36f14762361fae90f06c29837d0db04c96c9 Mon Sep 17 00:00:00 2001 From: Karl Kallavus Date: Thu, 7 Oct 2021 13:56:11 +0300 Subject: [PATCH 3/3] 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 774261b23a..7c9b601337 100644 --- a/next-docs/CHANGELOG.md +++ b/next-docs/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## 7.5.1 + +### Patch Changes + +- Sportsadda theme +- Updated dependencies [undefined] + - @heathmont/moon-accordion@7.5.1 + - @heathmont/moon-assets@7.5.1 + - @heathmont/moon-charts@7.5.1 + - @heathmont/moon-components@7.5.1 + - @heathmont/moon-core@7.5.1 + - @heathmont/moon-draggabletable@7.5.1 + - @heathmont/moon-icons@7.5.1 + - @heathmont/moon-pagination@7.5.1 + - @heathmont/moon-popover@7.5.1 + - @heathmont/moon-table@7.5.1 + - @heathmont/moon-themes@7.5.1 + - @heathmont/moon-utils@7.5.1 + ## 7.5.0 ### Minor Changes diff --git a/next-docs/package.json b/next-docs/package.json index eca095c716..5a0bdf700c 100644 --- a/next-docs/package.json +++ b/next-docs/package.json @@ -1,6 +1,6 @@ { "name": "next-docs", - "version": "7.5.0", + "version": "7.5.1", "private": true, "scripts": { "dev": "next dev", @@ -9,18 +9,18 @@ }, "dependencies": { "@headlessui/react": "1.2.0", - "@heathmont/moon-accordion": "workspace:^7.5.0", - "@heathmont/moon-assets": "workspace:^7.5.0", - "@heathmont/moon-charts": "workspace:^7.5.0", - "@heathmont/moon-components": "workspace:^7.5.0", - "@heathmont/moon-core": "workspace:^7.5.0", - "@heathmont/moon-draggabletable": "workspace:^7.5.0", - "@heathmont/moon-icons": "workspace:^7.5.0", - "@heathmont/moon-pagination": "workspace:^7.5.0", - "@heathmont/moon-popover": "workspace:^7.5.0", - "@heathmont/moon-table": "workspace:^7.5.0", - "@heathmont/moon-themes": "workspace:^7.5.0", - "@heathmont/moon-utils": "workspace:^7.5.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", "@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 04995502e2..8f726426f4 100644 --- a/packages/accordion/CHANGELOG.md +++ b/packages/accordion/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 7.5.1 + +### Patch Changes + +- Sportsadda theme +- Updated dependencies [undefined] + - @heathmont/moon-components@7.5.1 + - @heathmont/moon-icons@7.5.1 + - @heathmont/moon-themes@7.5.1 + - @heathmont/moon-utils@7.5.1 + ## 7.5.0 ### Minor Changes diff --git a/packages/accordion/package.json b/packages/accordion/package.json index 5d4a3ca7ed..f15baf95aa 100644 --- a/packages/accordion/package.json +++ b/packages/accordion/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-accordion", "sideEffects": false, - "version": "7.5.0", + "version": "7.5.1", "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.0", - "@heathmont/moon-icons": "workspace:^7.5.0", - "@heathmont/moon-themes": "workspace:^7.5.0", - "@heathmont/moon-utils": "workspace:^7.5.0" + "@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" }, "peerDependencies": { "react": ">= 16.10.2", diff --git a/packages/assets/CHANGELOG.md b/packages/assets/CHANGELOG.md index 36df3d5342..3d4f2e02a1 100644 --- a/packages/assets/CHANGELOG.md +++ b/packages/assets/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 7.5.1 + +### Patch Changes + +- Sportsadda theme +- Updated dependencies [undefined] + - @heathmont/moon-themes@7.5.1 + - @heathmont/moon-utils@7.5.1 + ## 7.5.0 ### Minor Changes diff --git a/packages/assets/package.json b/packages/assets/package.json index 65c12a771b..41b2ee946b 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-assets", "sideEffects": false, - "version": "7.5.0", + "version": "7.5.1", "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.0", - "@heathmont/moon-utils": "workspace:^7.5.0" + "@heathmont/moon-themes": "workspace:^7.5.1", + "@heathmont/moon-utils": "workspace:^7.5.1" }, "peerDependencies": { "react": ">= 16.10.2", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index 36c9a4cd70..2c3a4363d7 100644 --- a/packages/calendar/CHANGELOG.md +++ b/packages/calendar/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 7.5.1 + +### Patch Changes + +- Sportsadda theme +- Updated dependencies [undefined] + - @heathmont/moon-components@7.5.1 + - @heathmont/moon-themes@7.5.1 + - @heathmont/moon-utils@7.5.1 + ## 7.5.0 ### Minor Changes diff --git a/packages/calendar/package.json b/packages/calendar/package.json index be8f84ab63..d64cbec43c 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-calendar", "sideEffects": false, - "version": "7.5.0", + "version": "7.5.1", "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.0", - "@heathmont/moon-themes": "workspace:^7.5.0", - "@heathmont/moon-utils": "workspace:^7.5.0", + "@heathmont/moon-components": "workspace:^7.5.1", + "@heathmont/moon-themes": "workspace:^7.5.1", + "@heathmont/moon-utils": "workspace:^7.5.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 4af3e99b23..83e9078690 100644 --- a/packages/charts/CHANGELOG.md +++ b/packages/charts/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 7.5.1 + +### Patch Changes + +- Sportsadda theme +- Updated dependencies [undefined] + - @heathmont/moon-assets@7.5.1 + - @heathmont/moon-components@7.5.1 + - @heathmont/moon-themes@7.5.1 + - @heathmont/moon-utils@7.5.1 + ## 7.5.0 ### Minor Changes diff --git a/packages/charts/package.json b/packages/charts/package.json index 7d29613548..e1720bbc26 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-charts", "sideEffects": false, - "version": "7.5.0", + "version": "7.5.1", "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.0", - "@heathmont/moon-components": "workspace:^7.5.0", - "@heathmont/moon-themes": "workspace:^7.5.0", - "@heathmont/moon-utils": "workspace:^7.5.0", + "@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", "@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 8c258610aa..6c1a72555d 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 7.5.1 + +### Patch Changes + +- Sportsadda theme +- Updated dependencies [undefined] + - @heathmont/moon-assets@7.5.1 + - @heathmont/moon-themes@7.5.1 + - @heathmont/moon-utils@7.5.1 + ## 7.5.0 ### Minor Changes diff --git a/packages/components/package.json b/packages/components/package.json index 6dddb24d2c..4499570b3f 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-components", "sideEffects": false, - "version": "7.5.0", + "version": "7.5.1", "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.0", - "@heathmont/moon-themes": "workspace:^7.5.0", - "@heathmont/moon-utils": "workspace:^7.5.0", + "@heathmont/moon-assets": "workspace:^7.5.1", + "@heathmont/moon-themes": "workspace:^7.5.1", + "@heathmont/moon-utils": "workspace:^7.5.1", "@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 5cabd58ba8..a71aee7635 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 7.5.1 + +### Patch Changes + +- Sportsadda theme +- Updated dependencies [undefined] + - @heathmont/moon-components@7.5.1 + - @heathmont/moon-icons@7.5.1 + - @heathmont/moon-themes@7.5.1 + - @heathmont/moon-utils@7.5.1 + ## 7.5.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 9b355bb4a5..840fb9e8fc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-core", "sideEffects": false, - "version": "7.5.0", + "version": "7.5.1", "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.0", - "@heathmont/moon-icons": "workspace:^7.5.0", - "@heathmont/moon-themes": "workspace:^7.5.0", - "@heathmont/moon-utils": "workspace:^7.5.0", + "@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", "@reach/listbox": "^0.16.1", "polished": "^4.1.3" }, diff --git a/packages/draggabletable/CHANGELOG.md b/packages/draggabletable/CHANGELOG.md index 2e3715fb50..ef05c602b3 100644 --- a/packages/draggabletable/CHANGELOG.md +++ b/packages/draggabletable/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 7.5.1 + +### Patch Changes + +- Sportsadda theme +- Updated dependencies [undefined] + - @heathmont/moon-components@7.5.1 + - @heathmont/moon-table@7.5.1 + - @heathmont/moon-themes@7.5.1 + - @heathmont/moon-utils@7.5.1 + ## 7.5.0 ### Minor Changes diff --git a/packages/draggabletable/package.json b/packages/draggabletable/package.json index 9c258b61be..a62e82192e 100644 --- a/packages/draggabletable/package.json +++ b/packages/draggabletable/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-draggabletable", "sideEffects": false, - "version": "7.5.0", + "version": "7.5.1", "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.0", - "@heathmont/moon-table": "workspace:^7.5.0", - "@heathmont/moon-themes": "workspace:^7.5.0", - "@heathmont/moon-utils": "workspace:^7.5.0", + "@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", "@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 fbf51870dd..056aabb96e 100644 --- a/packages/fonts/CHANGELOG.md +++ b/packages/fonts/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 7.5.1 + +### Patch Changes + +- Sportsadda theme + ## 7.5.0 ### Minor Changes diff --git a/packages/fonts/package.json b/packages/fonts/package.json index 078c33ee25..bde007ebbd 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-fonts", "sideEffects": false, - "version": "7.5.0", + "version": "7.5.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 6874ad6970..137d100fdb 100644 --- a/packages/global/CHANGELOG.md +++ b/packages/global/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 7.5.1 + +### Patch Changes + +- Sportsadda theme +- Updated dependencies [undefined] + - @heathmont/moon-themes@7.5.1 + - @heathmont/moon-utils@7.5.1 + ## 7.5.0 ### Minor Changes diff --git a/packages/global/package.json b/packages/global/package.json index 5d83e3f248..7f9df4d5da 100644 --- a/packages/global/package.json +++ b/packages/global/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-global", "sideEffects": false, - "version": "7.5.0", + "version": "7.5.1", "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.0", - "@heathmont/moon-utils": "workspace:^7.5.0" + "@heathmont/moon-themes": "workspace:^7.5.1", + "@heathmont/moon-utils": "workspace:^7.5.1" }, "peerDependencies": { "react": ">= 16.10.2", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index bcbcfe6159..abcbaa4261 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 7.5.1 + +### Patch Changes + +- Sportsadda theme +- Updated dependencies [undefined] + - @heathmont/moon-themes@7.5.1 + - @heathmont/moon-utils@7.5.1 + ## 7.5.0 ### Minor Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 2425f09b4f..03945a42e3 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-icons", "sideEffects": false, - "version": "7.5.0", + "version": "7.5.1", "files": [ "lib" ], @@ -36,8 +36,8 @@ "ts-node-dev": "^1.1.8" }, "dependencies": { - "@heathmont/moon-themes": "workspace:^7.5.0", - "@heathmont/moon-utils": "workspace:^7.5.0" + "@heathmont/moon-themes": "workspace:^7.5.1", + "@heathmont/moon-utils": "workspace:^7.5.1" }, "peerDependencies": { "react": ">= 16.10.2", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index dbb56c74eb..53ee38f5f4 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 7.5.1 + +### Patch Changes + +- Sportsadda theme +- Updated dependencies [undefined] + - @heathmont/moon-themes@7.5.1 + - @heathmont/moon-utils@7.5.1 + ## 7.5.0 ### Minor Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index 5a7c24a35b..d8c28f19e3 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-notifications", "sideEffects": false, - "version": "7.5.0", + "version": "7.5.1", "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.0", - "@heathmont/moon-utils": "workspace:^7.5.0" + "@heathmont/moon-themes": "workspace:^7.5.1", + "@heathmont/moon-utils": "workspace:^7.5.1" }, "peerDependencies": { "react": ">= 16.10.2", diff --git a/packages/pagination/CHANGELOG.md b/packages/pagination/CHANGELOG.md index a207e8f17a..d46db96daa 100644 --- a/packages/pagination/CHANGELOG.md +++ b/packages/pagination/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 7.5.1 + +### Patch Changes + +- Sportsadda theme +- Updated dependencies [undefined] + - @heathmont/moon-assets@7.5.1 + - @heathmont/moon-components@7.5.1 + - @heathmont/moon-themes@7.5.1 + - @heathmont/moon-utils@7.5.1 + ## 7.5.0 ### Minor Changes diff --git a/packages/pagination/package.json b/packages/pagination/package.json index 4cef34c504..4f7a9afa23 100644 --- a/packages/pagination/package.json +++ b/packages/pagination/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-pagination", "sideEffects": false, - "version": "7.5.0", + "version": "7.5.1", "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.0", - "@heathmont/moon-components": "workspace:^7.5.0", - "@heathmont/moon-themes": "workspace:^7.5.0", - "@heathmont/moon-utils": "workspace:^7.5.0", + "@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", "@types/react-paginate": "6.2.1", "react-paginate": "6.5.0" }, diff --git a/packages/popover/CHANGELOG.md b/packages/popover/CHANGELOG.md index 7a53c8f26b..b71628c615 100644 --- a/packages/popover/CHANGELOG.md +++ b/packages/popover/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 7.5.1 + +### Patch Changes + +- Sportsadda theme +- Updated dependencies [undefined] + - @heathmont/moon-assets@7.5.1 + - @heathmont/moon-components@7.5.1 + - @heathmont/moon-themes@7.5.1 + - @heathmont/moon-utils@7.5.1 + ## 7.5.0 ### Minor Changes diff --git a/packages/popover/package.json b/packages/popover/package.json index 3fdbbf2307..b1d08333c9 100644 --- a/packages/popover/package.json +++ b/packages/popover/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-popover", "sideEffects": false, - "version": "7.5.0", + "version": "7.5.1", "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.0", - "@heathmont/moon-components": "workspace:^7.5.0", - "@heathmont/moon-themes": "workspace:^7.5.0", - "@heathmont/moon-utils": "workspace:^7.5.0", + "@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", "@tippyjs/react": "4.2.0", "polished": "3.4.1" }, diff --git a/packages/sidebar/CHANGELOG.md b/packages/sidebar/CHANGELOG.md index 8ea25ed5af..14436766d5 100644 --- a/packages/sidebar/CHANGELOG.md +++ b/packages/sidebar/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 7.5.1 + +### Patch Changes + +- Sportsadda theme +- Updated dependencies [undefined] + - @heathmont/moon-themes@7.5.1 + - @heathmont/moon-utils@7.5.1 + ## 7.5.0 ### Minor Changes diff --git a/packages/sidebar/package.json b/packages/sidebar/package.json index e0e9cda900..0d8cc9ad9a 100644 --- a/packages/sidebar/package.json +++ b/packages/sidebar/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-sidebar", "sideEffects": false, - "version": "7.5.0", + "version": "7.5.1", "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.0", - "@heathmont/moon-utils": "workspace:^7.5.0" + "@heathmont/moon-themes": "workspace:^7.5.1", + "@heathmont/moon-utils": "workspace:^7.5.1" }, "peerDependencies": { "react": ">= 16.10.2", diff --git a/packages/table/CHANGELOG.md b/packages/table/CHANGELOG.md index 27d4c8ab46..78ca856301 100644 --- a/packages/table/CHANGELOG.md +++ b/packages/table/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 7.5.1 + +### Patch Changes + +- Sportsadda theme +- Updated dependencies [undefined] + - @heathmont/moon-components@7.5.1 + - @heathmont/moon-themes@7.5.1 + - @heathmont/moon-utils@7.5.1 + ## 7.5.0 ### Minor Changes diff --git a/packages/table/package.json b/packages/table/package.json index a6232f8e20..24201def8b 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-table", "sideEffects": false, - "version": "7.5.0", + "version": "7.5.1", "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.0", - "@heathmont/moon-themes": "workspace:^7.5.0", - "@heathmont/moon-utils": "workspace:^7.5.0", + "@heathmont/moon-components": "workspace:^7.5.1", + "@heathmont/moon-themes": "workspace:^7.5.1", + "@heathmont/moon-utils": "workspace:^7.5.1", "@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 0e992eefe7..34ea385c1c 100644 --- a/packages/themes/CHANGELOG.md +++ b/packages/themes/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 7.5.1 + +### Patch Changes + +- Sportsadda theme + ## 7.5.0 ### Minor Changes diff --git a/packages/themes/package.json b/packages/themes/package.json index 2ce6df04a1..3450e1487c 100644 --- a/packages/themes/package.json +++ b/packages/themes/package.json @@ -1,6 +1,6 @@ { "name": "@heathmont/moon-themes", - "version": "7.5.0", + "version": "7.5.1", "sideEffects": false, "files": [ "lib" diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 56ba5ee504..a60743d853 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 7.5.1 + +### Patch Changes + +- Sportsadda theme +- Updated dependencies [undefined] + - @heathmont/moon-themes@7.5.1 + ## 7.5.0 ### Minor Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 4b9e7e3aff..83a949709f 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@heathmont/moon-utils", "sideEffects": false, - "version": "7.5.0", + "version": "7.5.1", "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.0", + "@heathmont/moon-themes": "workspace:^7.5.1", "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 b589cfdd24..d5bf3c1a1f 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.0 - '@heathmont/moon-assets': workspace:^7.5.0 - '@heathmont/moon-charts': workspace:^7.5.0 - '@heathmont/moon-components': workspace:^7.5.0 - '@heathmont/moon-core': workspace:^7.5.0 - '@heathmont/moon-draggabletable': workspace:^7.5.0 - '@heathmont/moon-icons': workspace:^7.5.0 - '@heathmont/moon-pagination': workspace:^7.5.0 - '@heathmont/moon-popover': workspace:^7.5.0 - '@heathmont/moon-table': workspace:^7.5.0 - '@heathmont/moon-themes': workspace:^7.5.0 - '@heathmont/moon-utils': workspace:^7.5.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 '@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.0 - '@heathmont/moon-icons': workspace:^7.5.0 - '@heathmont/moon-themes': workspace:^7.5.0 - '@heathmont/moon-utils': workspace:^7.5.0 + '@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 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.0 - '@heathmont/moon-utils': workspace:^7.5.0 + '@heathmont/moon-themes': workspace:^7.5.1 + '@heathmont/moon-utils': workspace:^7.5.1 dependencies: '@heathmont/moon-themes': link:../themes '@heathmont/moon-utils': link:../utils packages/calendar: specifiers: - '@heathmont/moon-components': workspace:^7.5.0 - '@heathmont/moon-themes': workspace:^7.5.0 - '@heathmont/moon-utils': workspace:^7.5.0 + '@heathmont/moon-components': workspace:^7.5.1 + '@heathmont/moon-themes': workspace:^7.5.1 + '@heathmont/moon-utils': workspace:^7.5.1 '@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.0 - '@heathmont/moon-components': workspace:^7.5.0 - '@heathmont/moon-themes': workspace:^7.5.0 - '@heathmont/moon-utils': workspace:^7.5.0 + '@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 '@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.0 - '@heathmont/moon-themes': workspace:^7.5.0 - '@heathmont/moon-utils': workspace:^7.5.0 + '@heathmont/moon-assets': workspace:^7.5.1 + '@heathmont/moon-themes': workspace:^7.5.1 + '@heathmont/moon-utils': workspace:^7.5.1 '@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.0 - '@heathmont/moon-icons': workspace:^7.5.0 - '@heathmont/moon-themes': workspace:^7.5.0 - '@heathmont/moon-utils': workspace:^7.5.0 + '@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 '@reach/listbox': ^0.16.1 polished: ^4.1.3 dependencies: @@ -259,10 +259,10 @@ importers: packages/draggabletable: specifiers: - '@heathmont/moon-components': workspace:^7.5.0 - '@heathmont/moon-table': workspace:^7.5.0 - '@heathmont/moon-themes': workspace:^7.5.0 - '@heathmont/moon-utils': workspace:^7.5.0 + '@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 '@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.0 - '@heathmont/moon-utils': workspace:^7.5.0 + '@heathmont/moon-themes': workspace:^7.5.1 + '@heathmont/moon-utils': workspace:^7.5.1 dependencies: '@heathmont/moon-themes': link:../themes '@heathmont/moon-utils': link:../utils packages/icons: specifiers: - '@heathmont/moon-themes': workspace:^7.5.0 - '@heathmont/moon-utils': workspace:^7.5.0 + '@heathmont/moon-themes': workspace:^7.5.1 + '@heathmont/moon-utils': workspace:^7.5.1 '@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.0 - '@heathmont/moon-utils': workspace:^7.5.0 + '@heathmont/moon-themes': workspace:^7.5.1 + '@heathmont/moon-utils': workspace:^7.5.1 dependencies: '@heathmont/moon-themes': link:../themes '@heathmont/moon-utils': link:../utils packages/pagination: specifiers: - '@heathmont/moon-assets': workspace:^7.5.0 - '@heathmont/moon-components': workspace:^7.5.0 - '@heathmont/moon-themes': workspace:^7.5.0 - '@heathmont/moon-utils': workspace:^7.5.0 + '@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 '@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.0 - '@heathmont/moon-components': workspace:^7.5.0 - '@heathmont/moon-themes': workspace:^7.5.0 - '@heathmont/moon-utils': workspace:^7.5.0 + '@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 '@tippyjs/react': 4.2.0 polished: 3.4.1 dependencies: @@ -369,17 +369,17 @@ importers: packages/sidebar: specifiers: - '@heathmont/moon-themes': workspace:^7.5.0 - '@heathmont/moon-utils': workspace:^7.5.0 + '@heathmont/moon-themes': workspace:^7.5.1 + '@heathmont/moon-utils': workspace:^7.5.1 dependencies: '@heathmont/moon-themes': link:../themes '@heathmont/moon-utils': link:../utils packages/table: specifiers: - '@heathmont/moon-components': workspace:^7.5.0 - '@heathmont/moon-themes': workspace:^7.5.0 - '@heathmont/moon-utils': workspace:^7.5.0 + '@heathmont/moon-components': workspace:^7.5.1 + '@heathmont/moon-themes': workspace:^7.5.1 + '@heathmont/moon-utils': workspace:^7.5.1 '@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.0 + '@heathmont/moon-themes': workspace:^7.5.1 '@types/lodash.get': 4.4.6 '@types/lodash.has': 4.5.6 lodash.get: 4.4.2