From 7b7190abda3a8bf18755065eaeee53f6bb6d3228 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 10 Jul 2022 16:52:21 +0000 Subject: [PATCH] chore(release): 12.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [12.0.0](https://github.com/HHogg/preshape/compare/v11.8.1...v12.0.0) (2022-07-10) ### ⚠ BREAKING CHANGES * **css:** Changed all CSS color variable names to just be a single dash ### Features * **Box:** Added transparent to all color options ([0831ff0](https://github.com/HHogg/preshape/commit/0831ff00731a2c6c0e52b59f8274ac31dbef2ff9)) * **Button:** Added props to control border, backgroundColor and textColor on hover and active states ([2d3c4e0](https://github.com/HHogg/preshape/commit/2d3c4e0d6e6c55dd967fec9877f0ddbc64a4f8e8)) * **css:** Change all CSS color variables names to no longer require a double dash before the shade. ([a7eaeed](https://github.com/HHogg/preshape/commit/a7eaeed37320e2ab4c61ba54018c78d712632391)) * **Form:** Added a useForm hook and other components that can be used for a form validation pattern ([f13da70](https://github.com/HHogg/preshape/commit/f13da700c622f3cdcfc086ccc5ab2e091ed0acb2)) * **ModalManager:** Added ModalManager to manage multiple modal being visible at the same time ([ad1f81b](https://github.com/HHogg/preshape/commit/ad1f81bd9f0ef58b3529e55195c8038cb39c7d1c)) ### Fixes * **InputLabel:** Allow labels and descriptions to be JSX.Elements ([32d007b](https://github.com/HHogg/preshape/commit/32d007bc1dac14caa4ed6d0a502eaeeccb6bd4d0)) --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 35 ++++++++++++++++++++++++++++++++--- 2 files changed, 52 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72f04239..00e18e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## [12.0.0](https://github.com/HHogg/preshape/compare/v11.8.1...v12.0.0) (2022-07-10) + + +### ⚠ BREAKING CHANGES + +* **css:** Changed all CSS color variable names to just be a single dash + +### Features + +* **Box:** Added transparent to all color options ([0831ff0](https://github.com/HHogg/preshape/commit/0831ff00731a2c6c0e52b59f8274ac31dbef2ff9)) +* **Button:** Added props to control border, backgroundColor and textColor on hover and active states ([2d3c4e0](https://github.com/HHogg/preshape/commit/2d3c4e0d6e6c55dd967fec9877f0ddbc64a4f8e8)) +* **css:** Change all CSS color variables names to no longer require a double dash before the shade. ([a7eaeed](https://github.com/HHogg/preshape/commit/a7eaeed37320e2ab4c61ba54018c78d712632391)) +* **Form:** Added a useForm hook and other components that can be used for a form validation pattern ([f13da70](https://github.com/HHogg/preshape/commit/f13da700c622f3cdcfc086ccc5ab2e091ed0acb2)) +* **ModalManager:** Added ModalManager to manage multiple modal being visible at the same time ([ad1f81b](https://github.com/HHogg/preshape/commit/ad1f81bd9f0ef58b3529e55195c8038cb39c7d1c)) + + +### Fixes + +* **InputLabel:** Allow labels and descriptions to be JSX.Elements ([32d007b](https://github.com/HHogg/preshape/commit/32d007bc1dac14caa4ed6d0a502eaeeccb6bd4d0)) + ### [11.8.1](https://github.com/HHogg/preshape/compare/v11.8.0...v11.8.1) (2022-06-26) diff --git a/package-lock.json b/package-lock.json index 5b26f66b..6ed21949 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7291,6 +7291,12 @@ "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==", "dev": true }, + "node_modules/@types/uuid": { + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", + "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==", + "dev": true + }, "node_modules/@typescript-eslint/eslint-plugin": { "version": "4.33.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz", @@ -34063,7 +34069,7 @@ }, "workspaces/package": { "name": "preshape", - "version": "11.8.1", + "version": "12.0.0", "license": "MIT", "dependencies": { "brace": "^0.11.1", @@ -34075,7 +34081,8 @@ "open-color": "^1.6.3", "popper.js": "^1.16.1", "react-popper": "^1.3.7", - "resize-observer-polyfill": "^1.5.0" + "resize-observer-polyfill": "^1.5.0", + "uuid": "^8.3.2" }, "devDependencies": { "@svgr/cli": "^5.5.0", @@ -34085,6 +34092,7 @@ "@types/lodash.omit": "^4.5.6", "@types/react": "*", "@types/react-dom": "*", + "@types/uuid": "*", "autoprefixer": "^10.4.0", "postcss": "^8.3.11", "postcss-cli": "^9.0.2", @@ -34233,6 +34241,14 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "workspaces/package/node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "workspaces/package/node_modules/y18n": { "version": "5.0.8", "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", @@ -39384,6 +39400,12 @@ "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==", "dev": true }, + "@types/uuid": { + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", + "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==", + "dev": true + }, "@typescript-eslint/eslint-plugin": { "version": "4.33.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz", @@ -54985,6 +55007,7 @@ "@types/lodash.omit": "^4.5.6", "@types/react": "*", "@types/react-dom": "*", + "@types/uuid": "*", "autoprefixer": "^10.4.0", "brace": "^0.11.1", "classnames": "^2.2.5", @@ -55001,7 +55024,8 @@ "react-dom": "^17.0.2", "react-popper": "^1.3.7", "react-router-dom": "^6.0.2", - "resize-observer-polyfill": "^1.5.0" + "resize-observer-polyfill": "^1.5.0", + "uuid": "^8.3.2" }, "dependencies": { "array-union": { @@ -55081,6 +55105,11 @@ "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", "dev": true }, + "uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" + }, "y18n": { "version": "5.0.8", "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",