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

Commit 65bb4c8

Browse files
committed
v0.18.0
1 parent 147bd4a commit 65bb4c8

File tree

8 files changed

+36
-24
lines changed

8 files changed

+36
-24
lines changed

CHANGELOG.md

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

55

6-
## [v0.17.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.16.0...v0.17.0) (2021-03-16 13:19:51 +0100)
6+
## [v0.18.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.17.0...v0.18.0) (2021-03-23 12:38:39 +0100)
7+
8+
### 🚀 Features
9+
10+
- **icons**: add mark-as-unread icon ([1db60a8](https://github.com/AxisCommunications/practical-react-components/commit/1db60a85c9599e515a7e53e380f4acbb1c751854))
11+
12+
### 🚧 Maintenance
13+
14+
- remove unused material-icons.json file (#63) ([147bd4a](https://github.com/AxisCommunications/practical-react-components/commit/147bd4a20862e21fd0bc8cbfab0e25e8fe99adf0))
15+
- update dependencies to latest versions ([0009e1a](https://github.com/AxisCommunications/practical-react-components/commit/0009e1aea2ec1cb4b1f110320bd3a0b8cf78bb3d))
16+
- enable "dev:icons" script ([117e75f](https://github.com/AxisCommunications/practical-react-components/commit/117e75ff15b5157eb5dcd122a80bc146e4361547))
17+
18+
## [v0.17.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.16.0...v0.17.0) (2021-03-16 13:27:37 +0100)
719

820
### 🚀 Features
921

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.17.0",
3+
"version": "0.18.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.17.0",
3+
"version": "0.18.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.0",
1313
"focus-trap-react": "8.4.2",
1414
"no-scroll": "2.1.1",
15-
"practical-react-components-icons": "0.17.0",
15+
"practical-react-components-icons": "0.18.0",
1616
"react-hooks-shareable": "1.22.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.17.0",
4+
"version": "0.18.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.1",
1717
"formik": "2.2.6",
18-
"practical-react-components-core": "0.17.0",
19-
"practical-react-components-formik": "0.17.0",
20-
"practical-react-components-icons": "0.17.0",
18+
"practical-react-components-core": "0.18.0",
19+
"practical-react-components-formik": "0.18.0",
20+
"practical-react-components-icons": "0.18.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.17.0",
3+
"version": "0.18.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.17.0"
12+
"practical-react-components-core": "0.18.0"
1313
},
1414
"devDependencies": {
1515
"@babel/cli": "7.13.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.17.0",
3+
"version": "0.18.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.17.0",
4+
"version": "0.18.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.1",
13-
"practical-react-components-core": "0.17.0",
14-
"practical-react-components-icons": "0.17.0",
13+
"practical-react-components-core": "0.18.0",
14+
"practical-react-components-icons": "0.18.0",
1515
"react": "17.0.1",
1616
"react-dom": "17.0.1",
1717
"react-hooks-shareable": "1.22.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10370,7 +10370,7 @@ __metadata:
1037010370
languageName: node
1037110371
linkType: hard
1037210372

10373-
"practical-react-components-core@0.17.0, practical-react-components-core@workspace:packages/core":
10373+
"practical-react-components-core@0.18.0, practical-react-components-core@workspace:packages/core":
1037410374
version: 0.0.0-use.local
1037510375
resolution: "practical-react-components-core@workspace:packages/core"
1037610376
dependencies:
@@ -10394,7 +10394,7 @@ __metadata:
1039410394
jest-styled-components: 7.0.3
1039510395
no-scroll: 2.1.1
1039610396
pepjs: 0.5.3
10397-
practical-react-components-icons: 0.17.0
10397+
practical-react-components-icons: 0.18.0
1039810398
prop-types: 15.7.2
1039910399
react: 17.0.1
1040010400
react-dom: 17.0.1
@@ -10447,9 +10447,9 @@ __metadata:
1044710447
formik: 2.2.6
1044810448
html-webpack-plugin: 5.3.1
1044910449
license-webpack-plugin: 2.3.15
10450-
practical-react-components-core: 0.17.0
10451-
practical-react-components-formik: 0.17.0
10452-
practical-react-components-icons: 0.17.0
10450+
practical-react-components-core: 0.18.0
10451+
practical-react-components-formik: 0.18.0
10452+
practical-react-components-icons: 0.18.0
1045310453
prism-react-renderer: 1.2.0
1045410454
react: 17.0.1
1045510455
react-docgen-typescript: 1.21.0
@@ -10475,7 +10475,7 @@ __metadata:
1047510475
languageName: unknown
1047610476
linkType: soft
1047710477

10478-
"practical-react-components-formik@0.17.0, practical-react-components-formik@workspace:packages/formik":
10478+
"practical-react-components-formik@0.18.0, practical-react-components-formik@workspace:packages/formik":
1047910479
version: 0.0.0-use.local
1048010480
resolution: "practical-react-components-formik@workspace:packages/formik"
1048110481
dependencies:
@@ -10491,7 +10491,7 @@ __metadata:
1049110491
"@types/styled-components": 5.1.9
1049210492
core-js: 3.9.1
1049310493
formik: 2.2.6
10494-
practical-react-components-core: 0.17.0
10494+
practical-react-components-core: 0.18.0
1049510495
react: 17.0.1
1049610496
react-is: 17.0.1
1049710497
styled-components: 5.2.1
@@ -10506,7 +10506,7 @@ __metadata:
1050610506
languageName: unknown
1050710507
linkType: soft
1050810508

10509-
"practical-react-components-icons@0.17.0, practical-react-components-icons@workspace:packages/icons":
10509+
"practical-react-components-icons@0.18.0, practical-react-components-icons@workspace:packages/icons":
1051010510
version: 0.0.0-use.local
1051110511
resolution: "practical-react-components-icons@workspace:packages/icons"
1051210512
dependencies:
@@ -10559,8 +10559,8 @@ __metadata:
1055910559
cypress: 6.8.0
1056010560
file-loader: 6.2.0
1056110561
html-webpack-plugin: 5.3.1
10562-
practical-react-components-core: 0.17.0
10563-
practical-react-components-icons: 0.17.0
10562+
practical-react-components-core: 0.18.0
10563+
practical-react-components-icons: 0.18.0
1056410564
react: 17.0.1
1056510565
react-dom: 17.0.1
1056610566
react-hooks-shareable: 1.22.0

0 commit comments

Comments
 (0)