Skip to content

Commit 801db3a

Browse files
chore(release): release packages (#207)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7cf5558 commit 801db3a

9 files changed

Lines changed: 30 additions & 21 deletions

File tree

.changeset/neat-areas-slide.md

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

.changeset/shaggy-wombats-reply.md

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

.changeset/tricky-signs-bathe.md

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

packages/language-server/CHANGELOG.md

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

3+
## 1.2.4
4+
5+
### Patch Changes
6+
7+
- [#208](https://github.com/ohosvscode/arkTS/pull/208) [`7cf5558`](https://github.com/ohosvscode/arkTS/commit/7cf5558d103c70a00e9dfcbc10689bd5bc9e5251) Thanks [@Groupguanfang](https://github.com/Groupguanfang)! - feat(language-server): 优化原始的 hover 逻辑,将所有 hover 映射为 ets 语言
8+
9+
- [#206](https://github.com/ohosvscode/arkTS/pull/206) [`bf16f7c`](https://github.com/ohosvscode/arkTS/commit/bf16f7cba8871946b6085b78db32c5c1b2802946) Thanks [@Groupguanfang](https://github.com/Groupguanfang)! - feat: 屏蔽 json/json5 文件中 TS 服务提供的无用跳转和补全 (#206)
10+
11+
- Updated dependencies [[`7cf5558`](https://github.com/ohosvscode/arkTS/commit/7cf5558d103c70a00e9dfcbc10689bd5bc9e5251)]:
12+
- @arkts/language-service@1.1.7
13+
314
## 1.2.3
415

516
### 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.2.3",
3+
"version": "1.2.4",
44
"description": "ArkTS Language Server.",
55
"author": "Naily Zero <zero@naily.cc>",
66
"license": "MIT",

packages/language-service/CHANGELOG.md

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

3+
## 1.1.7
4+
5+
### Patch Changes
6+
7+
- [#208](https://github.com/ohosvscode/arkTS/pull/208) [`7cf5558`](https://github.com/ohosvscode/arkTS/commit/7cf5558d103c70a00e9dfcbc10689bd5bc9e5251) Thanks [@Groupguanfang](https://github.com/Groupguanfang)! - fix(language-server): 修复 module.json5 无跳转问题
8+
39
## 1.1.6
410

511
### 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.1.6",
3+
"version": "1.1.7",
44
"description": "ArkTS Language Service.",
55
"author": "Naily Zero <zero@naily.cc>",
66
"license": "MIT",

packages/vscode/CHANGELOG.md

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

3+
## 1.2.7
4+
5+
### Patch Changes
6+
7+
- [#208](https://github.com/ohosvscode/arkTS/pull/208) [`7cf5558`](https://github.com/ohosvscode/arkTS/commit/7cf5558d103c70a00e9dfcbc10689bd5bc9e5251) Thanks [@Groupguanfang](https://github.com/Groupguanfang)! - fix(language-server): 修复 module.json5 无跳转问题
8+
9+
- [#208](https://github.com/ohosvscode/arkTS/pull/208) [`7cf5558`](https://github.com/ohosvscode/arkTS/commit/7cf5558d103c70a00e9dfcbc10689bd5bc9e5251) Thanks [@Groupguanfang](https://github.com/Groupguanfang)! - feat(language-server): 优化原始的 hover 逻辑,将所有 hover 映射为 ets 语言
10+
11+
- [#206](https://github.com/ohosvscode/arkTS/pull/206) [`bf16f7c`](https://github.com/ohosvscode/arkTS/commit/bf16f7cba8871946b6085b78db32c5c1b2802946) Thanks [@Groupguanfang](https://github.com/Groupguanfang)! - feat: 屏蔽 json/json5 文件中 TS 服务提供的无用跳转和补全 (#206)
12+
313
## 1.2.6
414

515
### 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.2.6",
5+
"version": "1.2.7",
66
"private": true,
77
"description": "自用ArkTS扩展,支持代码跳转,欢迎PR! Naily's ArkTS Support.",
88
"author": "Naily Zero <zero@naily.cc>",

0 commit comments

Comments
 (0)