Skip to content

Commit

Permalink
Merge pull request #22 from YummYume/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
YummYume authored Nov 11, 2024
2 parents 70e20cc + 0f266da commit 49bc758
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
17 changes: 0 additions & 17 deletions .changeset/polite-books-serve.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# bun-stimulus-plugin

## 3.0.0

### Major Changes

- 7efa22f: Full compatibility with Stimulus naming convention

#### BREAKING CHANGES

- Remove the `directorySeparator` option and replace all `_` by `-` to follow the Stimulus naming convention.

If you previously had a controller named `my_controller`, it will now be `my-controller`.

#### Dev Changes

- Update ESLint to flat config, update dependencies.
- Remove test for `directorySeparator` option.
- Add tests with controllers named with `_` and `-`.

## 2.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.1.1",
"version": "3.0.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 49bc758

Please sign in to comment.