Skip to content

Commit 59f4d40

Browse files
committed
fix: πŸ› fix core_version_requirement, allow Drupal 11
1 parent d73f22b commit 59f4d40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žpackages/drupal-starterkit-theme/theme/ueberbit.info.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ base theme: ueberbit_dist
44
description: A flexible theme with a responsive, mobile-first layout.
55
package: UEBERBIT
66
core: 8.x
7-
core_version_requirement: ^8 || ^9
7+
core_version_requirement: ^8 || ^9 || ^10 || ^11
88
libraries:
99
- ueberbit/global
1010
regions:

β€Žpackages/vite-plugin-drupal/src/plugins/theme.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default (ctx: Context): Plugin => {
1313
'base theme': ctx.options.baseTheme,
1414
'description': `${ctx.themeName.toUpperCase()} Theme for compiled assets.`,
1515
'package': `${ctx.options.themePackage || ctx.themeName}`,
16-
'core_version_requirement': '^9 || ^10',
16+
'core_version_requirement': '^9 || ^10 || ^11',
1717
'hidden': true,
1818
'libraries': [
1919
`${ctx.distThemeName}/css__tailwind`,

0 commit comments

Comments
Β (0)