diff --git a/lerna.json b/lerna.json index c7f4643..377345e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "npmClient": "pnpm" } diff --git a/packages/core/package.json b/packages/core/package.json index e3f24e9..a6f62aa 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@lefun/core", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "Core library to make games at https://lefun.fun", "author": "Simon Lemieux", "repository": { diff --git a/packages/dev-server/package.json b/packages/dev-server/package.json index b8a3efa..343e9b7 100644 --- a/packages/dev-server/package.json +++ b/packages/dev-server/package.json @@ -1,6 +1,6 @@ { "name": "@lefun/dev-server", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "Development server to run games developed for https://lefun.fun.", "author": "Simon Lemieux", "repository": { diff --git a/packages/game/package.json b/packages/game/package.json index 9051a4d..5efb0ec 100644 --- a/packages/game/package.json +++ b/packages/game/package.json @@ -1,6 +1,6 @@ { "name": "@lefun/game", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "Main dependency for writing game logic at https://lefun.fun.", "author": "Simon Lemieux", "repository": { @@ -37,7 +37,7 @@ "@lefun/core": "workspace:*" }, "dependencies": { - "lodash-es": "^4.17.21", - "immer": "^10.1.1" + "immer": "^10.1.1", + "lodash-es": "^4.17.21" } } diff --git a/packages/ui-testing/package.json b/packages/ui-testing/package.json index 94c3146..162bbb5 100644 --- a/packages/ui-testing/package.json +++ b/packages/ui-testing/package.json @@ -1,6 +1,6 @@ { "name": "@lefun/ui-testing", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "Utils for testing the UI of games at https://lefun.fun.", "author": "Simon Lemieux", "repository": { diff --git a/packages/ui/package.json b/packages/ui/package.json index b0715aa..228091c 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@lefun/ui", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "Main dependency for writing the UI of games at https://lefun.fun.", "author": "Simon Lemieux", "repository": {