Skip to content

Commit

Permalink
Release 1.5.0 (#964)
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
fyangstudio authored Oct 14, 2021
1 parent b23bcd7 commit 0b1c76e
Show file tree
Hide file tree
Showing 70 changed files with 327 additions and 190 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Hi! I’m really excited that you are interested in contributing to AppWorks. Be
Clone repo and initialize the setup environment:

```bash
$ git clone [email protected]:appworks-lab/appworks.git
$ git clone [email protected]:apptools-lab/appworks.git
$ cd appworks && npm run setup # This will take about 20 minutes

# add dep to some package
Expand Down Expand Up @@ -114,7 +114,7 @@ Get a Personal Access Token:

Set Personal Access Token for Github Actions:

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

Expand Down
2 changes: 1 addition & 1 deletion .github/DOCUMENT_SPECIFIC.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

## License

[MIT](https://github.com/appworks-lab/appworks/blob/master/LICENSE)
[MIT](https://github.com/apptools-lab/appworks/blob/master/LICENSE)
```

- When there is only one function, there is no need for a three-level title
Expand Down
2 changes: 1 addition & 1 deletion .github/O2_SPECIFIC.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ AppWorks converts VS Code Pack to O2 Pack, this document describes the develop,
General O2 pack by following commands:

```bash
$ git clone [email protected]:appworks-lab/appworks.git
$ git clone [email protected]:apptools-lab/appworks.git
$ cd appworks/
$ npm install
# before run this script, modify `pushExtension2Npm` param which is in `./config.ts` to true when publish to tnpm
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ English | [简体中文](./README.zh-CN.md)
<a href="https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks"><img src="https://vsmarketplacebadge.apphb.com/installs-short/iceworks-team.iceworks.svg" /></a>
<a href="https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks"><img src="https://vsmarketplacebadge.apphb.com/downloads-short/iceworks-team.iceworks.svg" /></a>
<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>
<a href="https://github.com/appworks-lab/appworks/actions"><img src="https://github.com/appworks-lab/appworks/workflows/ci/badge.svg" /></a>
<a href="https://github.com/appworks-lab/appworks/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome" /></a>
<a href="https://github.com/apptools-lab/appworks/actions"><img src="https://github.com/apptools-lab/appworks/workflows/ci/badge.svg" /></a>
<a href="https://github.com/apptools-lab/appworks/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome" /></a>
<a href="/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="GitHub license" /></a>
</p>

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

## Contributors

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.
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.

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

Expand Down
8 changes: 4 additions & 4 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<a href="https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks"><img src="https://vsmarketplacebadge.apphb.com/installs-short/iceworks-team.iceworks.svg" /></a>
<a href="https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks"><img src="https://vsmarketplacebadge.apphb.com/downloads-short/iceworks-team.iceworks.svg" /></a>
<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>
<a href="https://github.com/appworks-lab/appworks/actions"><img src="https://github.com/appworks-lab/appworks/workflows/ci/badge.svg" /></a>
<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>
<a href="https://github.com/appworks-lab/appworks/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome" /></a>
<a href="https://github.com/apptools-lab/appworks/actions"><img src="https://github.com/apptools-lab/appworks/workflows/ci/badge.svg" /></a>
<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>
<a href="https://github.com/apptools-lab/appworks/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome" /></a>
<a href="/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="GitHub license" /></a>
</p>

Expand All @@ -34,7 +34,7 @@

## 参与贡献

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

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

Expand Down
4 changes: 4 additions & 0 deletions extensions/application-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.0.9

- feat: update appworks-lab to apptools-lab

## 1.0.8

- feat: quick entries add 'doctor'
Expand Down
4 changes: 2 additions & 2 deletions extensions/application-manager/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
English | [简体中文](https://github.com/appworks-lab/appworks/blob/master/extensions/application-manager/README.zh-CN.md)
English | [简体中文](https://github.com/apptools-lab/appworks/blob/master/extensions/application-manager/README.zh-CN.md)

# Application Manager

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

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

### Node Dependencies

Expand Down
4 changes: 2 additions & 2 deletions extensions/application-manager/README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
简体中文 | [English](https://github.com/appworks-lab/appworks/blob/master/extensions/application-manager/README.md)
简体中文 | [English](https://github.com/apptools-lab/appworks/blob/master/extensions/application-manager/README.md)

# 应用管理器

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

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

### 依赖信息视图

Expand Down
8 changes: 4 additions & 4 deletions extensions/application-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Application Manager",
"description": "Quick view your Universal Application(React/Rax/Vue, etc).",
"publisher": "iceworks-team",
"version": "1.0.8",
"version": "1.0.9",
"engines": {
"vscode": "^1.41.0"
},
Expand Down Expand Up @@ -329,7 +329,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/appworks-lab/appworks.git"
"url": "https://github.com/apptools-lab/appworks.git"
},
"scripts": {
"vscode:prepublish": "rm -rf build && npm run build:web && npm run build:extension",
Expand Down Expand Up @@ -369,9 +369,9 @@
"iceworks-team.iceworks-doctor",
"iceworks-team.iceworks-project-creator"
],
"homepage": "https://github.com/appworks-lab/appworks/blob/master/extensions/application-manager/README.md",
"homepage": "https://github.com/apptools-lab/appworks/blob/master/extensions/application-manager/README.md",
"bugs": {
"url": "https://github.com/appworks-lab/appworks/issues",
"url": "https://github.com/apptools-lab/appworks/issues",
"email": "[email protected]"
}
}
2 changes: 1 addition & 1 deletion extensions/application-manager/src/debugConfig/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface IDebugConfig {
function writeConfigFile(filePath: string, config: IDebugConfig) {
fs.writeFileSync(
filePath,
'// See https://github.com/appworks-lab/appworks/blob/master/extensions/application-manager/docs/debug.md \n' +
'// See https://github.com/apptools-lab/appworks/blob/master/extensions/application-manager/docs/debug.md \n' +
'// for the documentation about the AppWorks debug \n' +
`${JSON.stringify(config, null, ' ')}`,
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"description": "轻量级模板,使用 TypeScript,仅包含基础的 Layout。",
"type": "react",
"framework": "icejs",
"path": "/Users/xuwentao/Documents/www/github/appworks-lab/pack",
"path": "/Users/xuwentao/Documents/www/github/apptools-lab/pack",
"feedbackLink": "http://www.taobao.com"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"repository": "https://github.com/appworks-lab/appworks",
"repository": "https://github.com/apptools-lab/appworks",
"branch": "feat/test",
"isGit": true
}
2 changes: 1 addition & 1 deletion extensions/application-manager/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
},
"repository": {
"type": "git",
"url": "https://github.com/appworks-lab/appworks.git"
"url": "https://github.com/apptools-lab/appworks.git"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Information = () => {
title: intl.formatMessage({ id: 'web.applicationManager.Welcome.Information.updates.title' }),
description: intl.formatMessage({ id: 'web.applicationManager.Welcome.Information.updates.desc' }),
linkName: intl.formatMessage({ id: 'web.applicationManager.Welcome.Information.updates.link' }),
link: 'https://github.com/appworks-lab/appworks/releases',
link: 'https://github.com/apptools-lab/appworks/releases',
},
];

Expand Down
Loading

0 comments on commit 0b1c76e

Please sign in to comment.