diff --git a/core/dev-utils/CHANGELOG.md b/core/dev-utils/CHANGELOG.md index 7d7ec2f1..9a7cb56e 100644 --- a/core/dev-utils/CHANGELOG.md +++ b/core/dev-utils/CHANGELOG.md @@ -3,13 +3,13 @@ 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) +## [12.1.5](https://github.com/egoist/poi/compare/@poi/dev-utils@12.1.4...@poi/dev-utils@12.1.5) (2020-07-13) **Note:** Version bump only for package @poi/dev-utils +## [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) diff --git a/core/dev-utils/package.json b/core/dev-utils/package.json index 9576b40a..17470cc3 100644 --- a/core/dev-utils/package.json +++ b/core/dev-utils/package.json @@ -1,6 +1,6 @@ { "name": "@poi/dev-utils", - "version": "12.1.4", + "version": "12.1.5", "publishConfig": { "access": "public" }, diff --git a/core/poi/CHANGELOG.md b/core/poi/CHANGELOG.md index 2aed7b6e..c0e81c7f 100644 --- a/core/poi/CHANGELOG.md +++ b/core/poi/CHANGELOG.md @@ -3,17 +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) - +# [12.9.0](https://github.com/egoist/poi/compare/poi@12.8.0...poi@12.9.0) (2020-07-13) ### 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)) - +- **vue:** add vue 3 support ([22d4e13](https://github.com/egoist/poi/commit/22d4e13)) +# [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) diff --git a/core/poi/package.json b/core/poi/package.json index ffa4246a..7d4d4e69 100644 --- a/core/poi/package.json +++ b/core/poi/package.json @@ -1,6 +1,6 @@ { "name": "poi", - "version": "12.8.0", + "version": "12.9.0", "main": "lib/index.js", "bin": "bin/cli.js", "description": "A zero-config bundler for JavaScript applications.", @@ -29,9 +29,9 @@ "@babel/preset-typescript": "^7.1.0", "@babel/runtime": "^7.1.5", "@intervolga/optimize-cssnano-plugin": "^1.0.6", - "@poi/dev-utils": "^12.1.4", + "@poi/dev-utils": "^12.1.5", "@poi/logger": "^12.0.0", - "@poi/plugin-html-entry": "^0.2.2", + "@poi/plugin-html-entry": "^0.2.3", "@poi/pnp-webpack-plugin": "^0.0.2", "babel-helper-vue-jsx-merge-props": "^2.0.3", "babel-loader": "^8.0.4", diff --git a/plugins/html-entry/CHANGELOG.md b/plugins/html-entry/CHANGELOG.md index 5c9ceefc..22259e48 100644 --- a/plugins/html-entry/CHANGELOG.md +++ b/plugins/html-entry/CHANGELOG.md @@ -3,13 +3,13 @@ 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) +## [0.2.3](https://github.com/egoist/poi/compare/@poi/plugin-html-entry@0.2.2...@poi/plugin-html-entry@0.2.3) (2020-07-13) **Note:** Version bump only for package @poi/plugin-html-entry +## [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) diff --git a/plugins/html-entry/package.json b/plugins/html-entry/package.json index 2e6e5bb9..e043c302 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.2", + "version": "0.2.3", "main": "lib/index.js", "files": [ "lib" diff --git a/plugins/puppet/CHANGELOG.md b/plugins/puppet/CHANGELOG.md index 6f097af6..252f4507 100644 --- a/plugins/puppet/CHANGELOG.md +++ b/plugins/puppet/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.6](https://github.com/egoist/poi/compare/@poi/plugin-puppet@0.1.5...@poi/plugin-puppet@0.1.6) (2020-07-13) + +**Note:** Version bump only for package @poi/plugin-puppet + ## [0.1.5](https://github.com/egoist/poi/compare/@poi/plugin-puppet@0.1.4...@poi/plugin-puppet@0.1.5) (2019-07-27) **Note:** Version bump only for package @poi/plugin-puppet diff --git a/plugins/puppet/package.json b/plugins/puppet/package.json index 3dfa9338..4d6128ea 100644 --- a/plugins/puppet/package.json +++ b/plugins/puppet/package.json @@ -1,6 +1,6 @@ { "name": "@poi/plugin-puppet", - "version": "0.1.5", + "version": "0.1.6", "publishConfig": { "access": "public" },