Skip to content

Commit

Permalink
ci: version bump to v0.0.6-canary.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated Version Bump committed Jun 30, 2024
1 parent 8542697 commit 604e129
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.0.5",
"version": "0.0.6-canary.0",
"author": "Maciej Piotr (aXenDev) Balcerzak",
"license": "GPL-3.0 license",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.0.5",
"version": "0.0.6-canary.0",
"description": "",
"author": "Maciej Piotr (aXenDev) Balcerzak",
"license": "GPL-3.0 license",
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.0.5",
"version": "0.0.6-canary.0",
"author": "Maciej Piotr (aXenDev) Balcerzak",
"license": "GPL-3.0 license",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitnode-backend",
"version": "0.0.5",
"version": "0.0.6-canary.0",
"description": "Backend wrapper for VitNode projects",
"author": "VitNode Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vitnode-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-vitnode-app",
"version": "0.0.5",
"version": "0.0.6-canary.0",
"description": "Create a new VitNode app in seconds.",
"author": "VitNode Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-vitnode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-vitnode",
"version": "0.0.5",
"version": "0.0.6-canary.0",
"description": "ESLint, TSConfig config for VitNode",
"author": "VitNode Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitnode-frontend",
"version": "0.0.5",
"version": "0.0.6-canary.0",
"description": "Frontend wrapper for VitNode projects",
"author": "VitNode Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitnode-shared",
"version": "0.0.5",
"version": "0.0.6-canary.0",
"description": "Shared code for VitNode projects",
"author": "VitNode Team",
"license": "MIT",
Expand Down

0 comments on commit 604e129

Please sign in to comment.