Skip to content

Commit

Permalink
minor #1473 Bumping 2.14.2 CHANGELOG and reverting minor feature temp…
Browse files Browse the repository at this point in the history
…orarily (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
  • Loading branch information
weaverryan committed Feb 7, 2024
2 parents adb2cbb + 3eb560a commit 0143930
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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"
}
}

0 comments on commit 0143930

Please sign in to comment.