Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit bfc02e9

Browse files
committed
v0.13.0
1 parent 30d170f commit bfc02e9

File tree

8 files changed

+30
-24
lines changed

8 files changed

+30
-24
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
All notable changes to this project will be documented in this file.
44

55

6-
## [v0.12.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.11.0...v0.12.0) (2021-02-23 15:06:21 +0100)
6+
## [v0.13.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.12.0...v0.13.0) (2021-02-24 23:56:17 +0100)
7+
8+
### 🐛 Bug fixes
9+
10+
- **menu**: export `MenuButton` and menu button jumps ([30d170f](https://github.com/AxisCommunications/practical-react-components/commit/30d170f3d2ef1d11d00f1a00b02d5fdda4016fe4))
11+
12+
## [v0.12.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.11.0...v0.12.0) (2021-02-23 15:12:43 +0100)
713

814
### 🐛 Bug fixes
915

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "practical-react-components",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"private": true,
55
"description": "Practical react components library",
66
"homepage": "https://github.com/AxisCommunications/practical-react-components",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "practical-react-components-core",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "Practical react components library - Core",
55
"homepage": "https://github.com/AxisCommunications/practical-react-components",
66
"license": "MIT",
@@ -12,7 +12,7 @@
1212
"@juggle/resize-observer": "3.2.0",
1313
"focus-trap-react": "8.4.2",
1414
"no-scroll": "2.1.1",
15-
"practical-react-components-icons": "0.12.0",
15+
"practical-react-components-icons": "0.13.0",
1616
"react-hooks-shareable": "1.16.0"
1717
},
1818
"devDependencies": {

packages/docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "practical-react-components-docs",
33
"private": true,
4-
"version": "0.12.0",
4+
"version": "0.13.0",
55
"license": "MIT",
66
"scripts": {
77
"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 @@
1515
"@mdx-js/react": "1.6.22",
1616
"core-js": "3.9.0",
1717
"formik": "2.2.6",
18-
"practical-react-components-core": "0.12.0",
19-
"practical-react-components-formik": "0.12.0",
20-
"practical-react-components-icons": "0.12.0",
18+
"practical-react-components-core": "0.13.0",
19+
"practical-react-components-formik": "0.13.0",
20+
"practical-react-components-icons": "0.13.0",
2121
"prism-react-renderer": "1.2.0",
2222
"react": "17.0.1",
2323
"react-dom": "17.0.1",

packages/formik/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "practical-react-components-formik",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "Practical react components library - Formik components",
55
"homepage": "https://github.com/AxisCommunications/practical-react-components",
66
"license": "MIT",
@@ -9,7 +9,7 @@
99
"build"
1010
],
1111
"dependencies": {
12-
"practical-react-components-core": "0.12.0"
12+
"practical-react-components-core": "0.13.0"
1313
},
1414
"devDependencies": {
1515
"@babel/cli": "7.13.0",

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "practical-react-components-icons",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "Practical react components library - Icons",
55
"homepage": "https://github.com/AxisCommunications/practical-react-components",
66
"license": "MIT AND Apache-2.0",

packages/ui-tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "practical-react-components-ui-tests",
33
"private": true,
4-
"version": "0.12.0",
4+
"version": "0.13.0",
55
"license": "MIT",
66
"scripts": {
77
"build:ts": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" --env.NODE_ENV=docs",
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"core-js": "3.9.0",
13-
"practical-react-components-core": "0.12.0",
14-
"practical-react-components-icons": "0.12.0",
13+
"practical-react-components-core": "0.13.0",
14+
"practical-react-components-icons": "0.13.0",
1515
"react": "17.0.1",
1616
"react-dom": "17.0.1",
1717
"react-hooks-shareable": "1.16.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10926,7 +10926,7 @@ __metadata:
1092610926
languageName: node
1092710927
linkType: hard
1092810928

10929-
"practical-react-components-core@0.12.0, practical-react-components-core@workspace:packages/core":
10929+
"practical-react-components-core@0.13.0, practical-react-components-core@workspace:packages/core":
1093010930
version: 0.0.0-use.local
1093110931
resolution: "practical-react-components-core@workspace:packages/core"
1093210932
dependencies:
@@ -10950,7 +10950,7 @@ __metadata:
1095010950
jest-styled-components: 7.0.3
1095110951
no-scroll: 2.1.1
1095210952
pepjs: 0.5.3
10953-
practical-react-components-icons: 0.12.0
10953+
practical-react-components-icons: 0.13.0
1095410954
prop-types: 15.7.2
1095510955
react: 17.0.1
1095610956
react-dom: 17.0.1
@@ -11003,9 +11003,9 @@ __metadata:
1100311003
formik: 2.2.6
1100411004
html-webpack-plugin: 5.2.0
1100511005
license-webpack-plugin: 2.3.14
11006-
practical-react-components-core: 0.12.0
11007-
practical-react-components-formik: 0.12.0
11008-
practical-react-components-icons: 0.12.0
11006+
practical-react-components-core: 0.13.0
11007+
practical-react-components-formik: 0.13.0
11008+
practical-react-components-icons: 0.13.0
1100911009
prism-react-renderer: 1.2.0
1101011010
react: 17.0.1
1101111011
react-docgen-typescript: 1.21.0
@@ -11031,7 +11031,7 @@ __metadata:
1103111031
languageName: unknown
1103211032
linkType: soft
1103311033

11034-
"practical-react-components-formik@0.12.0, practical-react-components-formik@workspace:packages/formik":
11034+
"practical-react-components-formik@0.13.0, practical-react-components-formik@workspace:packages/formik":
1103511035
version: 0.0.0-use.local
1103611036
resolution: "practical-react-components-formik@workspace:packages/formik"
1103711037
dependencies:
@@ -11047,7 +11047,7 @@ __metadata:
1104711047
"@types/styled-components": 5.1.7
1104811048
core-js: 3.9.0
1104911049
formik: 2.2.6
11050-
practical-react-components-core: 0.12.0
11050+
practical-react-components-core: 0.13.0
1105111051
react: 17.0.1
1105211052
react-is: 17.0.1
1105311053
styled-components: 5.2.1
@@ -11062,7 +11062,7 @@ __metadata:
1106211062
languageName: unknown
1106311063
linkType: soft
1106411064

11065-
"practical-react-components-icons@0.12.0, practical-react-components-icons@workspace:packages/icons":
11065+
"practical-react-components-icons@0.13.0, practical-react-components-icons@workspace:packages/icons":
1106611066
version: 0.0.0-use.local
1106711067
resolution: "practical-react-components-icons@workspace:packages/icons"
1106811068
dependencies:
@@ -11115,8 +11115,8 @@ __metadata:
1111511115
cypress: 6.6.0
1111611116
file-loader: 6.2.0
1111711117
html-webpack-plugin: 5.2.0
11118-
practical-react-components-core: 0.12.0
11119-
practical-react-components-icons: 0.12.0
11118+
practical-react-components-core: 0.13.0
11119+
practical-react-components-icons: 0.13.0
1112011120
react: 17.0.1
1112111121
react-dom: 17.0.1
1112211122
react-hooks-shareable: 1.16.0

0 commit comments

Comments
 (0)