Skip to content

Commit 0b1c76e

Browse files
authored
Release 1.5.0 (#964)
* Feat add auto import for CSS Modules file (#961) * Feat update appworks-lab to apptools-lab (#963) * feat: init * feat: update * feat: update version (#966)
1 parent b23bcd7 commit 0b1c76e

70 files changed

Lines changed: 327 additions & 190 deletions

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/appworks.git
24+
$ git clone git@github.com:apptools-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/appworks/settings/secrets/actions)
117+
1. Visit [Actions secrets](https://github.com/apptools-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/appworks/blob/master/LICENSE)
49+
[MIT](https://github.com/apptools-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/appworks.git
12+
$ git clone git@github.com:apptools-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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +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/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>
18+
<a href="https://github.com/apptools-lab/appworks/actions"><img src="https://github.com/apptools-lab/appworks/workflows/ci/badge.svg" /></a>
19+
<a href="https://github.com/apptools-lab/appworks/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome" /></a>
2020
<a href="/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="GitHub license" /></a>
2121
</p>
2222

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

3636
## Contributors
3737

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.
38+
Feel free to report any questions as an [issue](https://github.com/apptools-lab/appworks/issues/new), we'd love to have your helping hand on AppWorks.
3939

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

README.zh-CN.md

Lines changed: 4 additions & 4 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/appworks/actions"><img src="https://github.com/appworks-lab/appworks/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/appworks/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome" /></a>
18+
<a href="https://github.com/apptools-lab/appworks/actions"><img src="https://github.com/apptools-lab/appworks/workflows/ci/badge.svg" /></a>
19+
<a href="https://codecov.io/gh/apptools-lab/pack"><img src="https://img.shields.io/codecov/c/github/apptools-lab/pack/master.svg" alt="Test Coverage" /></a>
20+
<a href="https://github.com/apptools-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/appworks/issues/new) 反馈问题。
37+
欢迎通过 [issue](https://github.com/apptools-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.9
4+
5+
- feat: update appworks-lab to apptools-lab
6+
37
## 1.0.8
48

59
- feat: quick entries add 'doctor'

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/appworks/blob/master/extensions/application-manager/README.zh-CN.md)
1+
English | [简体中文](https://github.com/apptools-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/appworks/blob/master/extensions/application-manager/docs/debug.en.md)
80+
For more information, please see [Reference Document](https://github.com/apptools-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/appworks/blob/master/extensions/application-manager/README.md)
1+
简体中文 | [English](https://github.com/apptools-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/appworks/blob/master/extensions/application-manager/docs/debug.md)
82+
更多请看[参考文档](https://github.com/apptools-lab/appworks/blob/master/extensions/application-manager/docs/debug.md)
8383

8484
### 依赖信息视图
8585

extensions/application-manager/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Application Manager",
44
"description": "Quick view your Universal Application(React/Rax/Vue, etc).",
55
"publisher": "iceworks-team",
6-
"version": "1.0.8",
6+
"version": "1.0.9",
77
"engines": {
88
"vscode": "^1.41.0"
99
},
@@ -329,7 +329,7 @@
329329
},
330330
"repository": {
331331
"type": "git",
332-
"url": "https://github.com/appworks-lab/appworks.git"
332+
"url": "https://github.com/apptools-lab/appworks.git"
333333
},
334334
"scripts": {
335335
"vscode:prepublish": "rm -rf build && npm run build:web && npm run build:extension",
@@ -369,9 +369,9 @@
369369
"iceworks-team.iceworks-doctor",
370370
"iceworks-team.iceworks-project-creator"
371371
],
372-
"homepage": "https://github.com/appworks-lab/appworks/blob/master/extensions/application-manager/README.md",
372+
"homepage": "https://github.com/apptools-lab/appworks/blob/master/extensions/application-manager/README.md",
373373
"bugs": {
374-
"url": "https://github.com/appworks-lab/appworks/issues",
374+
"url": "https://github.com/apptools-lab/appworks/issues",
375375
"email": "iceworksteam@163.com"
376376
}
377377
}

extensions/application-manager/src/debugConfig/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export interface IDebugConfig {
1919
function writeConfigFile(filePath: string, config: IDebugConfig) {
2020
fs.writeFileSync(
2121
filePath,
22-
'// See https://github.com/appworks-lab/appworks/blob/master/extensions/application-manager/docs/debug.md \n' +
22+
'// See https://github.com/apptools-lab/appworks/blob/master/extensions/application-manager/docs/debug.md \n' +
2323
'// for the documentation about the AppWorks debug \n' +
2424
`${JSON.stringify(config, null, ' ')}`,
2525
);

0 commit comments

Comments
 (0)