Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
# [1.0.0](v0.9.1...v1.0.0) (2022-06-25)

### Bug Fixes

* dont import react-dom/server directly ([c48eb5f](c48eb5f))
* fix broken tests ([0a015eb](0a015eb))
* make server types more generalized ([874b7f8](874b7f8))

### Features

* allow nonce on server style tag ([92e527a](92e527a))
* make it compatible with styles alpha ([d24e556](d24e556))
* release v1 ([5fcf22f](5fcf22f))
* remove alpha peers ([4d99dcd](4d99dcd))
* require a styles instance as the first argument for hookks ([254bf73](254bf73))

### BREAKING CHANGES

* Requires that the user provide a style instance as the first argument for hooks.
Also removes `DashProvider` and `useDash` utilities.
* Updates some types to be compatible with the latest alpha of Dash
  • Loading branch information
semantic-release-bot committed Jun 25, 2022
1 parent 5fcf22f commit 02d2e9a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [1.0.0](https://github.com/dash-ui/react/compare/v0.9.1...v1.0.0) (2022-06-25)

### Bug Fixes

- dont import react-dom/server directly ([c48eb5f](https://github.com/dash-ui/react/commit/c48eb5fad5d0153951e35610f027739d1b9f234d))
- fix broken tests ([0a015eb](https://github.com/dash-ui/react/commit/0a015ebe934b3d4f3b2aa1df916acdd45dd1c892))
- make server types more generalized ([874b7f8](https://github.com/dash-ui/react/commit/874b7f8593f27f33ff6789ba5bdc1575d9207483))

### Features

- allow nonce on server style tag ([92e527a](https://github.com/dash-ui/react/commit/92e527a05eb4e07423faf04b1cd0b29ce3a28b95))
- make it compatible with styles alpha ([d24e556](https://github.com/dash-ui/react/commit/d24e556d6dbf98fa402bb6bb4c37838679a95baf))
- release v1 ([5fcf22f](https://github.com/dash-ui/react/commit/5fcf22f750f6eee3137e4e2a7f11837c62c6a1eb))
- remove alpha peers ([4d99dcd](https://github.com/dash-ui/react/commit/4d99dcdeedd243428d81cf79b66640f7ea1f9f7b))
- require a styles instance as the first argument for hookks ([254bf73](https://github.com/dash-ui/react/commit/254bf73790e74c43b6a882e283cd356bb9c5c163))

### BREAKING CHANGES

- Requires that the user provide a style instance as the first argument for hooks.
Also removes `DashProvider` and `useDash` utilities.
- Updates some types to be compatible with the latest alpha of Dash

# [1.0.0-alpha.6](https://github.com/dash-ui/react/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2022-06-25)

### 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": "@dash-ui/react",
"version": "1.0.0-alpha.6",
"version": "1.0.0",
"description": "React components and hooks for dash-ui",
"license": "MIT",
"author": "Jared Lunde <[email protected]> (https://jaredLunde.com)",
Expand Down

0 comments on commit 02d2e9a

Please sign in to comment.