From 42da5e34774b72173f2635a8255d41101a178f35 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 10 Nov 2024 20:19:20 +0000 Subject: [PATCH] Version Packages --- .changeset/sweet-flowers-sneeze.md | 5 ----- CHANGELOG.md | 22 ++++++++++++++-------- package.json | 2 +- 3 files changed, 15 insertions(+), 14 deletions(-) delete mode 100644 .changeset/sweet-flowers-sneeze.md diff --git a/.changeset/sweet-flowers-sneeze.md b/.changeset/sweet-flowers-sneeze.md deleted file mode 100644 index df08ff9..0000000 --- a/.changeset/sweet-flowers-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'bun-stimulus-plugin': patch ---- - -Add deprecation notice for the `directorySeparator` option diff --git a/CHANGELOG.md b/CHANGELOG.md index 879b111..e35820f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,44 +1,50 @@ # bun-stimulus-plugin +## 2.1.1 + +### Patch Changes + +- f564104: Add deprecation notice for the `directorySeparator` option + ## 2.1.0 ### Minor Changes -- bd36e21: Fix type generation and build. +- bd36e21: Fix type generation and build. ## 2.0.2 ### Patch Changes -- daf0cee: Exclude src folder from package +- daf0cee: Exclude src folder from package ## 2.0.1 ### Patch Changes -- 0e6c277: Lower bundle size by ignoring files. +- 0e6c277: Lower bundle size by ignoring files. ## 2.0.0 ### Major Changes -- 295323a: Rewrite the way to match controllers (using globs) and allow directory-based controllers (#7). This change is non-breaking, but it's a major change in the way the plugin works. +- 295323a: Rewrite the way to match controllers (using globs) and allow directory-based controllers (#7). This change is non-breaking, but it's a major change in the way the plugin works. ## 1.0.2 ### Patch Changes -- b68b2d3: Add badges to README. -- 90dc485: Fix a typo in the documentation for bun add. +- b68b2d3: Add badges to README. +- 90dc485: Fix a typo in the documentation for bun add. ## 1.0.1 ### Patch Changes -- d89da55: Added documentation for installation and usage with TypeScript. +- d89da55: Added documentation for installation and usage with TypeScript. ## 1.0.0 ### Major Changes -- Initial release +- Initial release diff --git a/package.json b/package.json index d687d78..a9d6cab 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "publishConfig": { "access": "public" }, - "version": "2.1.0", + "version": "2.1.1", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",