From 067117da7e2d5331c313da40dc498f28aa11b33d Mon Sep 17 00:00:00 2001 From: Gustav Tiger Date: Fri, 10 Feb 2023 09:55:29 +0100 Subject: [PATCH] v1.12.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- packages/core/package.json | 2 +- packages/docs/package.json | 2 +- packages/formik/package.json | 2 +- packages/icons/package.json | 2 +- packages/ui-tests/package.json | 2 +- 7 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c04cdba9..52cf5750 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.12.0](https://github.com/AxisCommunications/practical-react-components/releases/tag/v1.12.0) +2023-02-10 09:25:15 +0100, [Compare changes](https://github.com/AxisCommunications/practical-react-components/compare/v1.11.0...v1.12.0) + +### ✨ Features + + - [!255](https://github.com/AxisCommunications/practical-react-components/pull/255) - **icons**: added new icons ([`e3c73dc`](https://github.com/AxisCommunications/practical-react-components/commit/e3c73dc0ca027b478839b6bd2d9fad4b772afc1b)) ([**@danlundgren1**](https://github.com/danlundgren1)) + ## [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) diff --git a/package.json b/package.json index 05e7d1c1..4eacd972 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components", - "version": "1.11.0", + "version": "1.12.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 8cde6f79..e67bd6a4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-core", - "version": "1.11.0", + "version": "1.12.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 25be3922..fce55901 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "practical-react-components-docs", "private": true, - "version": "1.11.0", + "version": "1.12.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 007b9df0..477e0fab 100644 --- a/packages/formik/package.json +++ b/packages/formik/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-formik", - "version": "1.11.0", + "version": "1.12.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 ce299864..91622439 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-icons", - "version": "1.11.0", + "version": "1.12.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 3273d059..4c2928f5 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.11.0", + "version": "1.12.0", "license": "MIT", "scripts": { "build": "NODE_ENV=docs yarn webpack --bail",