Skip to content

Commit

Permalink
Merge pull request #34 from perimetre/2.1.4
Browse files Browse the repository at this point in the history
2.1.4
  • Loading branch information
AssisrMatheus authored Apr 16, 2021
2 parents 1b92157 + 2579cd0 commit 97151c3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [2.1.4] - 2021-04-16

### Fixed

- Fixed a bug that would install mismatching versions of react/react-dom in host projects, causing hooks errors

## [2.1.3] - 2021-04-15

### Fixed
Expand Down
20 changes: 11 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perimetre/ui",
"description": "A component library made by @perimetre",
"version": "2.1.3",
"version": "2.1.4",
"repository": {
"type": "git",
"url": "git+https://github.com/perimetre/ui.git"
Expand Down Expand Up @@ -102,8 +102,6 @@
"postcss-nested": "5.0.1",
"postcss-preset-env": "^6.7.0",
"preval.macro": "^5.0.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"rollup": "^2.41.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
Expand Down Expand Up @@ -139,6 +137,8 @@
"http-server": "^0.12.3",
"husky": "^4.3.8",
"prettier": "^2.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"storybook-addon-jsx": "^7.3.7-canary.137.616.0",
"stylelint": "^13.9.0",
"stylelint-config-recommended": "^3.0.0",
Expand Down

0 comments on commit 97151c3

Please sign in to comment.