Skip to content

Commit

Permalink
Bumping 2.14.2 CHANGELOG and reverting minor feature temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Feb 7, 2024
1 parent adb2cbb commit 3eb560a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/StimulusBundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.14.2

- Fix bug with finding UX Packages with non-standard project structure

## 2.14.1

- Fixed bug with Stimulus controllers in subdirectories on Windows
Expand Down
4 changes: 4 additions & 0 deletions src/Turbo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.14.2

- Fix using old `ClassUtils` class that's not used in newer versions of Doctrine

## 2.13.2

- Revert "Change JavaScript package to `type: module`"
Expand Down
4 changes: 2 additions & 2 deletions src/Turbo/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
},
"importmap": {
"@hotwired/turbo": "^7.1.0 || ^8.0",
"@hotwired/turbo": "^7.1.0",
"@hotwired/stimulus": "^3.0.0"
}
},
Expand All @@ -30,7 +30,7 @@
"@hotwired/stimulus": "^3.0.0"
},
"devDependencies": {
"@hotwired/turbo": "^7.1.0 || ^8.0",
"@hotwired/turbo": "^7.1.0",
"@hotwired/stimulus": "^3.0.0"
}
}

0 comments on commit 3eb560a

Please sign in to comment.