Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simlmx committed Jul 23, 2024
1 parent 38cc9c6 commit 6c56499
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "2.1.0",
"version": "2.2.0",
"npmClient": "pnpm"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lefun/core",
"version": "2.1.0",
"version": "2.2.0",
"description": "Core library to make games for https://lefun.fun",
"author": "Simon Lemieux",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lefun/dev-server",
"version": "2.1.0",
"version": "2.2.0",
"description": "Development server to run games developed for https://lefun.com.",
"author": "Simon Lemieux",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/game/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lefun/game",
"version": "2.1.0",
"version": "2.2.0",
"description": "Main dependency for writing game logic at https://lefun.fun.",
"author": "Simon Lemieux",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lefun/ui-testing",
"version": "2.1.0",
"version": "2.2.0",
"description": "Utils for testing the UI of games at https://lefun.fun.",
"author": "Simon Lemieux",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lefun/ui",
"version": "2.1.0",
"version": "2.2.0",
"description": "Main dependency for writing the UI of games at https://lefun.com.",
"author": "Simon Lemieux",
"repository": {
Expand Down

0 comments on commit 6c56499

Please sign in to comment.