Skip to content

Commit

Permalink
ci(libs): 🎡 bump all libs version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielCTroia committed Jul 11, 2024
1 parent a6dcd7e commit de0a132
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion libs/movex-master/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "movex-master",
"version": "0.1.5-4",
"version": "0.1.5",
"license": "MIT",
"description": "Movex-master defines the master that wil be used on movex-server and movex-react-local-master",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion libs/movex-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "movex-react",
"version": "0.1.5-4",
"version": "0.1.5",
"license": "MIT",
"description": "Movex React is the library of React components for Movex",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion libs/movex-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "movex-server",
"version": "0.1.5-4",
"version": "0.1.5",
"license": "MIT",
"type": "commonjs",
"description": "Movex Server is the backend runtime for Movex",
Expand Down
2 changes: 1 addition & 1 deletion libs/movex-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "movex-service",
"version": "0.1.5-4",
"version": "0.1.5",
"license": "MIT",
"type": "commonjs",
"description": "Movex Service is the CLI for Movex",
Expand Down
2 changes: 1 addition & 1 deletion libs/movex-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "movex-store",
"version": "0.1.5-4",
"version": "0.1.5",
"license": "MIT",
"description": "Movex-store defines the store interface and comes with a MemoryStore",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion libs/movex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "movex",
"version": "0.1.5-4",
"version": "0.1.5",
"license": "MIT",
"description": "Movex is a Multiplayer (Game) State Synchronization Library using Deterministic Action Propagation without the need to write Server Specific Code.",
"author": {
Expand Down

0 comments on commit de0a132

Please sign in to comment.