Skip to content

Commit

Permalink
Merge pull request #5375 from alibaba/release/1.18.6
Browse files Browse the repository at this point in the history
release/1.18.6
  • Loading branch information
luhc228 authored Jun 27, 2022
2 parents 62ec0a6 + 0f60b13 commit 82e13b5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/icejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ice.js",
"version": "1.18.5",
"version": "1.18.6",
"description": "command line interface and builtin plugin for icejs",
"author": "[email protected]",
"homepage": "",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@alib/build-scripts": "^0.1.13",
"build-plugin-app-core": "1.4.10",
"build-plugin-app-core": "1.4.11",
"build-plugin-helmet": "1.0.2",
"build-plugin-ice-auth": "1.7.4",
"build-plugin-ice-config": "1.8.2",
Expand All @@ -38,7 +38,7 @@
"chalk": "^4.1.0",
"chokidar": "^3.3.1",
"commander": "^5.0.0",
"create-cli-utils": "0.1.5",
"create-cli-utils": "0.1.6",
"detect-port": "^1.3.0",
"inquirer": "^7.1.0",
"yargs-parser": "^18.1.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/plugin-app-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.4.11

- fix: prettier format import/export order

## 1.4.10

- [fix] globby pattern do not support path of win32
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-app-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-plugin-app-core",
"version": "1.4.10",
"version": "1.4.11",
"description": "the core plugin for icejs and raxjs.",
"author": "[email protected]",
"homepage": "",
Expand Down Expand Up @@ -42,4 +42,4 @@
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-app-core"
},
"gitHead": "07ac7bb07162aac8c90778dd1de4a2060f8df498"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Below comments are used to skip prettier-plugin-organize-imports
// see https://www.npmjs.com/package/prettier-plugin-organize-imports

// organize-imports-ignore

<%- imports %>

<% if (exports) { %>
Expand Down

0 comments on commit 82e13b5

Please sign in to comment.