Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boilund committed Feb 1, 2021
1 parent 9adf3a5 commit 6cd4346
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .yarn/versions/97a94915.yml

This file was deleted.

19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,24 @@
All notable changes to this project will be documented in this file.


## [v0.3.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.2.0...v0.3.0) (2021-01-28 11:33:30 +0100)
## [v0.4.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.3.0...v0.4.0) (2021-02-01 12:42:59 +0100)

### 🚀 Features

- richer palette and default theme ([352ea5b](https://github.com/AxisCommunications/practical-react-components/commit/352ea5b8471fcde51c080878836598c6510402c3))

### 🧰 Refactoring

- split out selector from base select ([9adf3a5](https://github.com/AxisCommunications/practical-react-components/commit/9adf3a5435b1bb55a6b2747ea49a3044f8995ec1))

### 📝 Documentation

- change width of docs content ([3d99b18](https://github.com/AxisCommunications/practical-react-components/commit/3d99b181a99a0b5525bef611a98c044f4679f6db))
- minor Select improvements ([335f28d](https://github.com/AxisCommunications/practical-react-components/commit/335f28d2c0ed4efd1d5110f56c05033f5e84ec6e))
- better component name for icons page ([920ea69](https://github.com/AxisCommunications/practical-react-components/commit/920ea692b8f5558ca6dcf805d175a38b519a570f))
- fix filename of PracticalProvider ([e2152e2](https://github.com/AxisCommunications/practical-react-components/commit/e2152e2c0c8be0d3d98255fda706eeb7d67acdbf))

## [v0.3.0](https://github.com/AxisCommunications/practical-react-components/compare/v0.2.0...v0.3.0) (2021-01-28 11:36:16 +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.3.0",
"version": "0.4.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.3.0",
"version": "0.4.0",
"main": "build/index.js",
"files": [
"build"
Expand All @@ -9,7 +9,7 @@
"@juggle/resize-observer": "3.2.0",
"focus-trap-react": "8.4.1",
"no-scroll": "2.1.1",
"practical-react-components-icons": "0.3.0",
"practical-react-components-icons": "0.4.0",
"react-hooks-shareable": "1.11.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.3.0",
"version": "0.4.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.8.3",
"formik": "2.2.6",
"practical-react-components-core": "0.3.0",
"practical-react-components-formik": "0.3.0",
"practical-react-components-icons": "0.3.0",
"practical-react-components-core": "0.4.0",
"practical-react-components-formik": "0.4.0",
"practical-react-components-icons": "0.4.0",
"prism-react-renderer": "1.1.1",
"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,12 +1,12 @@
{
"name": "practical-react-components-formik",
"version": "0.3.0",
"version": "0.4.0",
"main": "build/index.js",
"files": [
"build"
],
"dependencies": {
"practical-react-components-core": "0.3.0"
"practical-react-components-core": "0.4.0"
},
"devDependencies": {
"@babel/cli": "7.12.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.3.0",
"version": "0.4.0",
"main": "build/index.js",
"files": [
"build",
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.3.0",
"version": "0.4.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.8.3",
"practical-react-components-core": "0.3.0",
"practical-react-components-icons": "0.3.0",
"practical-react-components-core": "0.4.0",
"practical-react-components-icons": "0.4.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-hooks-shareable": "1.11.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11744,7 +11744,7 @@ __metadata:
languageName: node
linkType: hard

"practical-react-components-core@0.3.0, practical-react-components-core@workspace:packages/core":
"practical-react-components-core@0.4.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 @@ -11768,7 +11768,7 @@ __metadata:
jest-styled-components: 7.0.3
no-scroll: 2.1.1
pepjs: 0.5.3
practical-react-components-icons: 0.3.0
practical-react-components-icons: 0.4.0
prop-types: 15.7.2
react: 17.0.1
react-dom: 17.0.1
Expand Down Expand Up @@ -11821,9 +11821,9 @@ __metadata:
file-loader: 6.2.0
formik: 2.2.6
html-webpack-plugin: 4.5.1
practical-react-components-core: 0.3.0
practical-react-components-formik: 0.3.0
practical-react-components-icons: 0.3.0
practical-react-components-core: 0.4.0
practical-react-components-formik: 0.4.0
practical-react-components-icons: 0.4.0
prism-react-renderer: 1.1.1
react: 17.0.1
react-docgen-typescript: 1.20.5
Expand All @@ -11849,7 +11849,7 @@ __metadata:
languageName: unknown
linkType: soft

"practical-react-components-formik@0.3.0, practical-react-components-formik@workspace:packages/formik":
"practical-react-components-formik@0.4.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 @@ -11865,7 +11865,7 @@ __metadata:
"@types/styled-components": 5.1.7
core-js: 3.8.3
formik: 2.2.6
practical-react-components-core: 0.3.0
practical-react-components-core: 0.4.0
react: 17.0.1
react-is: 17.0.1
styled-components: 5.2.1
Expand All @@ -11880,7 +11880,7 @@ __metadata:
languageName: unknown
linkType: soft

"practical-react-components-icons@0.3.0, practical-react-components-icons@workspace:packages/icons":
"practical-react-components-icons@0.4.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 @@ -11933,8 +11933,8 @@ __metadata:
cypress: 6.3.0
file-loader: 6.2.0
html-webpack-plugin: 4.5.1
practical-react-components-core: 0.3.0
practical-react-components-icons: 0.3.0
practical-react-components-core: 0.4.0
practical-react-components-icons: 0.4.0
react: 17.0.1
react-dom: 17.0.1
react-hooks-shareable: 1.11.0
Expand Down

0 comments on commit 6cd4346

Please sign in to comment.