diff --git a/.changeset/regular-styled-components.md b/.changeset/regular-styled-components.md deleted file mode 100644 index fe25c2dd9..000000000 --- a/.changeset/regular-styled-components.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sanity/ui": patch ---- - -fix(deps): update dependency csstype to ^3.2.3, and use regular `styled-components` instead of the `@sanity/styled-components` fork for development and testing diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index c848b575a..f3182d379 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @sanity/ui +## 3.3.4 + +### Patch Changes + +- [#2267](https://github.com/sanity-io/ui/pull/2267) [`5553766`](https://github.com/sanity-io/ui/commit/55537662c4f8de3939474d0f8cb77e7db6a85589) Thanks [@stipsan](https://github.com/stipsan)! - fix(deps): update dependency csstype to ^3.2.3, and use regular `styled-components` instead of the `@sanity/styled-components` fork for development and testing + ## 3.3.3 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index da697f0ab..62d7de28f 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/ui", - "version": "3.3.3", + "version": "3.3.4", "keywords": [ "components", "design-system",