Skip to content

Commit 3def890

Browse files
committed
correct version of private packages
1 parent abd9f56 commit 3def890

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@likec4/docs-astro",
33
"type": "module",
4-
"version": "1.46.1",
4+
"version": "1.47.0",
55
"private": true,
66
"scripts": {
77
"update-theme-c4": "tsx scripts/generate-theme-c4.mts",

packages/create-likec4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-likec4",
3-
"version": "1.46.1",
3+
"version": "1.47.0",
44
"license": "MIT",
55
"private": true,
66
"homepage": "https://likec4.dev",

packages/log/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@likec4/log",
33
"description": "Shared interface for logging",
44
"license": "MIT",
5-
"version": "1.46.1",
5+
"version": "1.47.0",
66
"bugs": "https://github.com/likec4/likec4/issues",
77
"homepage": "https://likec4.dev",
88
"author": "Denis Davydkov <[email protected]>",

packages/tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@likec4/tsconfig",
3-
"version": "1.46.1",
3+
"version": "1.47.0",
44
"private": true,
55
"license": "MIT"
66
}

packages/vscode-preview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@likec4/vscode-preview",
33
"private": true,
4-
"version": "1.46.1",
4+
"version": "1.47.0",
55
"type": "module",
66
"exports": {
77
".": "./src/index.ts",

0 commit comments

Comments
 (0)