diff --git a/.changeset/itchy-knives-hunt.md b/.changeset/itchy-knives-hunt.md deleted file mode 100644 index 33575a71a..000000000 --- a/.changeset/itchy-knives-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@huntabyte/primitives": patch ---- - -add disabled types to menus diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b39805c7..c462ff7bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @huntabyte/primitives +## 0.0.14 + +### Patch Changes + +- 897a55d: add disabled types to menus + ## 0.0.13 ### Patch Changes diff --git a/package.json b/package.json index 1b5fc72a0..99ac8431c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@huntabyte/primitives", - "version": "0.0.13", + "version": "0.0.14", "license": "MIT", "scripts": { "dev": "vite dev",