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

Commit f949e7f

Browse files
committed
v0.24.0
1 parent e4ae0f6 commit f949e7f

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.23.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.22.0...v0.23.0) (2021-04-27 20:22:59 +0200)
6+
## [v0.24.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.23.0...v0.24.0) (2021-05-04 11:11:48 +0200)
7+
8+
### 🚧 Maintenance
9+
10+
- update dependencies to latest versions ([e4ae0f6](https://github.com/AxisCommunications/practical-react-components/commit/e4ae0f677757949051a9c64f8a46d14bfaaa77cb))
11+
12+
## [v0.23.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.22.0...v0.23.0) (2021-04-27 20:25:49 +0200)
713

814
### 🚀 Features
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.23.0",
3+
"version": "0.24.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.23.0",
3+
"version": "0.24.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.3.1",
1313
"focus-trap-react": "8.5.0",
1414
"no-scroll": "2.1.1",
15-
"practical-react-components-icons": "0.23.0",
15+
"practical-react-components-icons": "0.24.0",
1616
"react-hooks-shareable": "1.25.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.23.0",
4+
"version": "0.24.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.11.2",
1717
"formik": "2.2.6",
18-
"practical-react-components-core": "0.23.0",
19-
"practical-react-components-formik": "0.23.0",
20-
"practical-react-components-icons": "0.23.0",
18+
"practical-react-components-core": "0.24.0",
19+
"practical-react-components-formik": "0.24.0",
20+
"practical-react-components-icons": "0.24.0",
2121
"prism-react-renderer": "1.2.0",
2222
"react": "17.0.2",
2323
"react-dom": "17.0.2",

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.23.0",
3+
"version": "0.24.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.23.0"
12+
"practical-react-components-core": "0.24.0"
1313
},
1414
"devDependencies": {
1515
"@babel/cli": "7.13.16",

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.23.0",
3+
"version": "0.24.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.23.0",
4+
"version": "0.24.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.11.2",
13-
"practical-react-components-core": "0.23.0",
14-
"practical-react-components-icons": "0.23.0",
13+
"practical-react-components-core": "0.24.0",
14+
"practical-react-components-icons": "0.24.0",
1515
"react": "17.0.2",
1616
"react-dom": "17.0.2",
1717
"react-hooks-shareable": "1.25.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10734,7 +10734,7 @@ __metadata:
1073410734
languageName: node
1073510735
linkType: hard
1073610736

10737-
"practical-react-components-core@0.23.0, practical-react-components-core@workspace:packages/core":
10737+
"practical-react-components-core@0.24.0, practical-react-components-core@workspace:packages/core":
1073810738
version: 0.0.0-use.local
1073910739
resolution: "practical-react-components-core@workspace:packages/core"
1074010740
dependencies:
@@ -10758,7 +10758,7 @@ __metadata:
1075810758
jest-styled-components: 7.0.4
1075910759
no-scroll: 2.1.1
1076010760
pepjs: 0.5.3
10761-
practical-react-components-icons: 0.23.0
10761+
practical-react-components-icons: 0.24.0
1076210762
prop-types: 15.7.2
1076310763
react: 17.0.2
1076410764
react-dom: 17.0.2
@@ -10811,9 +10811,9 @@ __metadata:
1081110811
formik: 2.2.6
1081210812
html-webpack-plugin: 5.3.1
1081310813
license-webpack-plugin: 2.3.17
10814-
practical-react-components-core: 0.23.0
10815-
practical-react-components-formik: 0.23.0
10816-
practical-react-components-icons: 0.23.0
10814+
practical-react-components-core: 0.24.0
10815+
practical-react-components-formik: 0.24.0
10816+
practical-react-components-icons: 0.24.0
1081710817
prism-react-renderer: 1.2.0
1081810818
react: 17.0.2
1081910819
react-docgen-typescript: 1.22.0
@@ -10839,7 +10839,7 @@ __metadata:
1083910839
languageName: unknown
1084010840
linkType: soft
1084110841

10842-
"practical-react-components-formik@0.23.0, practical-react-components-formik@workspace:packages/formik":
10842+
"practical-react-components-formik@0.24.0, practical-react-components-formik@workspace:packages/formik":
1084310843
version: 0.0.0-use.local
1084410844
resolution: "practical-react-components-formik@workspace:packages/formik"
1084510845
dependencies:
@@ -10855,7 +10855,7 @@ __metadata:
1085510855
"@types/styled-components": 5.1.9
1085610856
core-js: 3.11.2
1085710857
formik: 2.2.6
10858-
practical-react-components-core: 0.23.0
10858+
practical-react-components-core: 0.24.0
1085910859
react: 17.0.2
1086010860
react-is: 17.0.2
1086110861
styled-components: 5.2.3
@@ -10870,7 +10870,7 @@ __metadata:
1087010870
languageName: unknown
1087110871
linkType: soft
1087210872

10873-
"practical-react-components-icons@0.23.0, practical-react-components-icons@workspace:packages/icons":
10873+
"practical-react-components-icons@0.24.0, practical-react-components-icons@workspace:packages/icons":
1087410874
version: 0.0.0-use.local
1087510875
resolution: "practical-react-components-icons@workspace:packages/icons"
1087610876
dependencies:
@@ -10923,8 +10923,8 @@ __metadata:
1092310923
cypress: 6.8.0
1092410924
file-loader: 6.2.0
1092510925
html-webpack-plugin: 5.3.1
10926-
practical-react-components-core: 0.23.0
10927-
practical-react-components-icons: 0.23.0
10926+
practical-react-components-core: 0.24.0
10927+
practical-react-components-icons: 0.24.0
1092810928
react: 17.0.2
1092910929
react-dom: 17.0.2
1093010930
react-hooks-shareable: 1.25.0

0 commit comments

Comments
 (0)