diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d209804..90c8aa20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file. -## [v1.6.0](https://github.com/AxisCommunications/practical-react-components/compare/v1.5.0...v1.6.0) (2022-08-30 10:59:18 +0200) +## [v1.7.0](https://github.com/AxisCommunications/practical-react-components/compare/v1.6.0...v1.7.0) (2022-09-07 14:49:19 +0200) + +### ✨ Features + + - **tabs**: **BREAKING** add tabs component ([b0dbc73](https://github.com/AxisCommunications/practical-react-components/commit/b0dbc73ee96d004ed4cca3ea73c99eec7c60094f)) + +## [v1.6.0](https://github.com/AxisCommunications/practical-react-components/compare/v1.5.0...v1.6.0) (2022-09-05 09:59:11 +0200) ### 🚧 Maintenance diff --git a/package.json b/package.json index 18afad83..3f0c9b09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components", - "version": "1.6.0", + "version": "1.7.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 e0ca0e9f..66271a32 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-core", - "version": "1.6.0", + "version": "1.7.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 1e23311f..c4a9d707 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "practical-react-components-docs", "private": true, - "version": "1.6.0", + "version": "1.7.0", "license": "MIT", "scripts": { "props": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" 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 ebe43c8d..8486bd3b 100644 --- a/packages/formik/package.json +++ b/packages/formik/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-formik", - "version": "1.6.0", + "version": "1.7.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 3475b168..ddb2d9ed 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-icons", - "version": "1.6.0", + "version": "1.7.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 22b64a84..801d94e7 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.6.0", + "version": "1.7.0", "license": "MIT", "scripts": { "build:ts": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" --env.NODE_ENV=docs",