diff --git a/CHANGELOG.md b/CHANGELOG.md index f9896eb4..60d710e3 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.0](https://github.com/AxisCommunications/practical-react-components/releases/tag/v1.17.0) +2023-08-18 11:32:14 +0200, [Compare changes](https://github.com/AxisCommunications/practical-react-components/compare/v1.16.0...v1.17.0) + +### 🐛 Bug fixes + + - [!270](https://github.com/AxisCommunications/practical-react-components/pull/270) - **core**: segments missing while dragging ([`5e90887`](https://github.com/AxisCommunications/practical-react-components/commit/5e90887f815a8582bc81a2966d2c9da2bf9a84ba)) ([**@rikteg**](https://github.com/rikteg)) + ## [v1.16.0](https://github.com/AxisCommunications/practical-react-components/releases/tag/v1.16.0) 2023-06-28 14:02:18 +0200, [Compare changes](https://github.com/AxisCommunications/practical-react-components/compare/v1.15.0...v1.16.0) diff --git a/package.json b/package.json index d499a067..536f8bbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components", - "version": "1.16.0", + "version": "1.17.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 1cb582ab..f9e47ae5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-core", - "version": "1.16.0", + "version": "1.17.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 08f8b12c..aed5b078 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "practical-react-components-docs", "private": true, - "version": "1.16.0", + "version": "1.17.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 f9bea079..5ef8089c 100644 --- a/packages/formik/package.json +++ b/packages/formik/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-formik", - "version": "1.16.0", + "version": "1.17.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 fd35a4aa..c6f1e70d 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-icons", - "version": "1.16.0", + "version": "1.17.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 3f2a8065..e8dda605 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.16.0", + "version": "1.17.0", "license": "MIT", "scripts": { "build": "NODE_ENV=docs yarn webpack --bail",