From 7f9c4362c2992ded4e27584d2efc7cbe04bfaaec Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 29 Oct 2021 01:18:02 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.1 # [1.0.0-alpha.1](https://github.com/dash-ui/react/compare/v0.9.1...v1.0.0-alpha.1) (2021-10-29) ### Features * make it compatible with styles alpha ([d24e556](https://github.com/dash-ui/react/commit/d24e556d6dbf98fa402bb6bb4c37838679a95baf)) ### BREAKING CHANGES * Updates some types to be compatible with the latest alpha of Dash --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- server/types/index.d.ts | 20 ++++++++++++++------ types/index.d.ts | 38 +++++++++++++++++++------------------- 4 files changed, 44 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f15a6be..55ec216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [1.0.0-alpha.1](https://github.com/dash-ui/react/compare/v0.9.1...v1.0.0-alpha.1) (2021-10-29) + +### Features + +- make it compatible with styles alpha ([d24e556](https://github.com/dash-ui/react/commit/d24e556d6dbf98fa402bb6bb4c37838679a95baf)) + +### BREAKING CHANGES + +- Updates some types to be compatible with the latest alpha of Dash + # Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. diff --git a/package.json b/package.json index feb7a77..632b040 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dash-ui/react", - "version": "0.9.1", + "version": "1.0.0-alpha.1", "description": "React components and hooks for dash-ui", "license": "MIT", "author": "Jared Lunde (https://jaredLunde.com)", diff --git a/server/types/index.d.ts b/server/types/index.d.ts index 1aedea0..b41b0de 100644 --- a/server/types/index.d.ts +++ b/server/types/index.d.ts @@ -1,11 +1,11 @@ -import * as React from "react"; import type { Styles } from "@dash-ui/styles"; +import * as React from "react"; /** * A function for creating a React `