From efccde034b9178fab14c711515085f6e1f47c400 Mon Sep 17 00:00:00 2001 From: Nana Mochihara Date: Wed, 8 Dec 2021 11:31:49 +0100 Subject: [PATCH] v0.62.0 --- CHANGELOG.md | 13 ++++++++++++- 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, 18 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f685e17..c54a72d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,18 @@ All notable changes to this project will be documented in this file. -## [v0.61.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.59.0...v0.61.0) (2021-11-23 15:43:23 +0100) +## [v0.62.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.61.0...v0.62.0) (2021-12-08 11:14:17 +0100) + +### ✨ Features + + - **icons**: add manual focus, near and far away icons ([b5e72e7](https://github.com/AxisCommunications/practical-react-components/commit/b5e72e7e3fe349b96c97fce94bead550c19b854b)) + +### 🐛 Bug fixes + + - **table**: hover effect does not stay on table row when menu on table row active ([64227e7](https://github.com/AxisCommunications/practical-react-components/commit/64227e7902b56313942aa77fdf5619d97cf19be0)) + - **menu**: hover effect does not stay on menu button when menu is activated ([e383796](https://github.com/AxisCommunications/practical-react-components/commit/e383796ac23a0407139f214f4e4228147b8d8aef)) + +## [v0.61.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.59.0...v0.61.0) (2021-11-23 16:11:01 +0100) ### 🚧 Maintenance diff --git a/package.json b/package.json index 60935081..342a16da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components", - "version": "0.61.0", + "version": "0.62.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 540fc251..660d989b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-core", - "version": "0.61.0", + "version": "0.62.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 3cf408eb..a7e4ddcd 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "practical-react-components-docs", "private": true, - "version": "0.61.0", + "version": "0.62.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 48f8959a..7cbb3f4b 100644 --- a/packages/formik/package.json +++ b/packages/formik/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-formik", - "version": "0.61.0", + "version": "0.62.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 192393dc..a3a9b560 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-icons", - "version": "0.61.0", + "version": "0.62.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 2229a9da..7f432cea 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": "0.61.0", + "version": "0.62.0", "license": "MIT", "scripts": { "build:ts": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" --env.NODE_ENV=docs",