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 Jan 22, 2019
1 parent ca7686d commit 20b6e46
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 4 deletions.
6 changes: 6 additions & 0 deletions core/poi/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.4.6](https://github.com/egoist/poi/compare/[email protected]@12.4.6) (2019-01-22)

### Bug Fixes

- execute plugins after validating config ([ca7686d](https://github.com/egoist/poi/commit/ca7686d)), closes [#530](https://github.com/egoist/poi/issues/530)

## [12.4.5](https://github.com/egoist/poi/compare/[email protected]@12.4.5) (2019-01-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion core/poi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poi",
"version": "12.4.5",
"version": "12.4.6",
"main": "lib/index.js",
"bin": "bin/cli.js",
"description": "A zero-config bundler for JavaScript applications.",
Expand Down
6 changes: 6 additions & 0 deletions plugins/karma/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.

## [13.0.2](https://github.com/egoist/poi/compare/@poi/[email protected]...@poi/[email protected]) (2019-01-22)

### Bug Fixes

- execute plugins after validating config ([ca7686d](https://github.com/egoist/poi/commit/ca7686d)), closes [#530](https://github.com/egoist/poi/issues/530)

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion plugins/karma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poi/plugin-karma",
"version": "13.0.1",
"version": "13.0.2",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions plugins/puppet/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.1.4](https://github.com/egoist/poi/compare/@poi/[email protected]...@poi/[email protected]) (2019-01-22)

### Bug Fixes

- execute plugins after validating config ([ca7686d](https://github.com/egoist/poi/commit/ca7686d)), closes [#530](https://github.com/egoist/poi/issues/530)

## [0.1.3](https://github.com/egoist/poi/compare/@poi/[email protected]...@poi/[email protected]) (2018-12-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion plugins/puppet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poi/plugin-puppet",
"version": "0.1.3",
"version": "0.1.4",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions plugins/vue-static/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.0.6](https://github.com/egoist/poi/compare/@poi/[email protected]...@poi/[email protected]) (2019-01-22)

### Bug Fixes

- execute plugins after validating config ([ca7686d](https://github.com/egoist/poi/commit/ca7686d)), closes [#530](https://github.com/egoist/poi/issues/530)

## [12.0.5](https://github.com/egoist/poi/compare/@poi/[email protected]...@poi/[email protected]) (2019-01-02)

### 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.5",
"version": "12.0.6",
"main": "lib/index.js",
"files": [
"lib"
Expand Down

0 comments on commit 20b6e46

Please sign in to comment.