diff --git a/src/StimulusBundle/CHANGELOG.md b/src/StimulusBundle/CHANGELOG.md index d3c9157b582..dc18f6526dc 100644 --- a/src/StimulusBundle/CHANGELOG.md +++ b/src/StimulusBundle/CHANGELOG.md @@ -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 diff --git a/src/Turbo/CHANGELOG.md b/src/Turbo/CHANGELOG.md index ff5a7151422..73e1fb0c8ba 100644 --- a/src/Turbo/CHANGELOG.md +++ b/src/Turbo/CHANGELOG.md @@ -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`" diff --git a/src/Turbo/assets/package.json b/src/Turbo/assets/package.json index 7757cbede37..48404365bf2 100644 --- a/src/Turbo/assets/package.json +++ b/src/Turbo/assets/package.json @@ -21,7 +21,7 @@ } }, "importmap": { - "@hotwired/turbo": "^7.1.0 || ^8.0", + "@hotwired/turbo": "^7.1.0", "@hotwired/stimulus": "^3.0.0" } }, @@ -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" } }