From 2b40e222910bcba48386137874f494e7a50e0cfc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 21:30:09 -0500 Subject: [PATCH] feature(release): version packages (#121) Co-authored-by: github-actions[bot] --- .changeset/tender-rice-dance.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tender-rice-dance.md diff --git a/.changeset/tender-rice-dance.md b/.changeset/tender-rice-dance.md deleted file mode 100644 index cd786b98..00000000 --- a/.changeset/tender-rice-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@omnidev/sigil": patch ---- - -Allow customization of `Combobox` async data fetch preloading via `preloadItems` prop diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aff538e..953d2d70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @omnidev/sigil +## 0.11.1 + +### Patch Changes + +- [#120](https://github.com/omnidotdev/sigil/pull/120) [`00ef25c`](https://github.com/omnidotdev/sigil/commit/00ef25c2fd00a3c0d7276ac013a82b7b5b7694cb) Thanks [@hobbescodes](https://github.com/hobbescodes)! - Allow customization of `Combobox` async data fetch preloading via `preloadItems` prop + ## 0.11.0 ### Minor Changes diff --git a/package.json b/package.json index f00ff805..a94c28bb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@omnidev/sigil", "description": "Omni Sigil design system and library", "author": "Brian Cooper ", - "version": "0.11.0", + "version": "0.11.1", "license": "MIT", "main": "build/sigil.js", "module": "build/sigil.mjs",