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
  • Loading branch information
egoist committed Aug 9, 2019
1 parent 91dfd21 commit 4d8df64
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 6 deletions.
6 changes: 6 additions & 0 deletions core/dev-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [12.1.3](https://github.com/egoist/poi/compare/@poi/[email protected]...@poi/[email protected]) (2019-08-09)

### Bug Fixes

- keep the trailing slash of `output.publicUrl` ([#612](https://github.com/egoist/poi/issues/612)) ([56bd612](https://github.com/egoist/poi/commit/56bd612))

## [12.1.2](https://github.com/egoist/poi/compare/@poi/[email protected]...@poi/[email protected]) (2019-07-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion core/dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poi/dev-utils",
"version": "12.1.2",
"version": "12.1.3",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 4 additions & 0 deletions core/poi/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [12.7.2](https://github.com/egoist/poi/compare/[email protected]@12.7.2) (2019-08-09)

**Note:** Version bump only for package poi

## [12.7.1](https://github.com/egoist/poi/compare/[email protected]@12.7.1) (2019-07-27)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions core/poi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poi",
"version": "12.7.1",
"version": "12.7.2",
"main": "lib/index.js",
"bin": "bin/cli.js",
"description": "A zero-config bundler for JavaScript applications.",
Expand Down Expand Up @@ -28,9 +28,9 @@
"@babel/preset-typescript": "^7.1.0",
"@babel/runtime": "^7.1.5",
"@intervolga/optimize-cssnano-plugin": "^1.0.6",
"@poi/dev-utils": "^12.1.2",
"@poi/dev-utils": "^12.1.3",
"@poi/logger": "^12.0.0",
"@poi/plugin-html-entry": "^0.2.0",
"@poi/plugin-html-entry": "^0.2.1",
"@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: 6 additions & 0 deletions plugins/html-entry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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/@poi/[email protected]...@poi/[email protected]) (2019-08-09)

### Bug Fixes

- **html-entry:** fix json assets support in html entry ([#619](https://github.com/egoist/poi/issues/619)) ([91dfd21](https://github.com/egoist/poi/commit/91dfd21))

# [0.2.0](https://github.com/egoist/poi/compare/@poi/[email protected]...@poi/[email protected]) (2019-05-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion plugins/html-entry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poi/plugin-html-entry",
"version": "0.2.0",
"version": "0.2.1",
"main": "lib/index.js",
"files": [
"lib"
Expand Down
4 changes: 4 additions & 0 deletions plugins/vue-static/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [12.0.8](https://github.com/egoist/poi/compare/@poi/[email protected]...@poi/[email protected]) (2019-08-09)

**Note:** Version bump only for package @poi/plugin-vue-static

## [12.0.7](https://github.com/egoist/poi/compare/@poi/[email protected]...@poi/[email protected]) (2019-03-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion plugins/vue-static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poi/plugin-vue-static",
"version": "12.0.7",
"version": "12.0.8",
"main": "lib/index.js",
"files": [
"lib"
Expand Down

0 comments on commit 4d8df64

Please sign in to comment.