Skip to content

Commit 36e928d

Browse files
committed
feat(wxt): Tighter pinning but allow patch versions
1 parent 82b12b6 commit 36e928d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
- Unpin drupal/core-recommended from 10.3.6 to ^10.3 to allow for upgrade to latest 10.3.x
1111
- Update core patch to allow upgrade to 10.4.x LTS
1212
- Updates for Drupal Contrib + WxT
13-
- Issue #3415924 by liam morland: Allow setting GC Adobe Analytics metatag attributes [3415924](https://www.drupal.org/node/3415924)
14-
- Issue #3436190 by OPTASY: [WxT 10.2] Issues with WxT Extend Config module [3436190](https://www.drupal.org/node/3436190)
15-
- Issue #3486425: Block Class 2.0.12 is unsupported [3486425](https://www.drupal.org/node/3486425)
16-
- 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)
13+
- Allow setting GC Adobe Analytics metatag attributes [3415924](https://www.drupal.org/node/3415924)
14+
- [WxT 10.2] Issues with WxT Extend Config module [3436190](https://www.drupal.org/node/3436190)
15+
- Block Class 2.0.12 is unsupported [3486425](https://www.drupal.org/node/3486425)
16+
- wxt versions crashes on upgrades since admin_toolbar_links_access_filter is deprecated for Drupal 10.3+ [3490685](https://www.drupal.org/node/3490685)
17+
- Invalid config schema breaks add_langcode_to_all_translatable_config db update [3489087](https://www.drupal.org/node/3489087)
1718
- Updated for WxT Bootstrap
1819
- N/A
1920
- Updates for WxT Library

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"w8tcha/ckeditor-codemirror": "1.18.5"
9393
},
9494
"require-dev": {
95-
"drupal/core-dev": "^10.3",
95+
"drupal/core-dev": "10.4.*",
9696
"drupal/drupal-extension": "5.0.0-alpha1",
9797
"drush/drush": "^12.4.3",
9898
"oomphinc/composer-installers-extender": "^1.1 || ^2",

0 commit comments

Comments
 (0)