Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 1121f35

Browse files
committed
v0.8.1
1 parent 454bd5d commit 1121f35

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.8.0",
5+
"version": "0.8.1",
66
"publishConfig": {
77
"access": "public"
88
},

packages/framework-plugin-container/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudbase/framework-plugin-container",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "云开发 Tencent CloudBase Framework Container Plugin 插件,将项目下的后端应用一键部署云开发云应用环境,提供自动弹性伸缩的高性能容器服务。",
55
"author": "Tencent CloudBase Team",
66
"homepage": "https://github.com/TencentCloudBase/cloudbase-framework#readme",

packages/framework-plugin-dart/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudbase/framework-plugin-dart",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "云开发 Tencent CloudBase Framework Dart Server Plugin 插件,将项目下的 Dart Server 一键部署云开发环境,提供自动弹性伸缩的高性能 Dart Server 服务",
55
"author": "Tencent CloudBase Team",
66
"homepage": "https://github.com/TencentCloudBase/cloudbase-framework#readme",
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@cloudbase/framework-core": "^0.8.0",
35-
"@cloudbase/framework-plugin-container": "^0.8.0",
35+
"@cloudbase/framework-plugin-container": "^0.8.1",
3636
"@types/fs-extra": "^8.1.0",
3737
"fs-extra": "^8.1.0"
3838
},

packages/framework-plugin-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudbase/framework-plugin-node",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "云开发 Tencent CloudBase Framework Node Plugin 插件,将项目下的Node应用一键部署云开发环境,提供自动弹性伸缩的高性能Node服务。",
55
"author": "Tencent CloudBase Team",
66
"homepage": "https://github.com/TencentCloudBase/cloudbase-framework#readme",
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@cloudbase/framework-core": "^0.8.0",
35-
"@cloudbase/framework-plugin-container": "^0.8.0",
35+
"@cloudbase/framework-plugin-container": "^0.8.1",
3636
"@cloudbase/framework-plugin-function": "^0.8.0",
3737
"@cloudbase/node-builder": "^0.8.0",
3838
"fs-extra": "^8.1.0"

0 commit comments

Comments
 (0)