diff --git a/.changeset/forty-wasps-double.md b/.changeset/forty-wasps-double.md deleted file mode 100644 index fb1199b12..000000000 --- a/.changeset/forty-wasps-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bits-ui": patch ---- - -feat: readonly startValue prop diff --git a/CHANGELOG.md b/CHANGELOG.md index ce9c15e7d..3a74703fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @huntabyte/primitives +## 0.11.1 + +### Patch Changes + +- feat: readonly startValue prop ([#212](https://github.com/huntabyte/bits-ui/pull/212)) + ## 0.11.0 ### Minor Changes diff --git a/package.json b/package.json index 9941d85f1..45f436156 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bits-ui", - "version": "0.11.0", + "version": "0.11.1", "license": "MIT", "repository": "github:huntabyte/bits-ui", "scripts": {