Skip to content

Commit

Permalink
chore(react): release version 1.0.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hjalmers committed Apr 20, 2022
1 parent 05a5114 commit 5a3f863
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions libs/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

# [1.0.0-beta.10](https://github.com/sebgroup/green/compare/@sebgroup/[email protected]...@sebgroup/[email protected]) (2022-04-20)


### Bug Fixes

* 🐛 added missing imports ([bdd8fd6](https://github.com/sebgroup/green/commit/bdd8fd6e01b879e7f6d7116f5d59bd07f3cfdc58))
* **react:** datepicker keyboard navigation, background scroll, swipe ([fba27e5](https://github.com/sebgroup/green/commit/fba27e5a8b94a85d480dd601249fc58b84ae6db9))



# [1.0.0-beta.9](https://github.com/sebgroup/green/compare/@sebgroup/[email protected]...@sebgroup/[email protected]) (2022-04-15)


Expand Down
6 changes: 3 additions & 3 deletions libs/react/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@sebgroup/green-react",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"peerDependencies": {
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"dependencies": {
"@sebgroup/chlorophyll": "^1.0.0-beta.9",
"@sebgroup/extract": "^1.0.0-beta.9"
"@sebgroup/chlorophyll": "^1.0.0-beta.10",
"@sebgroup/extract": "^1.0.0-beta.10"
},
"description": "React components built on top of @sebgroup/chlorophyll.",
"repository": {
Expand Down

0 comments on commit 5a3f863

Please sign in to comment.