diff --git a/CHANGELOG.md b/CHANGELOG.md index cec23ba0..ccac409c 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.17.2](https://github.com/AxisCommunications/practical-react-components/releases/tag/v1.17.2) +2023-08-24 16:08:44 +0200, [Compare changes](https://github.com/AxisCommunications/practical-react-components/compare/v1.17.1...v1.17.2) + +### 🐛 Bug fixes + + - [!274](https://github.com/AxisCommunications/practical-react-components/pull/274) - **stepper**: step number cursor ([`da78987`](https://github.com/AxisCommunications/practical-react-components/commit/da7898768ec28b5ede88de44f2e8200e22143750)) ([**@HitomiWin**](https://github.com/HitomiWin)) + ## [v1.17.1](https://github.com/AxisCommunications/practical-react-components/releases/tag/v1.17.1) 2023-08-21 10:10:19 +0200, [Compare changes](https://github.com/AxisCommunications/practical-react-components/compare/v1.17.0...v1.17.1) diff --git a/package.json b/package.json index da4073d8..575ac6a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components", - "version": "1.17.1", + "version": "1.17.2", "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 22bfa8b2..a8586fae 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-core", - "version": "1.17.1", + "version": "1.17.2", "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 70317921..7f648eac 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "practical-react-components-docs", "private": true, - "version": "1.17.1", + "version": "1.17.2", "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 534e407b..e3e0089b 100644 --- a/packages/formik/package.json +++ b/packages/formik/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-formik", - "version": "1.17.1", + "version": "1.17.2", "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 a62ed119..cb00a1f6 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-icons", - "version": "1.17.1", + "version": "1.17.2", "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 bbbfc908..c248b926 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.17.1", + "version": "1.17.2", "license": "MIT", "scripts": { "build": "NODE_ENV=docs yarn webpack --bail",