From 3de0a6aa30b6315c26c6c9dc971fe1ab962d4fef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 4 Sep 2023 12:34:16 +0000 Subject: [PATCH] Version Packages --- .changeset/curly-rabbits-laugh.md | 5 ----- .changeset/cyan-years-teach.md | 5 ----- community/@atlaskit__avatar/CHANGELOG.md | 7 +++++++ community/@atlaskit__avatar/package.json | 4 ++-- community/@atlaskit__breadcrumbs/CHANGELOG.md | 7 +++++++ community/@atlaskit__breadcrumbs/package.json | 4 ++-- community/@atlaskit__button/CHANGELOG.md | 7 +++++++ community/@atlaskit__button/package.json | 4 ++-- community/@atlaskit__calendar/CHANGELOG.md | 7 +++++++ community/@atlaskit__calendar/package.json | 4 ++-- community/@atlaskit__checkbox/CHANGELOG.md | 7 +++++++ community/@atlaskit__checkbox/package.json | 4 ++-- community/@atlaskit__icon/CHANGELOG.md | 7 +++++++ community/@atlaskit__icon/package.json | 4 ++-- community/@atlaskit__menu/CHANGELOG.md | 7 +++++++ community/@atlaskit__menu/package.json | 4 ++-- community/@atlaskit__popper/CHANGELOG.md | 7 +++++++ community/@atlaskit__popper/package.json | 4 ++-- community/@atlaskit__popup/CHANGELOG.md | 7 +++++++ community/@atlaskit__popup/package.json | 4 ++-- community/@atlaskit__progress-indicator/CHANGELOG.md | 7 +++++++ community/@atlaskit__progress-indicator/package.json | 4 ++-- community/@atlaskit__range/CHANGELOG.md | 7 +++++++ community/@atlaskit__range/package.json | 4 ++-- community/@atlaskit__section-message/CHANGELOG.md | 7 +++++++ community/@atlaskit__section-message/package.json | 4 ++-- community/@atlaskit__side-navigation/CHANGELOG.md | 7 +++++++ community/@atlaskit__side-navigation/package.json | 4 ++-- community/@atlaskit__spinner/CHANGELOG.md | 7 +++++++ community/@atlaskit__spinner/package.json | 4 ++-- community/@atlaskit__tag/CHANGELOG.md | 7 +++++++ community/@atlaskit__tag/package.json | 4 ++-- community/@atlaskit__textarea/CHANGELOG.md | 7 +++++++ community/@atlaskit__textarea/package.json | 4 ++-- community/@atlaskit__textfield/CHANGELOG.md | 7 +++++++ community/@atlaskit__textfield/package.json | 4 ++-- community/@atlaskit__toggle/CHANGELOG.md | 7 +++++++ community/@atlaskit__toggle/package.json | 4 ++-- community/@emotion__monorepo/CHANGELOG.md | 7 +++++++ community/@emotion__monorepo/package.json | 4 ++-- community/javascript/CHANGELOG.md | 11 +++++++++++ community/javascript/package.json | 4 ++-- community/memoize-one/CHANGELOG.md | 7 +++++++ community/memoize-one/package.json | 4 ++-- community/react/CHANGELOG.md | 7 +++++++ community/react/package.json | 4 ++-- packages/utils/CHANGELOG.md | 6 ++++++ packages/utils/package.json | 2 +- 48 files changed, 209 insertions(+), 55 deletions(-) delete mode 100644 .changeset/curly-rabbits-laugh.md delete mode 100644 .changeset/cyan-years-teach.md diff --git a/.changeset/curly-rabbits-laugh.md b/.changeset/curly-rabbits-laugh.md deleted file mode 100644 index 58309b343..000000000 --- a/.changeset/curly-rabbits-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hypermod/utils': minor ---- - -Exposes filter argument to isDescendentOfNode function diff --git a/.changeset/cyan-years-teach.md b/.changeset/cyan-years-teach.md deleted file mode 100644 index 8f2948684..000000000 --- a/.changeset/cyan-years-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hypermod/mod-javascript': minor ---- - -Replaces putout with jscodeshift for the remove-unused-vars transform diff --git a/community/@atlaskit__avatar/CHANGELOG.md b/community/@atlaskit__avatar/CHANGELOG.md index 48659c433..6c62cc5d9 100644 --- a/community/@atlaskit__avatar/CHANGELOG.md +++ b/community/@atlaskit__avatar/CHANGELOG.md @@ -1,5 +1,12 @@ # @hypermod/mod-atlaskit\_\_avatar +## 0.3.1 + +### Patch Changes + +- Updated dependencies [be24d0c5] + - @hypermod/utils@0.4.0 + ## 0.3.0 ### Minor Changes diff --git a/community/@atlaskit__avatar/package.json b/community/@atlaskit__avatar/package.json index 2035728e2..25bb6f501 100644 --- a/community/@atlaskit__avatar/package.json +++ b/community/@atlaskit__avatar/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__avatar", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,7 +11,7 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.3.0", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { diff --git a/community/@atlaskit__breadcrumbs/CHANGELOG.md b/community/@atlaskit__breadcrumbs/CHANGELOG.md index 33567e474..75b789dea 100644 --- a/community/@atlaskit__breadcrumbs/CHANGELOG.md +++ b/community/@atlaskit__breadcrumbs/CHANGELOG.md @@ -1,5 +1,12 @@ # @hypermod/mod-atlaskit\_\_breadcrumbs +## 0.3.1 + +### Patch Changes + +- Updated dependencies [be24d0c5] + - @hypermod/utils@0.4.0 + ## 0.3.0 ### Minor Changes diff --git a/community/@atlaskit__breadcrumbs/package.json b/community/@atlaskit__breadcrumbs/package.json index ff2197ba1..28f8cda28 100644 --- a/community/@atlaskit__breadcrumbs/package.json +++ b/community/@atlaskit__breadcrumbs/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__breadcrumbs", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,7 +11,7 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.3.0", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { diff --git a/community/@atlaskit__button/CHANGELOG.md b/community/@atlaskit__button/CHANGELOG.md index 51e18ad32..72a49d91c 100644 --- a/community/@atlaskit__button/CHANGELOG.md +++ b/community/@atlaskit__button/CHANGELOG.md @@ -1,5 +1,12 @@ # @hypermod/mod-atlaskit\_\_button +## 0.3.1 + +### Patch Changes + +- Updated dependencies [be24d0c5] + - @hypermod/utils@0.4.0 + ## 0.3.0 ### Minor Changes diff --git a/community/@atlaskit__button/package.json b/community/@atlaskit__button/package.json index 8ca31bffc..7143db9a8 100644 --- a/community/@atlaskit__button/package.json +++ b/community/@atlaskit__button/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__button", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,7 +11,7 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.3.0", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { diff --git a/community/@atlaskit__calendar/CHANGELOG.md b/community/@atlaskit__calendar/CHANGELOG.md index ebf04bf29..b25fadf7b 100644 --- a/community/@atlaskit__calendar/CHANGELOG.md +++ b/community/@atlaskit__calendar/CHANGELOG.md @@ -1,5 +1,12 @@ # @hypermod/mod-atlaskit\_\_calendar +## 0.3.1 + +### Patch Changes + +- Updated dependencies [be24d0c5] + - @hypermod/utils@0.4.0 + ## 0.3.0 ### Minor Changes diff --git a/community/@atlaskit__calendar/package.json b/community/@atlaskit__calendar/package.json index 76415e41a..7becf275b 100644 --- a/community/@atlaskit__calendar/package.json +++ b/community/@atlaskit__calendar/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__calendar", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,7 +11,7 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.3.0", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { diff --git a/community/@atlaskit__checkbox/CHANGELOG.md b/community/@atlaskit__checkbox/CHANGELOG.md index 19ae22027..d439ff35d 100644 --- a/community/@atlaskit__checkbox/CHANGELOG.md +++ b/community/@atlaskit__checkbox/CHANGELOG.md @@ -1,5 +1,12 @@ # @hypermod/mod-atlaskit\_\_checkbox +## 0.3.1 + +### Patch Changes + +- Updated dependencies [be24d0c5] + - @hypermod/utils@0.4.0 + ## 0.3.0 ### Minor Changes diff --git a/community/@atlaskit__checkbox/package.json b/community/@atlaskit__checkbox/package.json index b3db8365e..2e5fce704 100644 --- a/community/@atlaskit__checkbox/package.json +++ b/community/@atlaskit__checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__checkbox", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,7 +11,7 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.3.0", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { diff --git a/community/@atlaskit__icon/CHANGELOG.md b/community/@atlaskit__icon/CHANGELOG.md index 7aa9647e6..c1023d683 100644 --- a/community/@atlaskit__icon/CHANGELOG.md +++ b/community/@atlaskit__icon/CHANGELOG.md @@ -1,5 +1,12 @@ # @hypermod/mod-atlaskit\_\_icon +## 0.3.1 + +### Patch Changes + +- Updated dependencies [be24d0c5] + - @hypermod/utils@0.4.0 + ## 0.3.0 ### Minor Changes diff --git a/community/@atlaskit__icon/package.json b/community/@atlaskit__icon/package.json index b371e613f..470c2f949 100644 --- a/community/@atlaskit__icon/package.json +++ b/community/@atlaskit__icon/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__icon", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,7 +11,7 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.3.0", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { diff --git a/community/@atlaskit__menu/CHANGELOG.md b/community/@atlaskit__menu/CHANGELOG.md index 35b151d36..8208f1a45 100644 --- a/community/@atlaskit__menu/CHANGELOG.md +++ b/community/@atlaskit__menu/CHANGELOG.md @@ -1,5 +1,12 @@ # @hypermod/mod-atlaskit\_\_menu +## 0.3.1 + +### Patch Changes + +- Updated dependencies [be24d0c5] + - @hypermod/utils@0.4.0 + ## 0.3.0 ### Minor Changes diff --git a/community/@atlaskit__menu/package.json b/community/@atlaskit__menu/package.json index 6a4546b8a..da34af075 100644 --- a/community/@atlaskit__menu/package.json +++ b/community/@atlaskit__menu/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__menu", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,7 +11,7 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.3.0", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { diff --git a/community/@atlaskit__popper/CHANGELOG.md b/community/@atlaskit__popper/CHANGELOG.md index 349fafe19..79f293a89 100644 --- a/community/@atlaskit__popper/CHANGELOG.md +++ b/community/@atlaskit__popper/CHANGELOG.md @@ -1,5 +1,12 @@ # @hypermod/mod-atlaskit\_\_popper +## 0.3.1 + +### Patch Changes + +- Updated dependencies [be24d0c5] + - @hypermod/utils@0.4.0 + ## 0.3.0 ### Minor Changes diff --git a/community/@atlaskit__popper/package.json b/community/@atlaskit__popper/package.json index 3ab7e56ea..e61ec8242 100644 --- a/community/@atlaskit__popper/package.json +++ b/community/@atlaskit__popper/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__popper", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,7 +11,7 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.3.0", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { diff --git a/community/@atlaskit__popup/CHANGELOG.md b/community/@atlaskit__popup/CHANGELOG.md index b81abeed3..4b4cc02e4 100644 --- a/community/@atlaskit__popup/CHANGELOG.md +++ b/community/@atlaskit__popup/CHANGELOG.md @@ -1,5 +1,12 @@ # @hypermod/mod-atlaskit\_\_popup +## 0.3.1 + +### Patch Changes + +- Updated dependencies [be24d0c5] + - @hypermod/utils@0.4.0 + ## 0.3.0 ### Minor Changes diff --git a/community/@atlaskit__popup/package.json b/community/@atlaskit__popup/package.json index d80b5f089..72281ca9d 100644 --- a/community/@atlaskit__popup/package.json +++ b/community/@atlaskit__popup/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__popup", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,7 +11,7 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.3.0", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { diff --git a/community/@atlaskit__progress-indicator/CHANGELOG.md b/community/@atlaskit__progress-indicator/CHANGELOG.md index 0b434899c..6b8bff232 100644 --- a/community/@atlaskit__progress-indicator/CHANGELOG.md +++ b/community/@atlaskit__progress-indicator/CHANGELOG.md @@ -1,5 +1,12 @@ # @hypermod/mod-atlaskit\_\_progress-indicator +## 0.3.1 + +### Patch Changes + +- Updated dependencies [be24d0c5] + - @hypermod/utils@0.4.0 + ## 0.3.0 ### Minor Changes diff --git a/community/@atlaskit__progress-indicator/package.json b/community/@atlaskit__progress-indicator/package.json index f8c8a31c8..5818e15f3 100644 --- a/community/@atlaskit__progress-indicator/package.json +++ b/community/@atlaskit__progress-indicator/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__progress-indicator", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,7 +11,7 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.3.0", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { diff --git a/community/@atlaskit__range/CHANGELOG.md b/community/@atlaskit__range/CHANGELOG.md index e2c80b0cd..c11fc32ff 100644 --- a/community/@atlaskit__range/CHANGELOG.md +++ b/community/@atlaskit__range/CHANGELOG.md @@ -1,5 +1,12 @@ # @hypermod/mod-atlaskit\_\_range +## 0.3.1 + +### Patch Changes + +- Updated dependencies [be24d0c5] + - @hypermod/utils@0.4.0 + ## 0.3.0 ### Minor Changes diff --git a/community/@atlaskit__range/package.json b/community/@atlaskit__range/package.json index f47b69749..c3f284f56 100644 --- a/community/@atlaskit__range/package.json +++ b/community/@atlaskit__range/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__range", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,7 +11,7 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.3.0", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { diff --git a/community/@atlaskit__section-message/CHANGELOG.md b/community/@atlaskit__section-message/CHANGELOG.md index 0839b73a6..1d901ec62 100644 --- a/community/@atlaskit__section-message/CHANGELOG.md +++ b/community/@atlaskit__section-message/CHANGELOG.md @@ -1,5 +1,12 @@ # @hypermod/mod-atlaskit\_\_section-message +## 0.3.1 + +### Patch Changes + +- Updated dependencies [be24d0c5] + - @hypermod/utils@0.4.0 + ## 0.3.0 ### Minor Changes diff --git a/community/@atlaskit__section-message/package.json b/community/@atlaskit__section-message/package.json index e07d1f70f..eb8268b59 100644 --- a/community/@atlaskit__section-message/package.json +++ b/community/@atlaskit__section-message/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__section-message", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,7 +11,7 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.3.0", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { diff --git a/community/@atlaskit__side-navigation/CHANGELOG.md b/community/@atlaskit__side-navigation/CHANGELOG.md index 3502ba8dd..7ad09da68 100644 --- a/community/@atlaskit__side-navigation/CHANGELOG.md +++ b/community/@atlaskit__side-navigation/CHANGELOG.md @@ -1,5 +1,12 @@ # @hypermod/mod-atlaskit\_\_side-navigation +## 0.3.1 + +### Patch Changes + +- Updated dependencies [be24d0c5] + - @hypermod/utils@0.4.0 + ## 0.3.0 ### Minor Changes diff --git a/community/@atlaskit__side-navigation/package.json b/community/@atlaskit__side-navigation/package.json index a3cfdd3db..da0db5714 100644 --- a/community/@atlaskit__side-navigation/package.json +++ b/community/@atlaskit__side-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__side-navigation", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,7 +11,7 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.3.0", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { diff --git a/community/@atlaskit__spinner/CHANGELOG.md b/community/@atlaskit__spinner/CHANGELOG.md index 7b274afbc..8c9e4fb07 100644 --- a/community/@atlaskit__spinner/CHANGELOG.md +++ b/community/@atlaskit__spinner/CHANGELOG.md @@ -1,5 +1,12 @@ # @hypermod/mod-atlaskit\_\_spinner +## 0.3.1 + +### Patch Changes + +- Updated dependencies [be24d0c5] + - @hypermod/utils@0.4.0 + ## 0.3.0 ### Minor Changes diff --git a/community/@atlaskit__spinner/package.json b/community/@atlaskit__spinner/package.json index 12e2d1dac..15f05e6ac 100644 --- a/community/@atlaskit__spinner/package.json +++ b/community/@atlaskit__spinner/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__spinner", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,7 +11,7 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.3.0", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { diff --git a/community/@atlaskit__tag/CHANGELOG.md b/community/@atlaskit__tag/CHANGELOG.md index 4ae582ae8..0abdda6c5 100644 --- a/community/@atlaskit__tag/CHANGELOG.md +++ b/community/@atlaskit__tag/CHANGELOG.md @@ -1,5 +1,12 @@ # @hypermod/mod-atlaskit\_\_tag +## 0.3.1 + +### Patch Changes + +- Updated dependencies [be24d0c5] + - @hypermod/utils@0.4.0 + ## 0.3.0 ### Minor Changes diff --git a/community/@atlaskit__tag/package.json b/community/@atlaskit__tag/package.json index 866451e15..6f1202aeb 100644 --- a/community/@atlaskit__tag/package.json +++ b/community/@atlaskit__tag/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__tag", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,7 +11,7 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.3.0", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { diff --git a/community/@atlaskit__textarea/CHANGELOG.md b/community/@atlaskit__textarea/CHANGELOG.md index 5ee961247..550108c7c 100644 --- a/community/@atlaskit__textarea/CHANGELOG.md +++ b/community/@atlaskit__textarea/CHANGELOG.md @@ -1,5 +1,12 @@ # @hypermod/mod-atlaskit\_\_textarea +## 0.3.1 + +### Patch Changes + +- Updated dependencies [be24d0c5] + - @hypermod/utils@0.4.0 + ## 0.3.0 ### Minor Changes diff --git a/community/@atlaskit__textarea/package.json b/community/@atlaskit__textarea/package.json index 9f3275e24..6172bf3a9 100644 --- a/community/@atlaskit__textarea/package.json +++ b/community/@atlaskit__textarea/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__textarea", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,7 +11,7 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.3.0", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { diff --git a/community/@atlaskit__textfield/CHANGELOG.md b/community/@atlaskit__textfield/CHANGELOG.md index c11622a41..f0e909178 100644 --- a/community/@atlaskit__textfield/CHANGELOG.md +++ b/community/@atlaskit__textfield/CHANGELOG.md @@ -1,5 +1,12 @@ # @hypermod/mod-atlaskit\_\_textfield +## 0.3.1 + +### Patch Changes + +- Updated dependencies [be24d0c5] + - @hypermod/utils@0.4.0 + ## 0.3.0 ### Minor Changes diff --git a/community/@atlaskit__textfield/package.json b/community/@atlaskit__textfield/package.json index 5bdc5b29c..4852f911e 100644 --- a/community/@atlaskit__textfield/package.json +++ b/community/@atlaskit__textfield/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__textfield", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,7 +11,7 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.3.0", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { diff --git a/community/@atlaskit__toggle/CHANGELOG.md b/community/@atlaskit__toggle/CHANGELOG.md index c9062d1a2..54e7c83b4 100644 --- a/community/@atlaskit__toggle/CHANGELOG.md +++ b/community/@atlaskit__toggle/CHANGELOG.md @@ -1,5 +1,12 @@ # @hypermod/mod-atlaskit\_\_toggle +## 0.3.1 + +### Patch Changes + +- Updated dependencies [be24d0c5] + - @hypermod/utils@0.4.0 + ## 0.3.0 ### Minor Changes diff --git a/community/@atlaskit__toggle/package.json b/community/@atlaskit__toggle/package.json index abcaf08ef..00c1e1dfd 100644 --- a/community/@atlaskit__toggle/package.json +++ b/community/@atlaskit__toggle/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-atlaskit__toggle", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,7 +11,7 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.3.0", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { diff --git a/community/@emotion__monorepo/CHANGELOG.md b/community/@emotion__monorepo/CHANGELOG.md index 2b99809f7..4cfda9295 100644 --- a/community/@emotion__monorepo/CHANGELOG.md +++ b/community/@emotion__monorepo/CHANGELOG.md @@ -1,5 +1,12 @@ # @hypermod/mod-emotion\_\_monorepo +## 0.3.1 + +### Patch Changes + +- Updated dependencies [be24d0c5] + - @hypermod/utils@0.4.0 + ## 0.3.0 ### Minor Changes diff --git a/community/@emotion__monorepo/package.json b/community/@emotion__monorepo/package.json index 192dd58eb..1f4b59d1b 100644 --- a/community/@emotion__monorepo/package.json +++ b/community/@emotion__monorepo/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-emotion__monorepo", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,7 +11,7 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.3.0", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { diff --git a/community/javascript/CHANGELOG.md b/community/javascript/CHANGELOG.md index 639a40b4e..1341153d0 100644 --- a/community/javascript/CHANGELOG.md +++ b/community/javascript/CHANGELOG.md @@ -1,5 +1,16 @@ # @hypermod/mod-javascript +## 0.4.0 + +### Minor Changes + +- be24d0c5: Replaces putout with jscodeshift for the remove-unused-vars transform + +### Patch Changes + +- Updated dependencies [be24d0c5] + - @hypermod/utils@0.4.0 + ## 0.3.0 ### Minor Changes diff --git a/community/javascript/package.json b/community/javascript/package.json index 9b0c188ed..43b52bc0b 100644 --- a/community/javascript/package.json +++ b/community/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-javascript", - "version": "0.3.0", + "version": "0.4.0", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,7 +11,7 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.3.0", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { diff --git a/community/memoize-one/CHANGELOG.md b/community/memoize-one/CHANGELOG.md index fef316b9d..9d461484a 100644 --- a/community/memoize-one/CHANGELOG.md +++ b/community/memoize-one/CHANGELOG.md @@ -1,5 +1,12 @@ # @hypermod/mod-memoize-one +## 0.3.1 + +### Patch Changes + +- Updated dependencies [be24d0c5] + - @hypermod/utils@0.4.0 + ## 0.3.0 ### Minor Changes diff --git a/community/memoize-one/package.json b/community/memoize-one/package.json index 591147d94..5f65739a5 100644 --- a/community/memoize-one/package.json +++ b/community/memoize-one/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-memoize-one", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,7 +11,7 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.3.0", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { diff --git a/community/react/CHANGELOG.md b/community/react/CHANGELOG.md index 3f7d884b9..9f7facd16 100644 --- a/community/react/CHANGELOG.md +++ b/community/react/CHANGELOG.md @@ -1,5 +1,12 @@ # @hypermod/mod-react +## 0.3.1 + +### Patch Changes + +- Updated dependencies [be24d0c5] + - @hypermod/utils@0.4.0 + ## 0.3.0 ### Minor Changes diff --git a/community/react/package.json b/community/react/package.json index b8ae3546a..30fbaa01d 100644 --- a/community/react/package.json +++ b/community/react/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/mod-react", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "source": "src/hypermod.config.js", "main": "dist/hypermod.config.js", @@ -11,7 +11,7 @@ "validate": "hypermod validate ." }, "dependencies": { - "@hypermod/utils": "^0.3.0", + "@hypermod/utils": "^0.4.0", "jscodeshift": "^0.13.1" }, "devDependencies": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index e2f6d080d..2fa38f3a1 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @hypermod/utils +## 0.4.0 + +### Minor Changes + +- be24d0c5: Exposes filter argument to isDescendentOfNode function + ## 0.3.0 ### Minor Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 54a0fa432..5d4e1ceb1 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@hypermod/utils", - "version": "0.3.0", + "version": "0.4.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts",