Skip to content

Commit 0143930

Browse files
committed
minor #1473 Bumping 2.14.2 CHANGELOG and reverting minor feature temporarily (weaverryan)
This PR was merged into the 2.x branch. Discussion ---------- Bumping 2.14.2 CHANGELOG and reverting minor feature temporarily | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | None | License | MIT Hi! I'd like to get a bug fix release out - especially for the UX turbo package and newer Doctrine versions. Out of an abundance of caution, I'm reverting the Turbo 8 support in this PR, so the patch release is clean. After merging, I'll remake a PR to re-add the support. Cheers! Commits ------- 3eb560a Bumping 2.14.2 CHANGELOG and reverting minor feature temporarily
2 parents adb2cbb + 3eb560a commit 0143930

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

src/StimulusBundle/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 2.14.2
4+
5+
- Fix bug with finding UX Packages with non-standard project structure
6+
37
## 2.14.1
48

59
- Fixed bug with Stimulus controllers in subdirectories on Windows

src/Turbo/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 2.14.2
4+
5+
- Fix using old `ClassUtils` class that's not used in newer versions of Doctrine
6+
37
## 2.13.2
48

59
- Revert "Change JavaScript package to `type: module`"

src/Turbo/assets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
},
2323
"importmap": {
24-
"@hotwired/turbo": "^7.1.0 || ^8.0",
24+
"@hotwired/turbo": "^7.1.0",
2525
"@hotwired/stimulus": "^3.0.0"
2626
}
2727
},
@@ -30,7 +30,7 @@
3030
"@hotwired/stimulus": "^3.0.0"
3131
},
3232
"devDependencies": {
33-
"@hotwired/turbo": "^7.1.0 || ^8.0",
33+
"@hotwired/turbo": "^7.1.0",
3434
"@hotwired/stimulus": "^3.0.0"
3535
}
3636
}

0 commit comments

Comments
 (0)