From 02d2e9a97505ffee9ea9672c7ef30729f7e90bfb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 25 Jun 2022 22:19:19 +0000 Subject: [PATCH] chore(release): 1.0.0 # [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 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91d5844..caac9d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 18f933a..adb4988 100755 --- a/package.json +++ b/package.json @@ -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 (https://jaredLunde.com)",