From 22d3faa7cf2f87e647adc25879a9d2cf31565b99 Mon Sep 17 00:00:00 2001 From: yangfan <18767120422@163.com> Date: Wed, 13 Oct 2021 14:54:33 +0800 Subject: [PATCH] feat: update version --- extensions/application-manager/CHANGELOG.md | 4 ++++ extensions/application-manager/package.json | 2 +- extensions/appworks/CHANGELOG.md | 5 +++++ extensions/appworks/package.json | 2 +- extensions/codemod/CHANGELOG.md | 4 ++++ extensions/codemod/package.json | 2 +- extensions/material-helper/CHANGELOG.md | 4 ++++ extensions/material-helper/package.json | 2 +- extensions/project-creator/CHANGELOG.md | 4 ++++ extensions/project-creator/package.json | 2 +- extensions/react-generator/CHANGELOG.md | 4 ++++ extensions/react-generator/package.json | 2 +- extensions/react-refactor/CHANGELOG.md | 4 ++++ extensions/react-refactor/package.json | 2 +- extensions/time-master/CHANGELOG.md | 4 ++++ extensions/time-master/package.json | 2 +- 16 files changed, 41 insertions(+), 8 deletions(-) diff --git a/extensions/application-manager/CHANGELOG.md b/extensions/application-manager/CHANGELOG.md index fb77224d9..aa195eb4f 100644 --- a/extensions/application-manager/CHANGELOG.md +++ b/extensions/application-manager/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 1.0.9 + +- feat: update appworks-lab to apptools-lab + ## 1.0.8 - feat: quick entries add 'doctor' diff --git a/extensions/application-manager/package.json b/extensions/application-manager/package.json index da9cab52c..2e290e367 100644 --- a/extensions/application-manager/package.json +++ b/extensions/application-manager/package.json @@ -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" }, diff --git a/extensions/appworks/CHANGELOG.md b/extensions/appworks/CHANGELOG.md index 717b0aa30..1aad3f837 100644 --- a/extensions/appworks/CHANGELOG.md +++ b/extensions/appworks/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## [1.5.0](https://github.com/apptools-lab/appworks/releases/tag/v1.5.0) + +- feat: add auto import for CSS Modules file [#961](https://github.com/apptools-lab/appworks/pull/961) +- feat: update appworks-lab to apptools-lab [#963](https://github.com/apptools-lab/appworks/pull/963) + ## [1.4.2](https://github.com/apptools-lab/appworks/releases/tag/v1.4.2) - feat: add quick entries for 'doctor' [#953](https://github.com/apptools-lab/appworks/pull/953) diff --git a/extensions/appworks/package.json b/extensions/appworks/package.json index f9554bb50..8d33eea24 100644 --- a/extensions/appworks/package.json +++ b/extensions/appworks/package.json @@ -3,7 +3,7 @@ "displayName": "AppWorks", "description": "Application Development Pack, provide visualization and intelligent technology to build Universal Application faster and better, support Web / H5 / MiniProgram(小程序) Application.", "publisher": "iceworks-team", - "version": "1.4.2", + "version": "1.5.0", "engines": { "vscode": "^1.41.0" }, diff --git a/extensions/codemod/CHANGELOG.md b/extensions/codemod/CHANGELOG.md index 549f40081..2e5bf29fd 100644 --- a/extensions/codemod/CHANGELOG.md +++ b/extensions/codemod/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 1.0.2 + +- feat: update appworks-lab to apptools-lab + ## 1.0.1 - chore: update webview icon diff --git a/extensions/codemod/package.json b/extensions/codemod/package.json index e67e8728c..1fc5d1f00 100644 --- a/extensions/codemod/package.json +++ b/extensions/codemod/package.json @@ -3,7 +3,7 @@ "displayName": "CodeMod", "description": "CodeMod(Code Modify) is a tool to assist you with large-scale codebase refactors that can be partially automated but still require human oversight and occasional intervention.", "publisher": "iceworks-team", - "version": "1.0.1", + "version": "1.0.2", "engines": { "vscode": "^1.41.0" }, diff --git a/extensions/material-helper/CHANGELOG.md b/extensions/material-helper/CHANGELOG.md index 764cda5fc..88c6d2893 100644 --- a/extensions/material-helper/CHANGELOG.md +++ b/extensions/material-helper/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 1.1.2 + +- feat: update appworks-lab to apptools-lab + ## 1.1.1 - feat: support select different component type diff --git a/extensions/material-helper/package.json b/extensions/material-helper/package.json index 48eade251..5277c3011 100644 --- a/extensions/material-helper/package.json +++ b/extensions/material-helper/package.json @@ -3,7 +3,7 @@ "displayName": "Component Helper", "description": "Easily use Component in React/Vue/Rax.", "publisher": "iceworks-team", - "version": "1.1.1", + "version": "1.1.2", "main": "./build/extension.js", "engines": { "vscode": "^1.41.0" diff --git a/extensions/project-creator/CHANGELOG.md b/extensions/project-creator/CHANGELOG.md index 4dd9c4013..f329969cc 100644 --- a/extensions/project-creator/CHANGELOG.md +++ b/extensions/project-creator/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.7 + +- feat: update appworks-lab to apptools-lab + ## 1.0.6 - fix: remove loop extensionDependencies diff --git a/extensions/project-creator/package.json b/extensions/project-creator/package.json index 85fd946ee..a02543ed7 100644 --- a/extensions/project-creator/package.json +++ b/extensions/project-creator/package.json @@ -3,7 +3,7 @@ "displayName": "Application Creator", "description": "Quick create a Universal Application(React/Rax/Vue, etc).", "publisher": "iceworks-team", - "version": "1.0.6", + "version": "1.0.7", "engines": { "vscode": "^1.41.0" }, diff --git a/extensions/react-generator/CHANGELOG.md b/extensions/react-generator/CHANGELOG.md index 6fd16c2fb..25cffab47 100644 --- a/extensions/react-generator/CHANGELOG.md +++ b/extensions/react-generator/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 1.0.1 + +- feat: update appworks-lab to apptools-lab + ## 1.0.0 Release 1.0.0 \ No newline at end of file diff --git a/extensions/react-generator/package.json b/extensions/react-generator/package.json index fab808140..70764f9fd 100644 --- a/extensions/react-generator/package.json +++ b/extensions/react-generator/package.json @@ -4,7 +4,7 @@ "description": "Easily create React/Rax boilerplate code.", "publisher": "iceworks-team", "icon": "assets/logo.png", - "version": "1.0.0", + "version": "1.0.1", "engines": { "vscode": "^1.41.0" }, diff --git a/extensions/react-refactor/CHANGELOG.md b/extensions/react-refactor/CHANGELOG.md index 14ac43671..2af520f19 100644 --- a/extensions/react-refactor/CHANGELOG.md +++ b/extensions/react-refactor/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 1.0.3 + +- feat: update appworks-lab to apptools-lab + ## 1.0.2 - fix: remove referenced identifiers in ArrayPattern and ObjectPattern diff --git a/extensions/react-refactor/package.json b/extensions/react-refactor/package.json index 834e5a1b7..f5a28d559 100644 --- a/extensions/react-refactor/package.json +++ b/extensions/react-refactor/package.json @@ -4,7 +4,7 @@ "description": "Easily refactor Component in React/Rax.", "publisher": "iceworks-team", "icon": "assets/logo.png", - "version": "1.0.2", + "version": "1.0.3", "engines": { "vscode": "^1.41.0" }, diff --git a/extensions/time-master/CHANGELOG.md b/extensions/time-master/CHANGELOG.md index 8c6c4df54..c877e2579 100644 --- a/extensions/time-master/CHANGELOG.md +++ b/extensions/time-master/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 1.0.3 + +- feat: update appworks-lab to apptools-lab + ## 1.0.2 - feat: add `enableDataAnalysisServices` configuration diff --git a/extensions/time-master/package.json b/extensions/time-master/package.json index ab15f6e02..ac714d9b4 100644 --- a/extensions/time-master/package.json +++ b/extensions/time-master/package.json @@ -3,7 +3,7 @@ "displayName": "Time Master", "description": "Metrics, insights, and time tracking automatically generated from your programming activity.", "publisher": "iceworks-team", - "version": "1.0.2", + "version": "1.0.3", "engines": { "vscode": "^1.41.0" },