Skip to content

Bumping 2.14.2 CHANGELOG and reverting minor feature temporarily #1473

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 7, 2024
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"
}
}