Skip to content

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
cvlmtg committed Oct 5, 2021
2 parents 357b33e + 5794562 commit 5cbd2a7
Show file tree
Hide file tree
Showing 3 changed files with 611 additions and 567 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.0.1] - 2021-10-05

### Changed

- Update dependencies

## [1.0.0] - 2021-09-21

### Changed
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-smart-select",
"version": "1.0.0",
"version": "1.0.1",
"description": "A very flexible and smart React select component",
"author": "Matteo Cavalleri <[email protected]>",
"repository": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"@babel/core": "^7.15.5",
"@babel/preset-react": "^7.14.5",
"@rollup/plugin-babel": "^5.3.0",
"@size-limit/preset-small-lib": "^5.0.4",
"@size-limit/preset-small-lib": "^5.0.5",
"@testing-library/react": "^12.1.0",
"@testing-library/user-event": "^13.2.1",
"@types/chai": "^4.2.22",
Expand All @@ -74,7 +74,7 @@
"react-dom": "^17.0.2",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-serve": "^1.1.0",
"size-limit": "^5.0.4",
"size-limit": "^5.0.5",
"styled-components": "^5.3.1",
"ts-node": "^10.2.1",
"tslib": "^2.3.1",
Expand Down
Loading

0 comments on commit 5cbd2a7

Please sign in to comment.