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

Commit f198127

Browse files
committed
v0.26.0
1 parent 53bbeb1 commit f198127

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.25.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.24.0...v0.25.0) (2021-05-11 09:03:23 +0200)
6+
## [v0.26.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.25.0...v0.26.0) (2021-05-18 11:25:14 +0200)
7+
8+
### 🚧 Maintenance
9+
10+
- update dependencies to latest versions ([53bbeb1](https://github.com/AxisCommunications/practical-react-components/commit/53bbeb138b47edd378767a4a2667cf093fad3fc7))
11+
12+
## [v0.25.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.24.0...v0.25.0) (2021-05-11 10:37:36 +0200)
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.25.0",
3+
"version": "0.26.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.25.0",
3+
"version": "0.26.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.25.0",
15+
"practical-react-components-icons": "0.26.0",
1616
"react-hooks-shareable": "1.26.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.25.0",
4+
"version": "0.26.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.12.1",
1717
"formik": "2.2.6",
18-
"practical-react-components-core": "0.25.0",
19-
"practical-react-components-formik": "0.25.0",
20-
"practical-react-components-icons": "0.25.0",
18+
"practical-react-components-core": "0.26.0",
19+
"practical-react-components-formik": "0.26.0",
20+
"practical-react-components-icons": "0.26.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.25.0",
3+
"version": "0.26.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.25.0"
12+
"practical-react-components-core": "0.26.0"
1313
},
1414
"devDependencies": {
1515
"@babel/cli": "7.14.3",

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.25.0",
3+
"version": "0.26.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.25.0",
4+
"version": "0.26.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.12.1",
13-
"practical-react-components-core": "0.25.0",
14-
"practical-react-components-icons": "0.25.0",
13+
"practical-react-components-core": "0.26.0",
14+
"practical-react-components-icons": "0.26.0",
1515
"react": "17.0.2",
1616
"react-dom": "17.0.2",
1717
"react-hooks-shareable": "1.26.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10882,7 +10882,7 @@ __metadata:
1088210882
languageName: node
1088310883
linkType: hard
1088410884

10885-
"practical-react-components-core@0.25.0, practical-react-components-core@workspace:packages/core":
10885+
"practical-react-components-core@0.26.0, practical-react-components-core@workspace:packages/core":
1088610886
version: 0.0.0-use.local
1088710887
resolution: "practical-react-components-core@workspace:packages/core"
1088810888
dependencies:
@@ -10906,7 +10906,7 @@ __metadata:
1090610906
jest-styled-components: 7.0.4
1090710907
no-scroll: 2.1.1
1090810908
pepjs: 0.5.3
10909-
practical-react-components-icons: 0.25.0
10909+
practical-react-components-icons: 0.26.0
1091010910
prop-types: 15.7.2
1091110911
react: 17.0.2
1091210912
react-dom: 17.0.2
@@ -10959,9 +10959,9 @@ __metadata:
1095910959
formik: 2.2.6
1096010960
html-webpack-plugin: 5.3.1
1096110961
license-webpack-plugin: 2.3.18
10962-
practical-react-components-core: 0.25.0
10963-
practical-react-components-formik: 0.25.0
10964-
practical-react-components-icons: 0.25.0
10962+
practical-react-components-core: 0.26.0
10963+
practical-react-components-formik: 0.26.0
10964+
practical-react-components-icons: 0.26.0
1096510965
prism-react-renderer: 1.2.0
1096610966
react: 17.0.2
1096710967
react-docgen-typescript: 1.22.0
@@ -10987,7 +10987,7 @@ __metadata:
1098710987
languageName: unknown
1098810988
linkType: soft
1098910989

10990-
"practical-react-components-formik@0.25.0, practical-react-components-formik@workspace:packages/formik":
10990+
"practical-react-components-formik@0.26.0, practical-react-components-formik@workspace:packages/formik":
1099110991
version: 0.0.0-use.local
1099210992
resolution: "practical-react-components-formik@workspace:packages/formik"
1099310993
dependencies:
@@ -11003,7 +11003,7 @@ __metadata:
1100311003
"@types/styled-components": 5.1.9
1100411004
core-js: 3.12.1
1100511005
formik: 2.2.6
11006-
practical-react-components-core: 0.25.0
11006+
practical-react-components-core: 0.26.0
1100711007
react: 17.0.2
1100811008
react-is: 17.0.2
1100911009
styled-components: 5.3.0
@@ -11018,7 +11018,7 @@ __metadata:
1101811018
languageName: unknown
1101911019
linkType: soft
1102011020

11021-
"practical-react-components-icons@0.25.0, practical-react-components-icons@workspace:packages/icons":
11021+
"practical-react-components-icons@0.26.0, practical-react-components-icons@workspace:packages/icons":
1102211022
version: 0.0.0-use.local
1102311023
resolution: "practical-react-components-icons@workspace:packages/icons"
1102411024
dependencies:
@@ -11071,8 +11071,8 @@ __metadata:
1107111071
cypress: 6.8.0
1107211072
file-loader: 6.2.0
1107311073
html-webpack-plugin: 5.3.1
11074-
practical-react-components-core: 0.25.0
11075-
practical-react-components-icons: 0.25.0
11074+
practical-react-components-core: 0.26.0
11075+
practical-react-components-icons: 0.26.0
1107611076
react: 17.0.2
1107711077
react-dom: 17.0.2
1107811078
react-hooks-shareable: 1.26.0

0 commit comments

Comments
 (0)