From ae2da824f0632b78549e162734b9b9402cc071ea Mon Sep 17 00:00:00 2001 From: Nana Mochihara Date: Thu, 30 Mar 2023 16:12:29 +0200 Subject: [PATCH] v1.15.0 --- CHANGELOG.md | 9 +++++++++ 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, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1ebbcb3..4b2df486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ # Changelog All notable changes to this project will be documented in this file. +## [v1.15.0](https://github.com/AxisCommunications/practical-react-components/releases/tag/v1.15.0) +2023-03-30 16:03:07 +0200, [Compare changes](https://github.com/AxisCommunications/practical-react-components/compare/v1.14.0...v1.15.0) + +### ✨ Features + + - [!260](https://github.com/AxisCommunications/practical-react-components/pull/260) - **tooltip**: remove tooltip on touch scroll ([`06d200f`](https://github.com/AxisCommunications/practical-react-components/commit/06d200f1f379f5820de533fca9161d2a06917fe8)) ([**@danielkaxis**](https://github.com/danielkaxis)) + - [!260](https://github.com/AxisCommunications/practical-react-components/pull/260) - **popover**: reposition on scroll event ([`b19437f`](https://github.com/AxisCommunications/practical-react-components/commit/b19437fd67ff1b5e2d3682d4eb4d06ba0dcc23ab)) ([**@danielkaxis**](https://github.com/danielkaxis)) + - [!262](https://github.com/AxisCommunications/practical-react-components/pull/262) - **icons**: add AltAutofocus icon ([`e57b668`](https://github.com/AxisCommunications/practical-react-components/commit/e57b668e1ba5b68066c370ff350ee6f0e3c6a13a)) ([**@Sana-Shana**](https://github.com/Sana-Shana)) + ## [v1.14.0](https://github.com/AxisCommunications/practical-react-components/releases/tag/v1.14.0) 2023-03-01 13:22:02 +0100, [Compare changes](https://github.com/AxisCommunications/practical-react-components/compare/v1.13.0...v1.14.0) diff --git a/package.json b/package.json index d0a18cf3..7ea34143 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components", - "version": "1.14.0", + "version": "1.15.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 0ba5229b..e42b3608 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-core", - "version": "1.14.0", + "version": "1.15.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 0ee6f025..d50712d9 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "practical-react-components-docs", "private": true, - "version": "1.14.0", + "version": "1.15.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 f616e782..b2fbff41 100644 --- a/packages/formik/package.json +++ b/packages/formik/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-formik", - "version": "1.14.0", + "version": "1.15.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 6c1e6038..301f5a5c 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-icons", - "version": "1.14.0", + "version": "1.15.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 047f60ba..c7bec19e 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.14.0", + "version": "1.15.0", "license": "MIT", "scripts": { "build": "NODE_ENV=docs yarn webpack --bail",