Skip to content

Commit

Permalink
chore: release 2.2.0 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
leandroppf committed Sep 6, 2023
1 parent 911c11e commit d6d90b2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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": "2.1.2",
"version": "2.2.0",
"type": "module",
"scripts": {
"app": "vite",
Expand Down Expand Up @@ -40,4 +40,4 @@
"tsconfig": "*",
"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": "2.1.2",
"version": "2.2.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -27,4 +27,4 @@
"tsconfig": "*",
"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": "2.1.2",
"version": "2.2.0",
"private": true,
"workspaces": [
"apps/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsconfig",
"version": "2.1.2",
"version": "2.2.0",
"private": true,
"files": [
"base.json",
Expand Down
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": "2.1.2",
"version": "2.2.0",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
Expand Down Expand Up @@ -105,4 +105,4 @@
"vite-plugin-dts": "^3.4.0",
"zod": "^3.21.4"
}
}
}

0 comments on commit d6d90b2

Please sign in to comment.