Compare commits

...

1 Commits

Author SHA1 Message Date
Weiko fb3cec8b8d Revert "chore: bump version to 2.11.0 (#21259)"
This reverts commit 2dbdd72e65.
2026-06-05 18:32:18 +02:00
6 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "create-twenty-app",
"version": "2.11.0",
"version": "2.10.0",
"description": "Command-line interface to create Twenty application",
"main": "dist/cli.cjs",
"bin": "dist/cli.cjs",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-client-sdk",
"version": "2.11.0",
"version": "2.10.0",
"sideEffects": false,
"license": "AGPL-3.0",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-sdk",
"version": "2.11.0",
"version": "2.10.0",
"sideEffects": false,
"bin": {
"twenty": "dist/cli.cjs"
@@ -7,4 +7,4 @@
* |___/
*/
export const TWENTY_CURRENT_VERSION = '2.11.0' as const;
export const TWENTY_CURRENT_VERSION = '2.10.0' as const;
@@ -8,5 +8,5 @@
*/
export const TWENTY_NEXT_VERSIONS = [
'2.12.0',
'2.11.0',
] as const;
@@ -21,5 +21,4 @@ export const TWENTY_PREVIOUS_VERSIONS = [
'2.7.0',
'2.8.0',
'2.9.0',
'2.10.0',
] as const;