From f041aabef3f3b48a6c7c8d6fe5709ec364bf2a4f Mon Sep 17 00:00:00 2001 From: Gustav Tiger Date: Tue, 27 Apr 2021 20:25:49 +0200 Subject: [PATCH] v0.23.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- packages/core/package.json | 4 ++-- packages/docs/package.json | 8 ++++---- packages/formik/package.json | 4 ++-- packages/icons/package.json | 2 +- packages/ui-tests/package.json | 6 +++--- yarn.lock | 20 ++++++++++---------- 8 files changed, 31 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09ed81fd..150c2042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,14 @@ All notable changes to this project will be documented in this file. -## [v0.22.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.21.0...v0.22.0) (2021-04-23 17:56:23 +0200) +## [v0.23.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.22.0...v0.23.0) (2021-04-27 20:22:59 +0200) + +### 🚀 Features + + - **button**: added a new button with icon and text ([9a91b54](https://github.com/AxisCommunications/practical-react-components/commit/9a91b54d9695a5af6058c3198bbed1ce0aa44cf9)) + - **table**: export `TableProps` ([dc300b0](https://github.com/AxisCommunications/practical-react-components/commit/dc300b0d6cc92ea10113148c62434ca4772ed84c)) + +## [v0.22.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.21.0...v0.22.0) (2021-04-26 07:39:26 +0200) ### 🚀 Features diff --git a/package.json b/package.json index 9ef3e656..f7d6ea36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components", - "version": "0.22.0", + "version": "0.23.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 6e46c60a..c0abdca0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-core", - "version": "0.22.0", + "version": "0.23.0", "description": "Practical react components library - Core", "homepage": "https://github.com/AxisCommunications/practical-react-components", "license": "MIT", @@ -12,7 +12,7 @@ "@juggle/resize-observer": "3.3.0", "focus-trap-react": "8.4.2", "no-scroll": "2.1.1", - "practical-react-components-icons": "0.22.0", + "practical-react-components-icons": "0.23.0", "react-hooks-shareable": "1.24.0" }, "devDependencies": { diff --git a/packages/docs/package.json b/packages/docs/package.json index 9eb24806..7fe6ad74 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "practical-react-components-docs", "private": true, - "version": "0.22.0", + "version": "0.23.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", @@ -15,9 +15,9 @@ "@mdx-js/react": "1.6.22", "core-js": "3.10.1", "formik": "2.2.6", - "practical-react-components-core": "0.22.0", - "practical-react-components-formik": "0.22.0", - "practical-react-components-icons": "0.22.0", + "practical-react-components-core": "0.23.0", + "practical-react-components-formik": "0.23.0", + "practical-react-components-icons": "0.23.0", "prism-react-renderer": "1.2.0", "react": "17.0.2", "react-dom": "17.0.2", diff --git a/packages/formik/package.json b/packages/formik/package.json index 4d6b8c4e..09f4607f 100644 --- a/packages/formik/package.json +++ b/packages/formik/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-formik", - "version": "0.22.0", + "version": "0.23.0", "description": "Practical react components library - Formik components", "homepage": "https://github.com/AxisCommunications/practical-react-components", "license": "MIT", @@ -9,7 +9,7 @@ "build" ], "dependencies": { - "practical-react-components-core": "0.22.0" + "practical-react-components-core": "0.23.0" }, "devDependencies": { "@babel/cli": "7.13.14", diff --git a/packages/icons/package.json b/packages/icons/package.json index 589e445c..f5efb7eb 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-icons", - "version": "0.22.0", + "version": "0.23.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 c240f405..573cde8b 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.22.0", + "version": "0.23.0", "license": "MIT", "scripts": { "build:ts": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" --env.NODE_ENV=docs", @@ -10,8 +10,8 @@ }, "dependencies": { "core-js": "3.10.1", - "practical-react-components-core": "0.22.0", - "practical-react-components-icons": "0.22.0", + "practical-react-components-core": "0.23.0", + "practical-react-components-icons": "0.23.0", "react": "17.0.2", "react-dom": "17.0.2", "react-hooks-shareable": "1.24.0", diff --git a/yarn.lock b/yarn.lock index e4b00136..59f47e13 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10520,7 +10520,7 @@ __metadata: languageName: node linkType: hard -"practical-react-components-core@0.22.0, practical-react-components-core@workspace:packages/core": +"practical-react-components-core@0.23.0, practical-react-components-core@workspace:packages/core": version: 0.0.0-use.local resolution: "practical-react-components-core@workspace:packages/core" dependencies: @@ -10544,7 +10544,7 @@ __metadata: jest-styled-components: 7.0.3 no-scroll: 2.1.1 pepjs: 0.5.3 - practical-react-components-icons: 0.22.0 + practical-react-components-icons: 0.23.0 prop-types: 15.7.2 react: 17.0.2 react-dom: 17.0.2 @@ -10597,9 +10597,9 @@ __metadata: formik: 2.2.6 html-webpack-plugin: 5.3.1 license-webpack-plugin: 2.3.17 - practical-react-components-core: 0.22.0 - practical-react-components-formik: 0.22.0 - practical-react-components-icons: 0.22.0 + practical-react-components-core: 0.23.0 + practical-react-components-formik: 0.23.0 + practical-react-components-icons: 0.23.0 prism-react-renderer: 1.2.0 react: 17.0.2 react-docgen-typescript: 1.22.0 @@ -10625,7 +10625,7 @@ __metadata: languageName: unknown linkType: soft -"practical-react-components-formik@0.22.0, practical-react-components-formik@workspace:packages/formik": +"practical-react-components-formik@0.23.0, practical-react-components-formik@workspace:packages/formik": version: 0.0.0-use.local resolution: "practical-react-components-formik@workspace:packages/formik" dependencies: @@ -10641,7 +10641,7 @@ __metadata: "@types/styled-components": 5.1.9 core-js: 3.10.1 formik: 2.2.6 - practical-react-components-core: 0.22.0 + practical-react-components-core: 0.23.0 react: 17.0.2 react-is: 17.0.2 styled-components: 5.2.3 @@ -10656,7 +10656,7 @@ __metadata: languageName: unknown linkType: soft -"practical-react-components-icons@0.22.0, practical-react-components-icons@workspace:packages/icons": +"practical-react-components-icons@0.23.0, practical-react-components-icons@workspace:packages/icons": version: 0.0.0-use.local resolution: "practical-react-components-icons@workspace:packages/icons" dependencies: @@ -10709,8 +10709,8 @@ __metadata: cypress: 6.8.0 file-loader: 6.2.0 html-webpack-plugin: 5.3.1 - practical-react-components-core: 0.22.0 - practical-react-components-icons: 0.22.0 + practical-react-components-core: 0.23.0 + practical-react-components-icons: 0.23.0 react: 17.0.2 react-dom: 17.0.2 react-hooks-shareable: 1.24.0