Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
chore(release): 9.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.1.0](v9.0.2...v9.1.0) (2020-05-25)

### Bug Fixes

* Fix eslint issues, noissue ([f3d6fe2](f3d6fe2))
* Fix superfluous import, noissue ([c846f32](c846f32))
* **utils:** Fix broken exports from /utils, noissue ([388e5a3](388e5a3))

### Features

* New Modal component, noissue ([4e677e9](4e677e9))
* New useHasMounted hook, noissue ([34e132f](34e132f))
  • Loading branch information
5app-Machine committed May 25, 2020
1 parent c846f32 commit 3cf0d96
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [9.1.0](https://github.com/5app/base5-ui/compare/v9.0.2...v9.1.0) (2020-05-25)


### Bug Fixes

* Fix eslint issues, noissue ([f3d6fe2](https://github.com/5app/base5-ui/commit/f3d6fe2275daab3802d3c5bd589b4c02962cb99c))
* Fix superfluous import, noissue ([c846f32](https://github.com/5app/base5-ui/commit/c846f321bcc91270a8dbc1bcb9bb789449fa594a))
* **utils:** Fix broken exports from /utils, noissue ([388e5a3](https://github.com/5app/base5-ui/commit/388e5a335de77b6e74a761f3e77d213f32393279))


### Features

* New Modal component, noissue ([4e677e9](https://github.com/5app/base5-ui/commit/4e677e9bd93d768c2bc1aedbb526305708458e23))
* New useHasMounted hook, noissue ([34e132f](https://github.com/5app/base5-ui/commit/34e132f95ad7a1b7e708d9431ca3f7019ef3be51))

## [9.0.2](https://github.com/5app/base5-ui/compare/v9.0.1...v9.0.2) (2020-05-07)


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": "base5-ui",
"version": "9.0.2",
"version": "9.1.0",
"description": "5app's reusable UI component library",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3cf0d96

Please sign in to comment.