Skip to content

Commit 437acec

Browse files
committed
ci: version bump to v1.2.0-canary.26
1 parent 2bdd1f7 commit 437acec

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "1.2.0-canary.25",
3+
"version": "1.2.0-canary.26",
44
"private": true,
55
"scripts": {
66
"build": "next build --turbopack",

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web",
3-
"version": "1.2.0-canary.25",
3+
"version": "1.2.0-canary.26",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/create-vitnode-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-vitnode-app",
3-
"version": "1.2.0-canary.25",
3+
"version": "1.2.0-canary.26",
44
"description": "Create a new VitNode app in seconds.",
55
"author": "VitNode Team",
66
"license": "MIT",

packages/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vitnode/eslint-config",
3-
"version": "1.2.0-canary.25",
3+
"version": "1.2.0-canary.26",
44
"description": "ESLint, TypeScript (TSConfig), Prettier config for VitNode",
55
"author": "VitNode Team",
66
"license": "MIT",

packages/vitnode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vitnode/core",
3-
"version": "1.2.0-canary.25",
3+
"version": "1.2.0-canary.26",
44
"description": "Core package for VitNode, providing essential functionalities and configurations.",
55
"author": "VitNode Team",
66
"license": "MIT",

plugins/blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vitnode/blog",
3-
"version": "1.2.0-canary.25",
3+
"version": "1.2.0-canary.26",
44
"description": "Blog plugin for VitNode, providing a blogging platform with Next.js and Hono.js.",
55
"author": "VitNode Team",
66
"license": "MIT",

0 commit comments

Comments
 (0)