From 08dceb8cc96dcc6894b66ee4fd638a66c4dc1165 Mon Sep 17 00:00:00 2001 From: hig-bot <hig.bot@autodesk.com> Date: Tue, 28 Feb 2023 04:14:24 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # @weave-design/toggle-v1.0.0 (2023-02-28) ### Bug Fixes * react v. in peerDependencies instead of dependencies ([4701332](https://github.com/Autodesk/hig/commit/4701332)) * Forcing semantic release by editing readmes ([d39b61f](https://github.com/Autodesk/hig/commit/d39b61f)) * stop using deprecated theme-data-roles ([59dfa4e](https://github.com/Autodesk/hig/commit/59dfa4e)) ### Code Refactoring * Major Release - React 17 Upgrade ([2523711](https://github.com/Autodesk/hig/commit/2523711)) ### Features * add toggle component ([57075b2](https://github.com/Autodesk/hig/commit/57075b2)) * updating peer dependencies release ([0a8a2b6](https://github.com/Autodesk/hig/commit/0a8a2b6)) * use latest theme-data ([d13fb64](https://github.com/Autodesk/hig/commit/d13fb64)) ### Reverts * "Revert "Revert "feat : Migrate all repository to React v17.0 """ ([bf78986](https://github.com/Autodesk/hig/commit/bf78986)) ### BREAKING CHANGES * This release includes upgrading to React 17 and all associated libraries. The components have also had structural changes, utilizing stateless components and hooks. There should be no change in look or behavior of components. The code usage is the same so if you’re already on react 17 you can bump the version directly. If you’re on an old version of react you’ll need to upgrade your project’s react first to 17 and then the HIG components. This upgrade also means no more fixes for the react 15 version but it will still be available for download from NPM. You can fork the repo and make fixes with the older version if there is something critical past this release date. --- packages/toggle/CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/packages/toggle/CHANGELOG.md b/packages/toggle/CHANGELOG.md index c5c258db40..b49f9fbb99 100644 --- a/packages/toggle/CHANGELOG.md +++ b/packages/toggle/CHANGELOG.md @@ -1,3 +1,34 @@ +# @weave-design/toggle-v1.0.0 (2023-02-28) + + +### Bug Fixes + +* react v. in peerDependencies instead of dependencies ([4701332](https://github.com/Autodesk/hig/commit/4701332)) +* Forcing semantic release by editing readmes ([d39b61f](https://github.com/Autodesk/hig/commit/d39b61f)) +* stop using deprecated theme-data-roles ([59dfa4e](https://github.com/Autodesk/hig/commit/59dfa4e)) + + +### Code Refactoring + +* Major Release - React 17 Upgrade ([2523711](https://github.com/Autodesk/hig/commit/2523711)) + + +### Features + +* add toggle component ([57075b2](https://github.com/Autodesk/hig/commit/57075b2)) +* updating peer dependencies release ([0a8a2b6](https://github.com/Autodesk/hig/commit/0a8a2b6)) +* use latest theme-data ([d13fb64](https://github.com/Autodesk/hig/commit/d13fb64)) + + +### Reverts + +* "Revert "Revert "feat : Migrate all repository to React v17.0 """ ([bf78986](https://github.com/Autodesk/hig/commit/bf78986)) + + +### BREAKING CHANGES + +* This release includes upgrading to React 17 and all associated libraries. The components have also had structural changes, utilizing stateless components and hooks. There should be no change in look or behavior of components. The code usage is the same so if you’re already on react 17 you can bump the version directly. If you’re on an old version of react you’ll need to upgrade your project’s react first to 17 and then the HIG components. This upgrade also means no more fixes for the react 15 version but it will still be available for download from NPM. You can fork the repo and make fixes with the older version if there is something critical past this release date. + # [@hig/toggle-v2.2.0](https://github.com/Autodesk/hig/compare/@hig/toggle@2.1.0...@hig/toggle@2.2.0) (2022-08-28)