Skip to content

Commit

Permalink
fix: change version for publishing extensions local (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
luhc228 authored Jun 22, 2020
1 parent 0cbd5ed commit 398827c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion extensions/iceworks-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 0.1.30
## 0.1.31

- Fix: Not show the welcome when the current workspace is not React or Rax App.

Expand Down
4 changes: 2 additions & 2 deletions extensions/iceworks-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Iceworks App",
"description": "Universal Application Development Extension.",
"publisher": "iceworks-team",
"version": "0.1.30",
"version": "0.1.31",
"engines": {
"vscode": "^1.41.0"
},
Expand Down Expand Up @@ -333,4 +333,4 @@
"iceworks-team.iceworks-component-builder",
"iceworks-team.iceworks-page-builder"
]
}
}
2 changes: 1 addition & 1 deletion extensions/iceworks-project-creator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 0.1.4
## 0.1.5
- style: better styles of the webview
- feat: Support select GitLab group and check the GitLab Repo name

Expand Down
2 changes: 1 addition & 1 deletion extensions/iceworks-project-creator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Iceworks Project Creator",
"description": "Quick create a Universal Application project(React/Rax/Vue, etc).",
"publisher": "iceworks-team",
"version": "0.1.4",
"version": "0.1.5",
"engines": {
"vscode": "^1.41.0"
},
Expand Down

0 comments on commit 398827c

Please sign in to comment.