Skip to content

Commit 8d3323d

Browse files
author
guqiankun.gqk
committed
release: 2.2.4
1 parent 6fc163f commit 8d3323d

17 files changed

Lines changed: 90 additions & 50 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [2.2.4](https://code.alipay.com/cloud-ide/crew-dragon/compare/v2.2.3...v2.2.4) (2023-04-19)
2+
3+
4+
### Bug Fixes
5+
6+
* 修复monaco override dispose 问题 ([edfdcc0](https://code.alipay.com/cloud-ide/crew-dragon/commits/edfdcc03db26e6cc7885127834cd890a2cd1d081))
7+
* 语言服务dispose后失效 ([31245a2](https://code.alipay.com/cloud-ide/crew-dragon/commits/31245a2bf3b83367d7c7171d254432c9640871e9))
8+
* 增加monaco keybindingService override ([895b4b5](https://code.alipay.com/cloud-ide/crew-dragon/commits/895b4b51c6bd3ab6164c53b7af756527d3964839))
9+
* ci ([f878fe2](https://code.alipay.com/cloud-ide/crew-dragon/commits/f878fe2cee93efdbc9dc8dbc3cc92442734637aa))
10+
* keybinding ([b20e865](https://code.alipay.com/cloud-ide/crew-dragon/commits/b20e865cc23bafd843d2f77bb62e528f00c9d24d))
11+
12+
13+
### Features
14+
15+
* 代理 StandaloneKeybindingService ([4838915](https://code.alipay.com/cloud-ide/crew-dragon/commits/4838915c38170c776273cf3c8dff284c07925207))
16+
* 代理 StandaloneKeybindingService ([b4be681](https://code.alipay.com/cloud-ide/crew-dragon/commits/b4be681070d4670cff56bf984784556f66159b4b))
17+
18+
19+
120
## [2.2.3](https://code.alipay.com/cloud-ide/crew-dragon/compare/v2.2.0...v2.2.3) (2023-03-06)
221

322

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alipay/alex",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
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.2.3",
3+
"version": "2.2.4",
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.2.3",
23-
"@alipay/alex-core": "2.2.3",
24-
"@alipay/alex-shared": "2.2.3",
22+
"@alipay/alex": "2.2.4",
23+
"@alipay/alex-core": "2.2.4",
24+
"@alipay/alex-shared": "2.2.4",
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.2.3",
3+
"version": "2.2.4",
44
"description": "@alipay/alex",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -72,15 +72,15 @@
7272
"@opensumi/ide-testing": "2.23.0",
7373
"@opensumi/ide-variable": "2.23.0",
7474
"@ali/kaitian-textmate-languages": "^2.7.0",
75-
"@alipay/alex-cli": "2.2.3",
76-
"@alipay/alex-code-api": "2.2.3",
77-
"@alipay/alex-core": "2.2.3",
78-
"@alipay/alex-registry": "2.2.3",
79-
"@alipay/alex-shared": "2.2.3",
80-
"@alipay/alex-code-service": "2.2.3",
81-
"@alipay/alex-i18n": "2.2.3",
82-
"@alipay/alex-lsif-service": "2.2.3",
83-
"@alipay/alex-plugin": "2.2.3",
75+
"@alipay/alex-cli": "2.2.4",
76+
"@alipay/alex-code-api": "2.2.4",
77+
"@alipay/alex-core": "2.2.4",
78+
"@alipay/alex-registry": "2.2.4",
79+
"@alipay/alex-shared": "2.2.4",
80+
"@alipay/alex-code-service": "2.2.4",
81+
"@alipay/alex-i18n": "2.2.4",
82+
"@alipay/alex-lsif-service": "2.2.4",
83+
"@alipay/alex-plugin": "2.2.4",
8484
"tslib": "^2.2.0"
8585
},
8686
"tnpm": {

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.2.3",
3+
"version": "2.2.4",
44
"description": "@alipay/alex-cli",
55
"main": "lib/commander.js",
66
"files": [
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@ali/ide-extension-installer": "^2.0.0",
22-
"@alipay/alex-shared": "2.2.3",
22+
"@alipay/alex-shared": "2.2.4",
2323
"@opensumi/ide-extension": "2.23.0",
2424
"commander": "^7.2.0",
2525
"fs-extra": "^9.0.1",

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.2.3",
3+
"version": "2.2.4",
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.2.3",
23-
"@alipay/alex-code-service": "2.2.3",
24-
"@alipay/alex-shared": "2.2.3",
22+
"@alipay/alex-core": "2.2.4",
23+
"@alipay/alex-code-service": "2.2.4",
24+
"@alipay/alex-shared": "2.2.4",
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.2.3",
3+
"version": "2.2.4",
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.2.3",
23-
"@alipay/alex-code-api": "2.2.3",
22+
"@alipay/alex-core": "2.2.4",
23+
"@alipay/alex-code-api": "2.2.4",
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.2.3",
3+
"version": "2.2.4",
44
"description": "core",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -28,8 +28,8 @@
2828
"@opensumi/ide-extension": "2.23.0",
2929
"@opensumi/ide-logs": "2.23.0",
3030
"@alipay/alex-browserfs": "~2.1.0",
31-
"@alipay/alex-registry": "2.2.3",
32-
"@alipay/alex-shared": "2.2.3",
31+
"@alipay/alex-registry": "2.2.4",
32+
"@alipay/alex-shared": "2.2.4",
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.2.3",
3+
"version": "2.2.4",
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.2.3",
23-
"@alipay/alex-shared": "2.2.3",
22+
"@alipay/alex-core": "2.2.4",
23+
"@alipay/alex-shared": "2.2.4",
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.2.3",
3+
"version": "2.2.4",
44
"description": "@alipay/alex-integrations",
55
"main": "lib/index.js",
66
"typing": "types/index.d.ts",
@@ -15,15 +15,15 @@
1515
"registry": "https://registry.npm.alibaba-inc.com"
1616
},
1717
"dependencies": {
18-
"@alipay/alex": "2.2.3",
19-
"@alipay/alex-acr": "2.2.3",
20-
"@alipay/alex-cli": "2.2.3",
21-
"@alipay/alex-code-api": "2.2.3",
22-
"@alipay/alex-code-service": "2.2.3",
23-
"@alipay/alex-core": "2.2.3",
24-
"@alipay/alex-i18n": "2.2.3",
25-
"@alipay/alex-lsif-service": "2.2.3",
26-
"@alipay/alex-shared": "2.2.3",
18+
"@alipay/alex": "2.2.4",
19+
"@alipay/alex-acr": "2.2.4",
20+
"@alipay/alex-cli": "2.2.4",
21+
"@alipay/alex-code-api": "2.2.4",
22+
"@alipay/alex-code-service": "2.2.4",
23+
"@alipay/alex-core": "2.2.4",
24+
"@alipay/alex-i18n": "2.2.4",
25+
"@alipay/alex-lsif-service": "2.2.4",
26+
"@alipay/alex-shared": "2.2.4",
2727
"@ant-design/icons": "~2.1.1",
2828
"ahooks": "2",
2929
"antd": "^3.20.3",

0 commit comments

Comments
 (0)