From a969ba3f6b20183c4270aa5da133ef4200f92ee5 Mon Sep 17 00:00:00 2001 From: EGOIST <0x142857@gmail.com> Date: Thu, 30 Apr 2020 21:18:09 +0800 Subject: [PATCH] chore(release): publish - @poi/dev-utils@12.1.4 - poi@12.8.0 - @poi/test-utils@12.0.2 - create-poi-app@12.2.1 - babel-plugin-assets-named-imports@0.2.1 - @poi/plugin-astroturf@0.2.0 - @poi/plugin-eslint@12.1.0 - @poi/plugin-html-entry@0.2.2 - @poi/plugin-karma@13.0.4 - @poi/plugin-typescript@12.3.1 - @poi/plugin-vue-static@12.0.9 --- core/dev-utils/CHANGELOG.md | 8 ++++++++ core/dev-utils/package.json | 2 +- core/poi/CHANGELOG.md | 12 ++++++++++++ core/poi/package.json | 10 +++++----- core/test-utils/CHANGELOG.md | 8 ++++++++ core/test-utils/package.json | 2 +- create-poi-app/CHANGELOG.md | 8 ++++++++ create-poi-app/package.json | 2 +- .../babel-plugin-assets-named-imports/CHANGELOG.md | 8 ++++++++ .../babel-plugin-assets-named-imports/package.json | 2 +- plugins/astroturf/CHANGELOG.md | 11 +++++++++++ plugins/astroturf/package.json | 4 ++-- plugins/eslint/CHANGELOG.md | 11 +++++++++++ plugins/eslint/package.json | 2 +- plugins/html-entry/CHANGELOG.md | 8 ++++++++ plugins/html-entry/package.json | 2 +- plugins/karma/CHANGELOG.md | 8 ++++++++ plugins/karma/package.json | 2 +- plugins/typescript/CHANGELOG.md | 11 +++++++++++ plugins/typescript/package.json | 2 +- plugins/vue-static/CHANGELOG.md | 8 ++++++++ plugins/vue-static/package.json | 2 +- 22 files changed, 117 insertions(+), 16 deletions(-) diff --git a/core/dev-utils/CHANGELOG.md b/core/dev-utils/CHANGELOG.md index afda152b..7d7ec2f1 100644 --- a/core/dev-utils/CHANGELOG.md +++ b/core/dev-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.1.4](https://github.com/egoist/poi/compare/@poi/dev-utils@12.1.3...@poi/dev-utils@12.1.4) (2020-04-30) + +**Note:** Version bump only for package @poi/dev-utils + + + + + ## [12.1.3](https://github.com/egoist/poi/compare/@poi/dev-utils@12.1.2...@poi/dev-utils@12.1.3) (2019-08-09) ### Bug Fixes diff --git a/core/dev-utils/package.json b/core/dev-utils/package.json index f6fe7d89..8ef119b5 100644 --- a/core/dev-utils/package.json +++ b/core/dev-utils/package.json @@ -1,6 +1,6 @@ { "name": "@poi/dev-utils", - "version": "12.1.3", + "version": "12.1.4", "publishConfig": { "access": "public" }, diff --git a/core/poi/CHANGELOG.md b/core/poi/CHANGELOG.md index 739f88fd..2aed7b6e 100644 --- a/core/poi/CHANGELOG.md +++ b/core/poi/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [12.8.0](https://github.com/egoist/poi/compare/poi@12.7.5...poi@12.8.0) (2020-04-30) + + +### Features + +* CSS modules should export camelCased names ([#585](https://github.com/egoist/poi/issues/585)) ([5567a8c](https://github.com/egoist/poi/commit/5567a8c)) +* **babel:** Add optional chaining support to default babel preset ([#682](https://github.com/egoist/poi/issues/682)) ([745c66b](https://github.com/egoist/poi/commit/745c66b)) + + + + + ## [12.7.5](https://github.com/egoist/poi/compare/poi@12.7.4...poi@12.7.5) (2019-12-19) ### Bug Fixes diff --git a/core/poi/package.json b/core/poi/package.json index 13d024f8..3c1cd6ef 100644 --- a/core/poi/package.json +++ b/core/poi/package.json @@ -1,6 +1,6 @@ { "name": "poi", - "version": "12.7.5", + "version": "12.8.0", "main": "lib/index.js", "bin": "bin/cli.js", "description": "A zero-config bundler for JavaScript applications.", @@ -29,13 +29,13 @@ "@babel/preset-typescript": "^7.1.0", "@babel/runtime": "^7.1.5", "@intervolga/optimize-cssnano-plugin": "^1.0.6", - "@poi/dev-utils": "^12.1.3", + "@poi/dev-utils": "^12.1.4", "@poi/logger": "^12.0.0", - "@poi/plugin-html-entry": "^0.2.1", + "@poi/plugin-html-entry": "^0.2.2", "@poi/pnp-webpack-plugin": "^0.0.2", "babel-helper-vue-jsx-merge-props": "^2.0.3", "babel-loader": "^8.0.4", - "babel-plugin-assets-named-imports": "^0.2.0", + "babel-plugin-assets-named-imports": "^0.2.1", "babel-plugin-macros": "^2.4.2", "babel-plugin-transform-vue-jsx": "^4.0.0", "cac": "^6.3.12", @@ -76,7 +76,7 @@ }, "xo": false, "devDependencies": { - "@poi/test-utils": "^12.0.1", + "@poi/test-utils": "^12.0.2", "vue-template-compiler": "^2.5.21" }, "keywords": [ diff --git a/core/test-utils/CHANGELOG.md b/core/test-utils/CHANGELOG.md index 61636725..394b3fb8 100644 --- a/core/test-utils/CHANGELOG.md +++ b/core/test-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.0.2](https://github.com/egoist/poi/compare/@poi/test-utils@12.0.1...@poi/test-utils@12.0.2) (2020-04-30) + +**Note:** Version bump only for package @poi/test-utils + + + + + ## [12.0.1](https://github.com/egoist/poi/compare/@poi/test-utils@12.0.0...@poi/test-utils@12.0.1) (2019-07-27) **Note:** Version bump only for package @poi/test-utils diff --git a/core/test-utils/package.json b/core/test-utils/package.json index 24205a42..3546990e 100644 --- a/core/test-utils/package.json +++ b/core/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@poi/test-utils", - "version": "12.0.1", + "version": "12.0.2", "files": [ "*.js" ], diff --git a/create-poi-app/CHANGELOG.md b/create-poi-app/CHANGELOG.md index f7d5e401..da1fc680 100644 --- a/create-poi-app/CHANGELOG.md +++ b/create-poi-app/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.2.1](https://github.com/egoist/poi/compare/create-poi-app@12.2.0...create-poi-app@12.2.1) (2020-04-30) + +**Note:** Version bump only for package create-poi-app + + + + + # [12.2.0](https://github.com/egoist/poi/compare/create-poi-app@12.1.2...create-poi-app@12.2.0) (2019-07-03) ### Features diff --git a/create-poi-app/package.json b/create-poi-app/package.json index 17b4ec70..9c9f52ef 100644 --- a/create-poi-app/package.json +++ b/create-poi-app/package.json @@ -1,6 +1,6 @@ { "name": "create-poi-app", - "version": "12.2.0", + "version": "12.2.1", "license": "MIT", "files": [ "bin", diff --git a/other-packages/babel-plugin-assets-named-imports/CHANGELOG.md b/other-packages/babel-plugin-assets-named-imports/CHANGELOG.md index 75af1f2a..8d1fe352 100644 --- a/other-packages/babel-plugin-assets-named-imports/CHANGELOG.md +++ b/other-packages/babel-plugin-assets-named-imports/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.1](https://github.com/egoist/poi/compare/babel-plugin-assets-named-imports@0.2.0...babel-plugin-assets-named-imports@0.2.1) (2020-04-30) + +**Note:** Version bump only for package babel-plugin-assets-named-imports + + + + + # 0.2.0 (2018-12-18) ### Features diff --git a/other-packages/babel-plugin-assets-named-imports/package.json b/other-packages/babel-plugin-assets-named-imports/package.json index 17212583..b642edcd 100644 --- a/other-packages/babel-plugin-assets-named-imports/package.json +++ b/other-packages/babel-plugin-assets-named-imports/package.json @@ -6,7 +6,7 @@ "scripts": { "test": "jest --env node" }, - "version": "0.2.0", + "version": "0.2.1", "main": "index.js", "files": [ "index.js" diff --git a/plugins/astroturf/CHANGELOG.md b/plugins/astroturf/CHANGELOG.md index d10d6e01..178721dc 100644 --- a/plugins/astroturf/CHANGELOG.md +++ b/plugins/astroturf/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/egoist/poi/compare/@poi/plugin-astroturf@0.1.1...@poi/plugin-astroturf@0.2.0) (2020-04-30) + + +### Features + +* CSS modules should export camelCased names ([#585](https://github.com/egoist/poi/issues/585)) ([5567a8c](https://github.com/egoist/poi/commit/5567a8c)) + + + + + ## [0.1.1](https://github.com/egoist/poi/compare/@poi/plugin-astroturf@0.1.0...@poi/plugin-astroturf@0.1.1) (2019-07-27) **Note:** Version bump only for package @poi/plugin-astroturf diff --git a/plugins/astroturf/package.json b/plugins/astroturf/package.json index 5262bef5..55131a8f 100644 --- a/plugins/astroturf/package.json +++ b/plugins/astroturf/package.json @@ -1,6 +1,6 @@ { "name": "@poi/plugin-astroturf", - "version": "0.1.1", + "version": "0.2.0", "main": "index.js", "files": [ "index.js" @@ -13,7 +13,7 @@ }, "license": "MIT", "devDependencies": { - "@poi/test-utils": "^12.0.1", + "@poi/test-utils": "^12.0.2", "astroturf": "^0.9.2" }, "peerDependencies": { diff --git a/plugins/eslint/CHANGELOG.md b/plugins/eslint/CHANGELOG.md index b96a1128..cc77ebcb 100644 --- a/plugins/eslint/CHANGELOG.md +++ b/plugins/eslint/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [12.1.0](https://github.com/egoist/poi/compare/@poi/plugin-eslint@12.0.1...@poi/plugin-eslint@12.1.0) (2020-04-30) + + +### Features + +* **eslint:** Pass `loaderOptions` to `eslint-loader` ([#668](https://github.com/egoist/poi/issues/668)) ([9401965](https://github.com/egoist/poi/commit/9401965)) + + + + + ## [12.0.1](https://github.com/egoist/poi/compare/@poi/plugin-eslint@12.0.0...@poi/plugin-eslint@12.0.1) (2019-12-13) **Note:** Version bump only for package @poi/plugin-eslint diff --git a/plugins/eslint/package.json b/plugins/eslint/package.json index 4a48bae5..7d329970 100644 --- a/plugins/eslint/package.json +++ b/plugins/eslint/package.json @@ -1,6 +1,6 @@ { "name": "@poi/plugin-eslint", - "version": "12.0.1", + "version": "12.1.0", "main": "index.js", "files": [ "index.js" diff --git a/plugins/html-entry/CHANGELOG.md b/plugins/html-entry/CHANGELOG.md index c70bf49a..5c9ceefc 100644 --- a/plugins/html-entry/CHANGELOG.md +++ b/plugins/html-entry/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.2](https://github.com/egoist/poi/compare/@poi/plugin-html-entry@0.2.1...@poi/plugin-html-entry@0.2.2) (2020-04-30) + +**Note:** Version bump only for package @poi/plugin-html-entry + + + + + ## [0.2.1](https://github.com/egoist/poi/compare/@poi/plugin-html-entry@0.2.0...@poi/plugin-html-entry@0.2.1) (2019-08-09) ### Bug Fixes diff --git a/plugins/html-entry/package.json b/plugins/html-entry/package.json index c6120787..4493bcce 100644 --- a/plugins/html-entry/package.json +++ b/plugins/html-entry/package.json @@ -1,6 +1,6 @@ { "name": "@poi/plugin-html-entry", - "version": "0.2.1", + "version": "0.2.2", "main": "lib/index.js", "files": [ "lib" diff --git a/plugins/karma/CHANGELOG.md b/plugins/karma/CHANGELOG.md index 59b30c08..722372e1 100644 --- a/plugins/karma/CHANGELOG.md +++ b/plugins/karma/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [13.0.4](https://github.com/egoist/poi/compare/@poi/plugin-karma@13.0.3...@poi/plugin-karma@13.0.4) (2020-04-30) + +**Note:** Version bump only for package @poi/plugin-karma + + + + + ## [13.0.3](https://github.com/egoist/poi/compare/@poi/plugin-karma@13.0.2...@poi/plugin-karma@13.0.3) (2019-07-27) **Note:** Version bump only for package @poi/plugin-karma diff --git a/plugins/karma/package.json b/plugins/karma/package.json index 6b101dd2..a8da96df 100644 --- a/plugins/karma/package.json +++ b/plugins/karma/package.json @@ -1,6 +1,6 @@ { "name": "@poi/plugin-karma", - "version": "13.0.3", + "version": "13.0.4", "publishConfig": { "access": "public" }, diff --git a/plugins/typescript/CHANGELOG.md b/plugins/typescript/CHANGELOG.md index 4a0f7dda..6bf213d2 100644 --- a/plugins/typescript/CHANGELOG.md +++ b/plugins/typescript/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.3.1](https://github.com/egoist/poi/compare/@poi/plugin-typescript@12.3.0...@poi/plugin-typescript@12.3.1) (2020-04-30) + + +### Bug Fixes + +* **typescript:** Don't set `transpileOnly` in parallel mode ([#573](https://github.com/egoist/poi/issues/573)) ([823c0c2](https://github.com/egoist/poi/commit/823c0c2)) + + + + + # [12.3.0](https://github.com/egoist/poi/compare/@poi/plugin-typescript@12.2.1...@poi/plugin-typescript@12.3.0) (2020-03-18) ### Features diff --git a/plugins/typescript/package.json b/plugins/typescript/package.json index 0006ad44..a85548fd 100644 --- a/plugins/typescript/package.json +++ b/plugins/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@poi/plugin-typescript", - "version": "12.3.0", + "version": "12.3.1", "publishConfig": { "access": "public" }, diff --git a/plugins/vue-static/CHANGELOG.md b/plugins/vue-static/CHANGELOG.md index 1d0b2adb..5b3a2b7a 100644 --- a/plugins/vue-static/CHANGELOG.md +++ b/plugins/vue-static/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.0.9](https://github.com/egoist/poi/compare/@poi/plugin-vue-static@12.0.8...@poi/plugin-vue-static@12.0.9) (2020-04-30) + +**Note:** Version bump only for package @poi/plugin-vue-static + + + + + ## [12.0.8](https://github.com/egoist/poi/compare/@poi/plugin-vue-static@12.0.7...@poi/plugin-vue-static@12.0.8) (2019-08-09) **Note:** Version bump only for package @poi/plugin-vue-static diff --git a/plugins/vue-static/package.json b/plugins/vue-static/package.json index 3b438743..4e8ac9d9 100644 --- a/plugins/vue-static/package.json +++ b/plugins/vue-static/package.json @@ -1,6 +1,6 @@ { "name": "@poi/plugin-vue-static", - "version": "12.0.8", + "version": "12.0.9", "main": "lib/index.js", "files": [ "lib"