Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
}