Bump 2.3.0 (#20169)

This commit is contained in:
Weiko
2026-04-30 19:34:43 +02:00
committed by GitHub
parent 8a0225e974
commit 85752f8a61
9 changed files with 37 additions and 18 deletions
@@ -1 +1 @@
export const TWENTY_CURRENT_VERSION = '2.2.0' as const;
export const TWENTY_CURRENT_VERSION = '2.3.0' as const;
@@ -1 +1 @@
export const TWENTY_NEXT_VERSIONS = [] as const;
export const TWENTY_NEXT_VERSIONS = ['2.4.0'] as const;
@@ -4,4 +4,5 @@ export const TWENTY_PREVIOUS_VERSIONS = [
'1.23.0',
'2.0.0',
'2.1.0',
'2.2.0',
] as const;