diff --git a/CHANGELOG.md b/CHANGELOG.md index 50e8f918..c04cdba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ # Changelog All notable changes to this project will be documented in this file. +## [v1.11.0](https://github.com/AxisCommunications/practical-react-components/releases/tag/v1.11.0) +2022-11-09 14:47:39 +0100, [Compare changes](https://github.com/AxisCommunications/practical-react-components/compare/v1.10.0...v1.11.0) + +### ✨ Features + + - [!248](https://github.com/AxisCommunications/practical-react-components/pull/248) - **theme**: add more color slots ([`c96d0c2`](https://github.com/AxisCommunications/practical-react-components/commit/c96d0c2d9293e5c16418a4879cde990c8883b2eb)) ([**@tripleWdotcom**](https://github.com/tripleWdotcom)) + ## [v1.10.0](https://github.com/AxisCommunications/practical-react-components/releases/tag/v1.10.0) 2022-11-08 10:06:59 +0100, [Compare changes](https://github.com/AxisCommunications/practical-react-components/compare/v1.9.0...v1.10.0) diff --git a/package.json b/package.json index a1625fe4..05e7d1c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components", - "version": "1.10.0", + "version": "1.11.0", "private": true, "description": "Practical react components library", "homepage": "https://github.com/AxisCommunications/practical-react-components", diff --git a/packages/core/package.json b/packages/core/package.json index 8aca0e48..8cde6f79 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-core", - "version": "1.10.0", + "version": "1.11.0", "description": "Practical react components library - Core", "homepage": "https://github.com/AxisCommunications/practical-react-components", "license": "MIT", diff --git a/packages/docs/package.json b/packages/docs/package.json index 24d316e6..25be3922 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "practical-react-components-docs", "private": true, - "version": "1.10.0", + "version": "1.11.0", "license": "MIT", "scripts": { "props": "ts-node scripts/docs-props-gen.ts --source ../core/src/index.ts --source ../formik/src/index.ts --dest src --tsconfig tsconfig.json", diff --git a/packages/formik/package.json b/packages/formik/package.json index 4239f3c8..007b9df0 100644 --- a/packages/formik/package.json +++ b/packages/formik/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-formik", - "version": "1.10.0", + "version": "1.11.0", "description": "Practical react components library - Formik components", "homepage": "https://github.com/AxisCommunications/practical-react-components", "license": "MIT", diff --git a/packages/icons/package.json b/packages/icons/package.json index 9328029f..ce299864 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-icons", - "version": "1.10.0", + "version": "1.11.0", "description": "Practical react components library - Icons", "homepage": "https://github.com/AxisCommunications/practical-react-components", "license": "MIT AND Apache-2.0", diff --git a/packages/ui-tests/package.json b/packages/ui-tests/package.json index 599099ab..3273d059 100644 --- a/packages/ui-tests/package.json +++ b/packages/ui-tests/package.json @@ -1,7 +1,7 @@ { "name": "practical-react-components-ui-tests", "private": true, - "version": "1.10.0", + "version": "1.11.0", "license": "MIT", "scripts": { "build": "NODE_ENV=docs yarn webpack --bail",