Skip to content

Commit

Permalink
hotfix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinhui authored Aug 31, 2020
2 parents 46a4a57 + 348d4cb commit d0fea8b
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 4 deletions.
3 changes: 3 additions & 0 deletions extensions/iceworks-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

# 0.4.8
- fix: build error

# 0.4.7
- feat: auto focus field
- chore: quick entries title and detail
Expand Down
2 changes: 1 addition & 1 deletion extensions/iceworks-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Iceworks Application Viewer",
"description": "Quick view your Universal Application(React/Rax/Vue, etc).",
"publisher": "iceworks-team",
"version": "0.4.7",
"version": "0.4.8",
"engines": {
"vscode": "^1.41.0"
},
Expand Down
2 changes: 1 addition & 1 deletion extensions/iceworks-app/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
autoSetContext as autoSetContextByProject,
} from '@iceworks/project-service';
import { Recorder, recordDAU } from '@iceworks/recorder';
import { initExtension, checkIsAliInternal, registerCommand } from '@iceworks/common-service';
import { initExtension, registerCommand } from '@iceworks/common-service';
import { createNpmScriptsTreeView } from './views/npmScriptsView';
import { createNodeDependenciesTreeView } from './views/nodeDependenciesView';
import { createComponentsTreeView } from './views/componentsView';
Expand Down
4 changes: 4 additions & 0 deletions extensions/iceworks-material-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

# 0.3.3

- fix: build error

## 0.3.2

- fix: open material settings fallback to VS Code Setings
Expand Down
2 changes: 1 addition & 1 deletion extensions/iceworks-material-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "React Component Helper",
"description": "Easily use Component in React/Rax.",
"publisher": "iceworks-team",
"version": "0.3.2",
"version": "0.3.3",
"main": "./build/extension.js",
"engines": {
"vscode": "^1.41.0"
Expand Down
4 changes: 4 additions & 0 deletions extensions/iceworks-ui-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

# 0.1.9

- fix: build error

## 0.1.8

- feat: support create page
Expand Down
2 changes: 1 addition & 1 deletion extensions/iceworks-ui-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Iceworks UI Builder",
"description": "Build UI by low-code way",
"publisher": "iceworks-team",
"version": "0.1.8",
"version": "0.1.9",
"engines": {
"vscode": "^1.41.0"
},
Expand Down

0 comments on commit d0fea8b

Please sign in to comment.