Skip to content

Commit 7dbe4b9

Browse files
authored
Release 1.3.1 (#923)
* feat: update official materials #922 * feat: update doctor codemod #902 * feat: update git url and readme #924 * feat: update ali registry #926 * feat: update sidebar-logo icon * fix: fail to update material source #921 * fix: components-helper version update #925
1 parent 0e2a21c commit 7dbe4b9

83 files changed

Lines changed: 422 additions & 449 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Hi! I’m really excited that you are interested in contributing to AppWorks. Be
2121
Clone repo and initialize the setup environment:
2222

2323
```bash
24-
$ git clone git@github.com:appworks-lab/pack.git
24+
$ git clone git@github.com:appworks-lab/appworks.git
2525
$ cd appworks && npm run setup # This will take about 20 minutes
2626

2727
# add dep to some package
@@ -114,7 +114,7 @@ Get a Personal Access Token:
114114

115115
Set Personal Access Token for Github Actions:
116116

117-
1. Visit [Actions secrets](https://github.com/appworks-lab/pack/settings/secrets/actions)
117+
1. Visit [Actions secrets](https://github.com/appworks-lab/appworks/settings/secrets/actions)
118118
2. Update `VSCE_TOKEN`:
119119
![](https://img.alicdn.com/imgextra/i2/O1CN01NpeNCf2558rTm9812_!!6000000007474-2-tps-2880-1754.png_790x10000.jpg)
120120

.github/DOCUMENT_SPECIFIC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
## License
4848

49-
[MIT](https://github.com/appworks-lab/pack/blob/master/LICENSE)
49+
[MIT](https://github.com/appworks-lab/appworks/blob/master/LICENSE)
5050
```
5151

5252
- When there is only one function, there is no need for a three-level title

.github/O2_SPECIFIC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AppWorks converts VS Code Pack to O2 Pack, this document describes the develop,
99
General O2 pack by following commands:
1010

1111
```bash
12-
$ git clone git@github.com:appworks-lab/pack.git
12+
$ git clone git@github.com:appworks-lab/appworks.git
1313
$ cd appworks/
1414
$ npm install
1515
# before run this script, modify `pushExtension2Npm` param which is in `./config.ts` to true when publish to tnpm

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- run: |
2020
npm run setup:packages
2121
npm run dependency:check
22+
npm run lint
2223
npm run test
2324
npm run coverage
2425
env:
@@ -28,3 +29,4 @@ jobs:
2829
uses: codecov/codecov-action@v1
2930
with:
3031
fail_ci_if_error: true
32+

.stylelintrc.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
const { getESLintConfig } = require('@iceworks/spec');
1+
const { getStylelintConfig } = require('@iceworks/spec');
22

3-
// getESLintConfig(rule: 'rax'|'react'|'vue', customConfig?);
4-
module.exports = getESLintConfig('react');
3+
module.exports = getStylelintConfig('rax');

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ English | [简体中文](./README.zh-CN.md)
1515
<a href="https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks"><img src="https://vsmarketplacebadge.apphb.com/installs-short/iceworks-team.iceworks.svg" /></a>
1616
<a href="https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks"><img src="https://vsmarketplacebadge.apphb.com/downloads-short/iceworks-team.iceworks.svg" /></a>
1717
<a href="https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks&ssr=false#review-details"><img src="https://vsmarketplacebadge.apphb.com/rating-star/iceworks-team.iceworks.svg" /></a>
18-
<a href="https://github.com/appworks-lab/pack/actions"><img src="https://github.com/appworks-lab/pack/workflows/ci/badge.svg" /></a>
19-
<a href="https://codecov.io/gh/appworks-lab/pack"><img src="https://img.shields.io/codecov/c/github/appworks-lab/pack/master.svg" alt="Test Coverage" /></a>
20-
<a href="https://github.com/appworks-lab/pack/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome" /></a>
18+
<a href="https://github.com/appworks-lab/appworks/actions"><img src="https://github.com/appworks-lab/appworks/workflows/ci/badge.svg" /></a>
19+
<a href="https://github.com/appworks-lab/appworks/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome" /></a>
2120
<a href="/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="GitHub license" /></a>
2221
</p>
2322

@@ -36,7 +35,7 @@ Use AppWorks to develop Universal Application quickly:
3635

3736
## Contributors
3837

39-
Feel free to report any questions as an [issue](https://github.com/appworks-lab/pack/issues/new), we'd love to have your helping hand on AppWorks.
38+
Feel free to report any questions as an [issue](https://github.com/appworks-lab/appworks/issues/new), we'd love to have your helping hand on AppWorks.
4039

4140
If you're interested in AppWorks, see [CONTRIBUTING.md](./.github/CONTRIBUTING.md) for more information to learn how to get started.
4241

README.zh-CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<a href="https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks"><img src="https://vsmarketplacebadge.apphb.com/installs-short/iceworks-team.iceworks.svg" /></a>
1616
<a href="https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks"><img src="https://vsmarketplacebadge.apphb.com/downloads-short/iceworks-team.iceworks.svg" /></a>
1717
<a href="https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks&ssr=false#review-details"><img src="https://vsmarketplacebadge.apphb.com/rating-star/iceworks-team.iceworks.svg" /></a>
18-
<a href="https://github.com/appworks-lab/pack/actions"><img src="https://github.com/appworks-lab/pack/workflows/ci/badge.svg" /></a>
18+
<a href="https://github.com/appworks-lab/appworks/actions"><img src="https://github.com/appworks-lab/appworks/workflows/ci/badge.svg" /></a>
1919
<a href="https://codecov.io/gh/appworks-lab/pack"><img src="https://img.shields.io/codecov/c/github/appworks-lab/pack/master.svg" alt="Test Coverage" /></a>
20-
<a href="https://github.com/appworks-lab/pack/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome" /></a>
20+
<a href="https://github.com/appworks-lab/appworks/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome" /></a>
2121
<a href="/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="GitHub license" /></a>
2222
</p>
2323

@@ -34,7 +34,7 @@
3434

3535
## 参与贡献
3636

37-
欢迎通过 [issue](https://github.com/appworks-lab/pack/issues/new) 反馈问题。
37+
欢迎通过 [issue](https://github.com/appworks-lab/appworks/issues/new) 反馈问题。
3838

3939
如果对 `AppWorks` 感兴趣,请参考 [CONTRIBUTING.md](./.github/CONTRIBUTING.md) 学习如何贡献代码。
4040

extensions/application-manager/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 1.0.4
4+
5+
- fix: fail to update the material source
6+
37
## 1.0.3
48

59
- fix: can not get project info in dashboard when in external

extensions/application-manager/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
English | [简体中文](https://github.com/appworks-lab/pack/blob/master/extensions/application-manager/README.zh-CN.md)
1+
English | [简体中文](https://github.com/appworks-lab/appworks/blob/master/extensions/application-manager/README.zh-CN.md)
22

33
# Application Manager
44

@@ -77,7 +77,7 @@ The dashboard shows some status of the current application. If your application
7777
2. Add a customize device or delete devices
7878
3. Select the custom device for debugging
7979

80-
For more information, please see [Reference Document](https://github.com/appworks-lab/pack/blob/master/extensions/application-manager/docs/debug.en.md)
80+
For more information, please see [Reference Document](https://github.com/appworks-lab/appworks/blob/master/extensions/application-manager/docs/debug.en.md)
8181

8282
### Node Dependencies
8383

extensions/application-manager/README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
简体中文 | [English](https://github.com/appworks-lab/pack/blob/master/extensions/application-manager/README.md)
1+
简体中文 | [English](https://github.com/appworks-lab/appworks/blob/master/extensions/application-manager/README.md)
22

33
# 应用管理器
44

@@ -79,7 +79,7 @@
7979
2. 添加或删除设备信息
8080
3. 选择自定义的设备进行调试
8181

82-
更多请看[参考文档](https://github.com/appworks-lab/pack/blob/master/extensions/application-manager/docs/debug.md)
82+
更多请看[参考文档](https://github.com/appworks-lab/appworks/blob/master/extensions/application-manager/docs/debug.md)
8383

8484
### 依赖信息视图
8585

0 commit comments

Comments
 (0)