Skip to content

Commit

Permalink
Nova versão 0.1.0 (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: Leandro Pedroso <lpedroso@meudroz.com>
  • Loading branch information
leandroppf and Leandro Pedroso authored Feb 8, 2023
1 parent bcefdd2 commit f206e41
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs",
"private": true,
"version": "0.0.2",
"version": "0.1.0",
"type": "module",
"scripts": {
"app": "vite",
Expand Down Expand Up @@ -34,4 +34,4 @@
"typescript": "^4.9.3",
"vite": "^4.0.0"
}
}
}
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web",
"private": true,
"version": "0.0.2",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -35,4 +35,4 @@
"typescript": "^4.9.4",
"vite": "^4.0.0"
}
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "visu",
"version": "0.0.2",
"version": "0.1.0",
"private": true,
"workspaces": [
"apps/*",
Expand Down
4 changes: 2 additions & 2 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "tsconfig",
"version": "0.0.2",
"version": "0.1.0",
"private": true,
"files": [
"base.json",
"library.json"
]
}
}
4 changes: 2 additions & 2 deletions packages/visu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coaktion/visu",
"private": false,
"version": "0.0.2",
"version": "0.1.0",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
Expand Down Expand Up @@ -59,4 +59,4 @@
"vite": "^4.0.0",
"vite-plugin-dts": "^1.7.1"
}
}
}

0 comments on commit f206e41

Please sign in to comment.