Skip to content

Commit

Permalink
v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boilund committed Mar 23, 2021
1 parent 147bd4a commit 65bb4c8
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 24 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,19 @@
All notable changes to this project will be documented in this file.


## [v0.17.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.16.0...v0.17.0) (2021-03-16 13:19:51 +0100)
## [v0.18.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.17.0...v0.18.0) (2021-03-23 12:38:39 +0100)

### 🚀 Features

- **icons**: add mark-as-unread icon ([1db60a8](https://github.com/AxisCommunications/practical-react-components/commit/1db60a85c9599e515a7e53e380f4acbb1c751854))

### 🚧 Maintenance

- remove unused material-icons.json file (#63) ([147bd4a](https://github.com/AxisCommunications/practical-react-components/commit/147bd4a20862e21fd0bc8cbfab0e25e8fe99adf0))
- update dependencies to latest versions ([0009e1a](https://github.com/AxisCommunications/practical-react-components/commit/0009e1aea2ec1cb4b1f110320bd3a0b8cf78bb3d))
- enable "dev:icons" script ([117e75f](https://github.com/AxisCommunications/practical-react-components/commit/117e75ff15b5157eb5dcd122a80bc146e4361547))

## [v0.17.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.16.0...v0.17.0) (2021-03-16 13:27:37 +0100)

### 🚀 Features

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "practical-react-components",
"version": "0.17.0",
"version": "0.18.0",
"private": true,
"description": "Practical react components library",
"homepage": "https://github.com/AxisCommunications/practical-react-components",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "practical-react-components-core",
"version": "0.17.0",
"version": "0.18.0",
"description": "Practical react components library - Core",
"homepage": "https://github.com/AxisCommunications/practical-react-components",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
"@juggle/resize-observer": "3.3.0",
"focus-trap-react": "8.4.2",
"no-scroll": "2.1.1",
"practical-react-components-icons": "0.17.0",
"practical-react-components-icons": "0.18.0",
"react-hooks-shareable": "1.22.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "practical-react-components-docs",
"private": true,
"version": "0.17.0",
"version": "0.18.0",
"license": "MIT",
"scripts": {
"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",
Expand All @@ -15,9 +15,9 @@
"@mdx-js/react": "1.6.22",
"core-js": "3.9.1",
"formik": "2.2.6",
"practical-react-components-core": "0.17.0",
"practical-react-components-formik": "0.17.0",
"practical-react-components-icons": "0.17.0",
"practical-react-components-core": "0.18.0",
"practical-react-components-formik": "0.18.0",
"practical-react-components-icons": "0.18.0",
"prism-react-renderer": "1.2.0",
"react": "17.0.1",
"react-dom": "17.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/formik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "practical-react-components-formik",
"version": "0.17.0",
"version": "0.18.0",
"description": "Practical react components library - Formik components",
"homepage": "https://github.com/AxisCommunications/practical-react-components",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
"build"
],
"dependencies": {
"practical-react-components-core": "0.17.0"
"practical-react-components-core": "0.18.0"
},
"devDependencies": {
"@babel/cli": "7.13.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "practical-react-components-icons",
"version": "0.17.0",
"version": "0.18.0",
"description": "Practical react components library - Icons",
"homepage": "https://github.com/AxisCommunications/practical-react-components",
"license": "MIT AND Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "practical-react-components-ui-tests",
"private": true,
"version": "0.17.0",
"version": "0.18.0",
"license": "MIT",
"scripts": {
"build:ts": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" --env.NODE_ENV=docs",
Expand All @@ -10,8 +10,8 @@
},
"dependencies": {
"core-js": "3.9.1",
"practical-react-components-core": "0.17.0",
"practical-react-components-icons": "0.17.0",
"practical-react-components-core": "0.18.0",
"practical-react-components-icons": "0.18.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-hooks-shareable": "1.22.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10370,7 +10370,7 @@ __metadata:
languageName: node
linkType: hard

"practical-react-components-core@0.17.0, practical-react-components-core@workspace:packages/core":
"practical-react-components-core@0.18.0, practical-react-components-core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "practical-react-components-core@workspace:packages/core"
dependencies:
Expand All @@ -10394,7 +10394,7 @@ __metadata:
jest-styled-components: 7.0.3
no-scroll: 2.1.1
pepjs: 0.5.3
practical-react-components-icons: 0.17.0
practical-react-components-icons: 0.18.0
prop-types: 15.7.2
react: 17.0.1
react-dom: 17.0.1
Expand Down Expand Up @@ -10447,9 +10447,9 @@ __metadata:
formik: 2.2.6
html-webpack-plugin: 5.3.1
license-webpack-plugin: 2.3.15
practical-react-components-core: 0.17.0
practical-react-components-formik: 0.17.0
practical-react-components-icons: 0.17.0
practical-react-components-core: 0.18.0
practical-react-components-formik: 0.18.0
practical-react-components-icons: 0.18.0
prism-react-renderer: 1.2.0
react: 17.0.1
react-docgen-typescript: 1.21.0
Expand All @@ -10475,7 +10475,7 @@ __metadata:
languageName: unknown
linkType: soft

"practical-react-components-formik@0.17.0, practical-react-components-formik@workspace:packages/formik":
"practical-react-components-formik@0.18.0, practical-react-components-formik@workspace:packages/formik":
version: 0.0.0-use.local
resolution: "practical-react-components-formik@workspace:packages/formik"
dependencies:
Expand All @@ -10491,7 +10491,7 @@ __metadata:
"@types/styled-components": 5.1.9
core-js: 3.9.1
formik: 2.2.6
practical-react-components-core: 0.17.0
practical-react-components-core: 0.18.0
react: 17.0.1
react-is: 17.0.1
styled-components: 5.2.1
Expand All @@ -10506,7 +10506,7 @@ __metadata:
languageName: unknown
linkType: soft

"practical-react-components-icons@0.17.0, practical-react-components-icons@workspace:packages/icons":
"practical-react-components-icons@0.18.0, practical-react-components-icons@workspace:packages/icons":
version: 0.0.0-use.local
resolution: "practical-react-components-icons@workspace:packages/icons"
dependencies:
Expand Down Expand Up @@ -10559,8 +10559,8 @@ __metadata:
cypress: 6.8.0
file-loader: 6.2.0
html-webpack-plugin: 5.3.1
practical-react-components-core: 0.17.0
practical-react-components-icons: 0.17.0
practical-react-components-core: 0.18.0
practical-react-components-icons: 0.18.0
react: 17.0.1
react-dom: 17.0.1
react-hooks-shareable: 1.22.0
Expand Down

0 comments on commit 65bb4c8

Please sign in to comment.