Skip to content

Commit f8a6437

Browse files
author
guqiankun.gqk
committed
release: v2.0.3
1 parent 6e4fe25 commit f8a6437

15 files changed

Lines changed: 71 additions & 49 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## [2.0.3](https://code.alipay.com/cloud-ide/crew-dragon/compare/v2.0.2...v2.0.3) (2022-07-08)
2+
3+
4+
### Bug Fixes
5+
6+
* 如果没有 ref 获取默认分支 ([515ab00](https://code.alipay.com/cloud-ide/crew-dragon/commits/515ab00316c9a8b9883e91f38d064cf2afb56d6f))
7+
* 修复编译报错 ([0cf261c](https://code.alipay.com/cloud-ide/crew-dragon/commits/0cf261c8f591b0a36b78e6317338be73dea4c33a))
8+
* 注册时序问题 ([7e0d4a0](https://code.alipay.com/cloud-ide/crew-dragon/commits/7e0d4a037021398f374ab7902625b2d834261845))
9+
* acr代码折叠样式问题 ([d388842](https://code.alipay.com/cloud-ide/crew-dragon/commits/d3888424edd56c0f2090740d8be92bc4b70fe280))
10+
* contextKeyService dispose 报错 ([32944ae](https://code.alipay.com/cloud-ide/crew-dragon/commits/32944aeef83b8acccbbddba3a6da3691bcd8a13b))
11+
* disposeClientExtProcess error ([2b0f7c3](https://code.alipay.com/cloud-ide/crew-dragon/commits/2b0f7c32916f5c9c70bc32da5883bda7647f9496))
12+
* titleMenu cache ([0837007](https://code.alipay.com/cloud-ide/crew-dragon/commits/0837007414dde16f810f1f7dbe3c8fa66c2b2266))
13+
14+
15+
### Features
16+
17+
* 搜索文件过滤同步转为异步 ([b67614e](https://code.alipay.com/cloud-ide/crew-dragon/commits/b67614e11b5cf739f2f3072ded4cd27e89312636))
18+
* 支持gitlink Api接口 ([8a571b0](https://code.alipay.com/cloud-ide/crew-dragon/commits/8a571b0f45c5fe2b9f713d1de39f57381b41203f))
19+
* 注册 https 及 http filesystem,插件会读取相关协议内容 ([905f6c2](https://code.alipay.com/cloud-ide/crew-dragon/commits/905f6c23378d96ef6c4acd888f1500743ade972d))
20+
21+
22+
123
## [2.0.2](https://code.alipay.com/cloud-ide/crew-dragon/compare/v2.0.1...v2.0.2) (2022-06-14)
224

325

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alex",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"workspaces": [
55
"packages/*"
66
],

packages/acr/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alipay/alex-acr",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "@alipay/alex-acr",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -19,9 +19,9 @@
1919
"@alipay/yuyan-monitor-web": "^2.0.28"
2020
},
2121
"dependencies": {
22-
"@alipay/alex": "2.0.2",
23-
"@alipay/alex-core": "2.0.2",
24-
"@alipay/alex-shared": "2.0.2",
22+
"@alipay/alex": "2.0.3",
23+
"@alipay/alex-core": "2.0.3",
24+
"@alipay/alex-shared": "2.0.3",
2525
"@alipay/geek-theme": "^1.6.0",
2626
"@alipay/lsif-client": "^2.0.0",
2727
"crypto-js": "^4.0.0",

packages/alex/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alipay/alex",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "@alipay/alex",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -72,15 +72,15 @@
7272
"@opensumi/ide-testing": "2.18.3",
7373
"@opensumi/ide-variable": "2.18.3",
7474
"@ali/kaitian-textmate-languages": "^2.7.0",
75-
"@alipay/alex-cli": "2.0.2",
76-
"@alipay/alex-code-api": "2.0.2",
77-
"@alipay/alex-core": "2.0.2",
78-
"@alipay/alex-registry": "2.0.2",
79-
"@alipay/alex-shared": "2.0.2",
80-
"@alipay/alex-code-service": "2.0.2",
81-
"@alipay/alex-i18n": "2.0.2",
82-
"@alipay/alex-lsif-service": "2.0.2",
83-
"@alipay/alex-plugin": "2.0.2",
75+
"@alipay/alex-cli": "2.0.3",
76+
"@alipay/alex-code-api": "2.0.3",
77+
"@alipay/alex-core": "2.0.3",
78+
"@alipay/alex-registry": "2.0.3",
79+
"@alipay/alex-shared": "2.0.3",
80+
"@alipay/alex-code-service": "2.0.3",
81+
"@alipay/alex-i18n": "2.0.3",
82+
"@alipay/alex-lsif-service": "2.0.3",
83+
"@alipay/alex-plugin": "2.0.3",
8484
"antd": "^3.20.3",
8585
"@ant-design/icons": "~2.1.1",
8686
"tslib": "^2.2.0"

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alipay/alex-cli",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "@alipay/alex-cli",
55
"main": "lib/commander.js",
66
"files": [
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"@ali/ide-extension-installer": "^2.0.0",
2222
"@opensumi/ide-extension": "2.18.3",
23-
"@alipay/alex-shared": "2.0.2",
23+
"@alipay/alex-shared": "2.0.3",
2424
"commander": "^7.2.0",
2525
"fs-extra": "^9.0.1",
2626
"lodash.pick": "^4.4.0",

packages/code-api/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alipay/alex-code-api",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "@alipay/alex-code-api",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -19,9 +19,9 @@
1919
"lockfile": "enable"
2020
},
2121
"dependencies": {
22-
"@alipay/alex-core": "2.0.2",
23-
"@alipay/alex-code-service": "2.0.2",
24-
"@alipay/alex-shared": "2.0.2",
22+
"@alipay/alex-core": "2.0.3",
23+
"@alipay/alex-code-service": "2.0.3",
24+
"@alipay/alex-shared": "2.0.3",
2525
"tslib": "^2.2.0"
2626
}
2727
}

packages/code-service/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alipay/alex-code-service",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "@alipay/alex-code-service",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -19,8 +19,8 @@
1919
"lockfile": "enable"
2020
},
2121
"dependencies": {
22-
"@alipay/alex-core": "2.0.2",
23-
"@alipay/alex-code-api": "2.0.2",
22+
"@alipay/alex-core": "2.0.3",
23+
"@alipay/alex-code-api": "2.0.3",
2424
"umi-request": "^1.3.5",
2525
"tslib": "^2.2.0"
2626
}

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alipay/alex-core",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "core",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -28,8 +28,8 @@
2828
"@opensumi/ide-extension": "2.18.3",
2929
"@opensumi/ide-logs": "2.18.3",
3030
"@alipay/alex-browserfs": "~2.1.0",
31-
"@alipay/alex-registry": "2.0.2",
32-
"@alipay/alex-shared": "2.0.2",
31+
"@alipay/alex-registry": "2.0.3",
32+
"@alipay/alex-shared": "2.0.3",
3333
"assert": "^2.0.0",
3434
"fs-extra-factory": "^0.2.1",
3535
"iconv-lite-umd": "^0.6.8",

packages/i18n/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alipay/alex-i18n",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "@alipay/alex-i18n",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -19,8 +19,8 @@
1919
"lockfile": "enable"
2020
},
2121
"dependencies": {
22-
"@alipay/alex-core": "2.0.2",
23-
"@alipay/alex-shared": "2.0.2",
22+
"@alipay/alex-core": "2.0.3",
23+
"@alipay/alex-shared": "2.0.3",
2424
"tslib": "^2.2.0"
2525
}
2626
}

packages/integrations/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alipay/alex-integrations",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "@alipay/alex-integrations",
55
"main": "lib/index.js",
66
"typing": "types/index.d.ts",
@@ -15,15 +15,15 @@
1515
"registry": "https://registry.antfin-inc.com"
1616
},
1717
"dependencies": {
18-
"@alipay/alex": "2.0.2",
19-
"@alipay/alex-acr": "2.0.2",
20-
"@alipay/alex-cli": "2.0.2",
21-
"@alipay/alex-code-api": "2.0.2",
22-
"@alipay/alex-code-service": "2.0.2",
23-
"@alipay/alex-core": "2.0.2",
24-
"@alipay/alex-i18n": "2.0.2",
25-
"@alipay/alex-lsif-service": "2.0.2",
26-
"@alipay/alex-shared": "2.0.2",
18+
"@alipay/alex": "2.0.3",
19+
"@alipay/alex-acr": "2.0.3",
20+
"@alipay/alex-cli": "2.0.3",
21+
"@alipay/alex-code-api": "2.0.3",
22+
"@alipay/alex-code-service": "2.0.3",
23+
"@alipay/alex-core": "2.0.3",
24+
"@alipay/alex-i18n": "2.0.3",
25+
"@alipay/alex-lsif-service": "2.0.3",
26+
"@alipay/alex-shared": "2.0.3",
2727
"@ant-design/icons": "~2.1.1",
2828
"ahooks": "2",
2929
"antd": "^3.20.3",

0 commit comments

Comments
 (0)