Skip to content

Commit 3eb560a

Browse files
committed
Bumping 2.14.2 CHANGELOG and reverting minor feature temporarily
1 parent adb2cbb commit 3eb560a

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)