Skip to content

Commit

Permalink
ci: version bump to v0.0.9-canary.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated Version Bump committed Aug 21, 2024
1 parent d70bcad commit b3a4539
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.9-canary.16",
"version": "0.0.9-canary.17",
"license": "MIT",
"scripts": {
"drizzle-kit": "drizzle-kit",
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.9-canary.16",
"version": "0.0.9-canary.17",
"private": true,
"scripts": {
"dev:docs": "next dev --port 3030",
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.9-canary.16",
"version": "0.0.9-canary.17",
"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.9-canary.16",
"version": "0.0.9-canary.17",
"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.9-canary.16",
"version": "0.0.9-canary.17",
"description": "Create a new VitNode app in seconds.",
"author": "VitNode Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript-vitnode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-typescript-vitnode",
"version": "0.0.9-canary.16",
"version": "0.0.9-canary.17",
"description": "ESLint, TypeScript (TSConfig), Prettier 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.9-canary.16",
"version": "0.0.9-canary.17",
"description": "Frontend wrapper for VitNode projects",
"author": "VitNode Team",
"license": "MIT",
Expand Down

0 comments on commit b3a4539

Please sign in to comment.