chore: bump version to 2.11.0 (#21259)
## Summary - Moves current version to previous versions array - Sets TWENTY_CURRENT_VERSION to the new version - Updates TWENTY_NEXT_VERSIONS with the next minor version - Bumps twenty-client-sdk, twenty-sdk, and create-twenty-app to the same version ## Checklist - [ ] Verify version constants are correct - [ ] Verify npm package versions match Co-authored-by: Github Action Deploy <github-action-deploy@twenty.com>
This commit is contained in:
+1
-1
@@ -7,4 +7,4 @@
|
||||
* |___/
|
||||
*/
|
||||
|
||||
export const TWENTY_CURRENT_VERSION = '2.10.0' as const;
|
||||
export const TWENTY_CURRENT_VERSION = '2.11.0' as const;
|
||||
|
||||
+1
-1
@@ -8,5 +8,5 @@
|
||||
*/
|
||||
|
||||
export const TWENTY_NEXT_VERSIONS = [
|
||||
'2.11.0',
|
||||
'2.12.0',
|
||||
] as const;
|
||||
|
||||
+1
@@ -21,4 +21,5 @@ export const TWENTY_PREVIOUS_VERSIONS = [
|
||||
'2.7.0',
|
||||
'2.8.0',
|
||||
'2.9.0',
|
||||
'2.10.0',
|
||||
] as const;
|
||||
|
||||
Reference in New Issue
Block a user