Skip to content

Commit 36a3bcf

Browse files
chore(release): release packages (#297)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 12c9365 commit 36a3bcf

9 files changed

Lines changed: 29 additions & 11 deletions

File tree

.changeset/tricky-otters-sin.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/language-server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @arkts/language-server
22

3+
## 1.3.8
4+
5+
### Patch Changes
6+
7+
- [#296](https://github.com/ohosvscode/arkTS/pull/296) [`12c9365`](https://github.com/ohosvscode/arkTS/commit/12c9365dc11003097c152dfd1e1a6360247ed248) Thanks [@Groupguanfang](https://github.com/Groupguanfang)! - fix: fix hms detect in language server, get ets.hmsPath from vscode settings and add ets.hmsPath to initialize options
8+
39
## 1.3.5
410

511
### Patch Changes

packages/language-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkts/language-server",
3-
"version": "1.3.5",
3+
"version": "1.3.8",
44
"description": "ArkTS Language Server.",
55
"author": "Naily Zero <zero@naily.cc>",
66
"license": "MIT",

packages/language-service/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @arkts/language-service
22

3+
## 1.3.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`12c9365`](https://github.com/ohosvscode/arkTS/commit/12c9365dc11003097c152dfd1e1a6360247ed248)]:
8+
- @arkts/shared@1.3.8
9+
310
## 1.3.3
411

512
### Patch Changes

packages/language-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkts/language-service",
3-
"version": "1.3.3",
3+
"version": "1.3.8",
44
"description": "ArkTS Language Service.",
55
"author": "Naily Zero <zero@naily.cc>",
66
"license": "MIT",

packages/shared/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @arkts/shared
22

3+
## 1.3.8
4+
5+
### Patch Changes
6+
7+
- [#296](https://github.com/ohosvscode/arkTS/pull/296) [`12c9365`](https://github.com/ohosvscode/arkTS/commit/12c9365dc11003097c152dfd1e1a6360247ed248) Thanks [@Groupguanfang](https://github.com/Groupguanfang)! - fix: fix hms detect in language server, get ets.hmsPath from vscode settings and add ets.hmsPath to initialize options
8+
39
## 1.3.3
410

511
### Patch Changes

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkts/shared",
3-
"version": "1.3.3",
3+
"version": "1.3.8",
44
"description": "ArkTS common utilities package.",
55
"author": "Naily Zero <zero@naily.cc>",
66
"license": "MIT",

packages/vscode/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# vscode-naily-ets
22

3+
## 1.3.8
4+
5+
### Patch Changes
6+
7+
- [#296](https://github.com/ohosvscode/arkTS/pull/296) [`12c9365`](https://github.com/ohosvscode/arkTS/commit/12c9365dc11003097c152dfd1e1a6360247ed248) Thanks [@Groupguanfang](https://github.com/Groupguanfang)! - fix: fix hms detect in language server, get ets.hmsPath from vscode settings and add ets.hmsPath to initialize options
8+
39
## 1.3.7
410

511
### Patch Changes

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"publisher": "NailyZero",
33
"name": "vscode-naily-ets",
44
"displayName": "Naily's ArkTS Support",
5-
"version": "1.3.7",
5+
"version": "1.3.8",
66
"private": true,
77
"description": "功能最全鸿蒙ArkTS插件, 支持代码跳转、高亮、诊断、格式化/SDK下载管理/模拟器下载管理/调试运行, 欢迎PR!",
88
"author": "Naily Zero <zero@naily.cc>",

0 commit comments

Comments
 (0)