Skip to content

Commit 4d2b1e4

Browse files
committed
Bump 0.0.9
1 parent 7ff2161 commit 4d2b1e4

File tree

3 files changed

+626
-39
lines changed

3 files changed

+626
-39
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
# Release Notes
22

3-
## v0.0.9
3+
## 0.0.9(2024-04-22)
44

55
- The UI was optimized and a deprecated tag was added to indicate that the API is not recommended.
66

7-
## v0.0.8
7+
## 0.0.8(2024-04-10)
88

99
- Fixed some Windows compatibility issues.
1010
- Optimized the UI interface of webview.
1111

12-
## v0.0.7
12+
## 0.0.7(2024-03-27)
1313

1414
- Launch experience satisfaction questionnaire survey
1515
- You are welcome to submit your questions and suggestions on the [experience questionnaire](https://g.alicdn.com/aes/tracker-survey-preview/0.0.13/survey.html?pid=fePxMy&id=3486).
1616

17-
## v0.0.6
17+
## 0.0.6(2024-02-21)
1818

1919
- Surpport code snippets.
2020

21-
## v0.0.5
21+
## 0.0.5(2024-01-22)
2222

2323
- Added aliyun-cli installation instructions.
2424

25-
## v0.0.3
25+
## 0.0.3(2024-01-03)
2626

2727
- Support API calling.
2828
- Support SDK code sample.
2929

30-
## v0.0.1
30+
## 0.0.1(2023-12-24)
3131

3232
Initial release
3333

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Alibaba Cloud API Toolkit",
44
"description": "The Alibaba Cloud API Toolkit for VSCode makes it easier to access Alibaba Cloud services.",
55
"author": "Alibaba Cloud SDK Team",
6-
"version": "0.0.8",
6+
"version": "0.0.9",
77
"private": true,
88
"publisher": "alibabacloud-openapi",
99
"license": "Apache-2.0",
@@ -211,10 +211,11 @@
211211
"media": "cd media && vite --mode browser",
212212
"package": "vsce package",
213213
"build:media": "cd media && npm run build",
214+
"install:media": "cd media && yarn install",
214215
"reinstall": "rimraf node_modules && npm i",
215216
"afterinstall": "cd ../../ && lerna bootstrap",
216217
"build:ncc": "rimraf dist && ncc build ./src/extension.ts -o dist -m --license licenses.txt && mv dist/index.js dist/extension.js",
217-
"vscode:prepublish": "npm run build:media && npm run build:ncc",
218+
"vscode:prepublish": "yarn install && npm run install:media && npm run build:media && npm run build:ncc",
218219
"esbuild-base": "esbuild ./src/extension.ts --bundle --outfile=dist/extension.js --external:vscode --format=cjs --platform=node --minify",
219220
"esbuild": "npm run esbuild-base -- --sourcemap",
220221
"esbuild-watch": "npm run esbuild-base -- --sourcemap --watch",

0 commit comments

Comments
 (0)