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

Commit 3fd56a5

Browse files
committed
v0.5.0
1 parent 52e113d commit 3fd56a5

File tree

8 files changed

+34
-24
lines changed

8 files changed

+34
-24
lines changed

CHANGELOG.md

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

55

6-
## [v0.4.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.3.0...v0.4.0) (2021-02-01 12:42:59 +0100)
6+
## [v0.5.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.4.0...v0.5.0) (2021-02-02 09:28:15 +0100)
7+
8+
### 🚧 Maintenance
9+
10+
- update dependencies to latest versions ([9eb3555](https://github.com/AxisCommunications/practical-react-components/commit/9eb3555fd605112c3056e9c82edafd932462c20a))
11+
12+
### 🚦 Continous integration
13+
14+
- fetch history and tags when releasing, fixes changelog ([52e113d](https://github.com/AxisCommunications/practical-react-components/commit/52e113d761e515f0209800674deb60b21246b6d0))
15+
16+
## [v0.4.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.3.0...v0.4.0) (2021-02-01 12:56:06 +0100)
717

818
### 🚀 Features
919

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.4.0",
3+
"version": "0.5.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.4.0",
3+
"version": "0.5.0",
44
"main": "build/index.js",
55
"files": [
66
"build"
@@ -9,7 +9,7 @@
99
"@juggle/resize-observer": "3.2.0",
1010
"focus-trap-react": "8.4.1",
1111
"no-scroll": "2.1.1",
12-
"practical-react-components-icons": "0.4.0",
12+
"practical-react-components-icons": "0.5.0",
1313
"react-hooks-shareable": "1.12.0"
1414
},
1515
"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.4.0",
4+
"version": "0.5.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.8.3",
1717
"formik": "2.2.6",
18-
"practical-react-components-core": "0.4.0",
19-
"practical-react-components-formik": "0.4.0",
20-
"practical-react-components-icons": "0.4.0",
18+
"practical-react-components-core": "0.5.0",
19+
"practical-react-components-formik": "0.5.0",
20+
"practical-react-components-icons": "0.5.0",
2121
"prism-react-renderer": "1.1.1",
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,12 +1,12 @@
11
{
22
"name": "practical-react-components-formik",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"main": "build/index.js",
55
"files": [
66
"build"
77
],
88
"dependencies": {
9-
"practical-react-components-core": "0.4.0"
9+
"practical-react-components-core": "0.5.0"
1010
},
1111
"devDependencies": {
1212
"@babel/cli": "7.12.10",

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.4.0",
3+
"version": "0.5.0",
44
"main": "build/index.js",
55
"files": [
66
"build",

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.4.0",
4+
"version": "0.5.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.8.3",
13-
"practical-react-components-core": "0.4.0",
14-
"practical-react-components-icons": "0.4.0",
13+
"practical-react-components-core": "0.5.0",
14+
"practical-react-components-icons": "0.5.0",
1515
"react": "17.0.1",
1616
"react-dom": "17.0.1",
1717
"react-hooks-shareable": "1.12.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11752,7 +11752,7 @@ __metadata:
1175211752
languageName: node
1175311753
linkType: hard
1175411754

11755-
"practical-react-components-core@0.4.0, practical-react-components-core@workspace:packages/core":
11755+
"practical-react-components-core@0.5.0, practical-react-components-core@workspace:packages/core":
1175611756
version: 0.0.0-use.local
1175711757
resolution: "practical-react-components-core@workspace:packages/core"
1175811758
dependencies:
@@ -11776,7 +11776,7 @@ __metadata:
1177611776
jest-styled-components: 7.0.3
1177711777
no-scroll: 2.1.1
1177811778
pepjs: 0.5.3
11779-
practical-react-components-icons: 0.4.0
11779+
practical-react-components-icons: 0.5.0
1178011780
prop-types: 15.7.2
1178111781
react: 17.0.1
1178211782
react-dom: 17.0.1
@@ -11829,9 +11829,9 @@ __metadata:
1182911829
file-loader: 6.2.0
1183011830
formik: 2.2.6
1183111831
html-webpack-plugin: 4.5.1
11832-
practical-react-components-core: 0.4.0
11833-
practical-react-components-formik: 0.4.0
11834-
practical-react-components-icons: 0.4.0
11832+
practical-react-components-core: 0.5.0
11833+
practical-react-components-formik: 0.5.0
11834+
practical-react-components-icons: 0.5.0
1183511835
prism-react-renderer: 1.1.1
1183611836
react: 17.0.1
1183711837
react-docgen-typescript: 1.20.5
@@ -11857,7 +11857,7 @@ __metadata:
1185711857
languageName: unknown
1185811858
linkType: soft
1185911859

11860-
"practical-react-components-formik@0.4.0, practical-react-components-formik@workspace:packages/formik":
11860+
"practical-react-components-formik@0.5.0, practical-react-components-formik@workspace:packages/formik":
1186111861
version: 0.0.0-use.local
1186211862
resolution: "practical-react-components-formik@workspace:packages/formik"
1186311863
dependencies:
@@ -11873,7 +11873,7 @@ __metadata:
1187311873
"@types/styled-components": 5.1.7
1187411874
core-js: 3.8.3
1187511875
formik: 2.2.6
11876-
practical-react-components-core: 0.4.0
11876+
practical-react-components-core: 0.5.0
1187711877
react: 17.0.1
1187811878
react-is: 17.0.1
1187911879
styled-components: 5.2.1
@@ -11888,7 +11888,7 @@ __metadata:
1188811888
languageName: unknown
1188911889
linkType: soft
1189011890

11891-
"practical-react-components-icons@0.4.0, practical-react-components-icons@workspace:packages/icons":
11891+
"practical-react-components-icons@0.5.0, practical-react-components-icons@workspace:packages/icons":
1189211892
version: 0.0.0-use.local
1189311893
resolution: "practical-react-components-icons@workspace:packages/icons"
1189411894
dependencies:
@@ -11941,8 +11941,8 @@ __metadata:
1194111941
cypress: 6.4.0
1194211942
file-loader: 6.2.0
1194311943
html-webpack-plugin: 4.5.1
11944-
practical-react-components-core: 0.4.0
11945-
practical-react-components-icons: 0.4.0
11944+
practical-react-components-core: 0.5.0
11945+
practical-react-components-icons: 0.5.0
1194611946
react: 17.0.1
1194711947
react-dom: 17.0.1
1194811948
react-hooks-shareable: 1.12.0

0 commit comments

Comments
 (0)