diff --git a/CHANGELOG.md b/CHANGELOG.md index e4f63102..d9e47cb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file. -## [v0.12.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.11.0...v0.12.0) (2021-02-23 15:06:21 +0100) +## [v0.13.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.12.0...v0.13.0) (2021-02-24 23:56:17 +0100) + +### 🐛 Bug fixes + + - **menu**: export `MenuButton` and menu button jumps ([30d170f](https://github.com/AxisCommunications/practical-react-components/commit/30d170f3d2ef1d11d00f1a00b02d5fdda4016fe4)) + +## [v0.12.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.11.0...v0.12.0) (2021-02-23 15:12:43 +0100) ### 🐛 Bug fixes diff --git a/package.json b/package.json index 656af931..1269990a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components", - "version": "0.12.0", + "version": "0.13.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 31352587..b9efaaba 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-core", - "version": "0.12.0", + "version": "0.13.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.2.0", "focus-trap-react": "8.4.2", "no-scroll": "2.1.1", - "practical-react-components-icons": "0.12.0", + "practical-react-components-icons": "0.13.0", "react-hooks-shareable": "1.16.0" }, "devDependencies": { diff --git a/packages/docs/package.json b/packages/docs/package.json index 3d7bcdd9..023e8521 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "practical-react-components-docs", "private": true, - "version": "0.12.0", + "version": "0.13.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.9.0", "formik": "2.2.6", - "practical-react-components-core": "0.12.0", - "practical-react-components-formik": "0.12.0", - "practical-react-components-icons": "0.12.0", + "practical-react-components-core": "0.13.0", + "practical-react-components-formik": "0.13.0", + "practical-react-components-icons": "0.13.0", "prism-react-renderer": "1.2.0", "react": "17.0.1", "react-dom": "17.0.1", diff --git a/packages/formik/package.json b/packages/formik/package.json index e0e950c8..18399671 100644 --- a/packages/formik/package.json +++ b/packages/formik/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-formik", - "version": "0.12.0", + "version": "0.13.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.12.0" + "practical-react-components-core": "0.13.0" }, "devDependencies": { "@babel/cli": "7.13.0", diff --git a/packages/icons/package.json b/packages/icons/package.json index b2417b4e..692fddcb 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "practical-react-components-icons", - "version": "0.12.0", + "version": "0.13.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 7b76abe0..d64cb7fe 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.12.0", + "version": "0.13.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.9.0", - "practical-react-components-core": "0.12.0", - "practical-react-components-icons": "0.12.0", + "practical-react-components-core": "0.13.0", + "practical-react-components-icons": "0.13.0", "react": "17.0.1", "react-dom": "17.0.1", "react-hooks-shareable": "1.16.0", diff --git a/yarn.lock b/yarn.lock index 3dca6aa1..67845cee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10926,7 +10926,7 @@ __metadata: languageName: node linkType: hard -"practical-react-components-core@0.12.0, practical-react-components-core@workspace:packages/core": +"practical-react-components-core@0.13.0, practical-react-components-core@workspace:packages/core": version: 0.0.0-use.local resolution: "practical-react-components-core@workspace:packages/core" dependencies: @@ -10950,7 +10950,7 @@ __metadata: jest-styled-components: 7.0.3 no-scroll: 2.1.1 pepjs: 0.5.3 - practical-react-components-icons: 0.12.0 + practical-react-components-icons: 0.13.0 prop-types: 15.7.2 react: 17.0.1 react-dom: 17.0.1 @@ -11003,9 +11003,9 @@ __metadata: formik: 2.2.6 html-webpack-plugin: 5.2.0 license-webpack-plugin: 2.3.14 - practical-react-components-core: 0.12.0 - practical-react-components-formik: 0.12.0 - practical-react-components-icons: 0.12.0 + practical-react-components-core: 0.13.0 + practical-react-components-formik: 0.13.0 + practical-react-components-icons: 0.13.0 prism-react-renderer: 1.2.0 react: 17.0.1 react-docgen-typescript: 1.21.0 @@ -11031,7 +11031,7 @@ __metadata: languageName: unknown linkType: soft -"practical-react-components-formik@0.12.0, practical-react-components-formik@workspace:packages/formik": +"practical-react-components-formik@0.13.0, practical-react-components-formik@workspace:packages/formik": version: 0.0.0-use.local resolution: "practical-react-components-formik@workspace:packages/formik" dependencies: @@ -11047,7 +11047,7 @@ __metadata: "@types/styled-components": 5.1.7 core-js: 3.9.0 formik: 2.2.6 - practical-react-components-core: 0.12.0 + practical-react-components-core: 0.13.0 react: 17.0.1 react-is: 17.0.1 styled-components: 5.2.1 @@ -11062,7 +11062,7 @@ __metadata: languageName: unknown linkType: soft -"practical-react-components-icons@0.12.0, practical-react-components-icons@workspace:packages/icons": +"practical-react-components-icons@0.13.0, practical-react-components-icons@workspace:packages/icons": version: 0.0.0-use.local resolution: "practical-react-components-icons@workspace:packages/icons" dependencies: @@ -11115,8 +11115,8 @@ __metadata: cypress: 6.6.0 file-loader: 6.2.0 html-webpack-plugin: 5.2.0 - practical-react-components-core: 0.12.0 - practical-react-components-icons: 0.12.0 + practical-react-components-core: 0.13.0 + practical-react-components-icons: 0.13.0 react: 17.0.1 react-dom: 17.0.1 react-hooks-shareable: 1.16.0