Skip to content

Commit 29429cb

Browse files
chore(release): 发布 v0.1.7
同步 core、platform-common、runtime、cli 版本号并更新 lockfile。 Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 8095e82 commit 29429cb

6 files changed

Lines changed: 19 additions & 19 deletions

File tree

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dsmlll/media-manager-cli",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"type": "module",
55
"bin": {
66
"media": "./dist/main.js"
@@ -16,9 +16,9 @@
1616
"postinstall": "node scripts/postinstall.mjs"
1717
},
1818
"dependencies": {
19-
"@dsmlll/media-manager-core": "0.1.6",
20-
"@dsmlll/media-manager-platform-common": "0.1.6",
21-
"@dsmlll/media-manager-runtime": "0.1.6"
19+
"@dsmlll/media-manager-core": "0.1.7",
20+
"@dsmlll/media-manager-platform-common": "0.1.7",
21+
"@dsmlll/media-manager-runtime": "0.1.7"
2222
},
2323
"devDependencies": {
2424
"@types/node": "^24.6.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dsmlll/media-manager-core",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/core/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const GLOBAL_CONFIG_VERSION = 1;
22
export const WORKSPACE_CONFIG_VERSION = 1;
33
export const WORKSPACE_LAYOUT = "v1";
4-
export const CLI_VERSION = "0.1.6";
4+
export const CLI_VERSION = "0.1.7";
55

66
export interface GlobalConfig {
77
version: number;

packages/platform-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dsmlll/media-manager-platform-common",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/runtime/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dsmlll/media-manager-runtime",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -20,8 +20,8 @@
2020
"test": "node --test tests/*.test.mjs"
2121
},
2222
"dependencies": {
23-
"@dsmlll/media-manager-core": "0.1.6",
24-
"@dsmlll/media-manager-platform-common": "0.1.6"
23+
"@dsmlll/media-manager-core": "0.1.7",
24+
"@dsmlll/media-manager-platform-common": "0.1.7"
2525
},
2626
"devDependencies": {
2727
"@types/node": "^24.6.0",

0 commit comments

Comments
 (0)