Skip to content

Commit

Permalink
feat(wxt): Tighter pinning but allow patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sylus committed Dec 20, 2024
1 parent 82b12b6 commit 36e928d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
- Unpin drupal/core-recommended from 10.3.6 to ^10.3 to allow for upgrade to latest 10.3.x
- Update core patch to allow upgrade to 10.4.x LTS
- Updates for Drupal Contrib + WxT
- Issue #3415924 by liam morland: Allow setting GC Adobe Analytics metatag attributes [3415924](https://www.drupal.org/node/3415924)
- Issue #3436190 by OPTASY: [WxT 10.2] Issues with WxT Extend Config module [3436190](https://www.drupal.org/node/3436190)
- Issue #3486425: Block Class 2.0.12 is unsupported [3486425](https://www.drupal.org/node/3486425)
- Issue #3490685: wxt versions crashes on upgrades since admin_toolbar_links_access_filter is deprecated for Drupal 10.3+ [3490685](https://www.drupal.org/node/3490685)
- Allow setting GC Adobe Analytics metatag attributes [3415924](https://www.drupal.org/node/3415924)
- [WxT 10.2] Issues with WxT Extend Config module [3436190](https://www.drupal.org/node/3436190)
- Block Class 2.0.12 is unsupported [3486425](https://www.drupal.org/node/3486425)
- wxt versions crashes on upgrades since admin_toolbar_links_access_filter is deprecated for Drupal 10.3+ [3490685](https://www.drupal.org/node/3490685)
- Invalid config schema breaks add_langcode_to_all_translatable_config db update [3489087](https://www.drupal.org/node/3489087)
- Updated for WxT Bootstrap
- N/A
- Updates for WxT Library
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"w8tcha/ckeditor-codemirror": "1.18.5"
},
"require-dev": {
"drupal/core-dev": "^10.3",
"drupal/core-dev": "10.4.*",
"drupal/drupal-extension": "5.0.0-alpha1",
"drush/drush": "^12.4.3",
"oomphinc/composer-installers-extender": "^1.1 || ^2",
Expand Down

0 comments on commit 36e928d

Please sign in to comment.