Skip to content

Commit 1498c02

Browse files
committed
chore: release sdk v0.2.0
1 parent bad1ed5 commit 1498c02

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import (
4242
```json
4343
{
4444
"dependencies": {
45-
"@doudou-start/airgate-theme": "^1.0.0"
45+
"@doudou-start/airgate-theme": "^0.2.0"
4646
}
4747
}
4848
```

sdkgo/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const (
2929
)
3030

3131
// SDKVersion 当前 SDK 版本,插件编译时嵌入到 PluginInfo。
32-
const SDKVersion = "1.0.0"
32+
const SDKVersion = "0.2.0"
3333

3434
// PluginInfo 插件元信息。
3535
type PluginInfo struct {

theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@doudou-start/airgate-theme",
3-
"version": "1.0.0",
3+
"version": "0.2.0",
44
"description": "AirGate 插件前端主题、样式隔离和公共组件包",
55
"type": "module",
66
"packageManager": "pnpm@11.1.1",

0 commit comments

Comments
 (0)