Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @poi/dev-utils@12.1.5
 - poi@12.9.0
 - @poi/plugin-html-entry@0.2.3
 - @poi/plugin-puppet@0.1.6
  • Loading branch information
egoist committed Jul 13, 2020
1 parent 22d4e13 commit f102e22
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 17 deletions.
6 changes: 3 additions & 3 deletions core/dev-utils/CHANGELOG.md
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion core/dev-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@poi/dev-utils",
"version": "12.1.4",
"version": "12.1.5",
"publishConfig": {
"access": "public"
},
Expand Down
11 changes: 6 additions & 5 deletions core/poi/CHANGELOG.md
Expand Up @@ -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)

Expand Down
6 changes: 3 additions & 3 deletions 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.",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions plugins/html-entry/CHANGELOG.md
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down
4 changes: 4 additions & 0 deletions plugins/puppet/CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/puppet/package.json
@@ -1,6 +1,6 @@
{
"name": "@poi/plugin-puppet",
"version": "0.1.5",
"version": "0.1.6",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit f102e22

Please sign in to comment.