Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoolsilva committed Jan 29, 2022
1 parent 01602f5 commit 8f6f608
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages/*"
],
"useWorkspaces": true,
"version": "1.0.2",
"version": "1.0.3",
"npmClient": "yarn"
}
4 changes: 2 additions & 2 deletions packages/tiktaktoe-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiktaktoe/ui",
"private": true,
"version": "1.0.2",
"version": "1.0.3",
"description": "TikTakToe-CLI",
"author": "Thiago Lopes da Silva <<[email protected]>>",
"homepage": "https://github.com/thiagoolsilva/tiktaktoe/tree/main/packages/tiktaktoe-cli#readme",
Expand Down Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/thiagoolsilva/tiktaktoe/issues"
},
"dependencies": {
"@tiktaktoe/core": "^1.0.2",
"@tiktaktoe/core": "^1.0.3",
"chalk": "4.1.2",
"readline-sync": "1.4.10",
"table": "6.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/tiktaktoe/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiktaktoe/core",
"private": true,
"version": "1.0.2",
"version": "1.0.3",
"description": "> TODO: description",
"author": "Thiago Lopes da Silva <[email protected]>",
"homepage": "https://github.com/thiagoolsilva/tiktaktoe/tree/main/packages/tiktaktoe#readme",
Expand Down

0 comments on commit 8f6f608

Please sign in to comment.