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 Apr 30, 2020
1 parent 9401965 commit a969ba3
Show file tree
Hide file tree
Showing 22 changed files with 117 additions and 16 deletions.
8 changes: 8 additions & 0 deletions core/dev-utils/CHANGELOG.md
Expand Up @@ -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/[email protected]...@poi/[email protected]) (2020-04-30)

**Note:** Version bump only for package @poi/dev-utils





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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion core/dev-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@poi/dev-utils",
"version": "12.1.3",
"version": "12.1.4",
"publishConfig": {
"access": "public"
},
Expand Down
12 changes: 12 additions & 0 deletions core/poi/CHANGELOG.md
Expand Up @@ -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/[email protected]@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/[email protected]@12.7.5) (2019-12-19)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions 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.",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": [
Expand Down
8 changes: 8 additions & 0 deletions core/test-utils/CHANGELOG.md
Expand Up @@ -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/[email protected]...@poi/[email protected]) (2020-04-30)

**Note:** Version bump only for package @poi/test-utils





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

**Note:** Version bump only for package @poi/test-utils
2 changes: 1 addition & 1 deletion core/test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@poi/test-utils",
"version": "12.0.1",
"version": "12.0.2",
"files": [
"*.js"
],
Expand Down
8 changes: 8 additions & 0 deletions create-poi-app/CHANGELOG.md
Expand Up @@ -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/[email protected]@12.2.1) (2020-04-30)

**Note:** Version bump only for package create-poi-app





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

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
8 changes: 8 additions & 0 deletions other-packages/babel-plugin-assets-named-imports/CHANGELOG.md
Expand Up @@ -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@[email protected]) (2020-04-30)

**Note:** Version bump only for package babel-plugin-assets-named-imports





# 0.2.0 (2018-12-18)

### Features
Expand Down
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "jest --env node"
},
"version": "0.2.0",
"version": "0.2.1",
"main": "index.js",
"files": [
"index.js"
Expand Down
11 changes: 11 additions & 0 deletions plugins/astroturf/CHANGELOG.md
Expand Up @@ -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/[email protected]...@poi/[email protected]) (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/[email protected]...@poi/[email protected]) (2019-07-27)

**Note:** Version bump only for package @poi/plugin-astroturf
Expand Down
4 changes: 2 additions & 2 deletions 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"
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"devDependencies": {
"@poi/test-utils": "^12.0.1",
"@poi/test-utils": "^12.0.2",
"astroturf": "^0.9.2"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions plugins/eslint/CHANGELOG.md
Expand Up @@ -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/[email protected]...@poi/[email protected]) (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/[email protected]...@poi/[email protected]) (2019-12-13)

**Note:** Version bump only for package @poi/plugin-eslint
2 changes: 1 addition & 1 deletion 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"
Expand Down
8 changes: 8 additions & 0 deletions plugins/html-entry/CHANGELOG.md
Expand Up @@ -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/[email protected]...@poi/[email protected]) (2020-04-30)

**Note:** Version bump only for package @poi/plugin-html-entry





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

### Bug Fixes
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.1",
"version": "0.2.2",
"main": "lib/index.js",
"files": [
"lib"
Expand Down
8 changes: 8 additions & 0 deletions plugins/karma/CHANGELOG.md
Expand Up @@ -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/[email protected]...@poi/[email protected]) (2020-04-30)

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





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

**Note:** Version bump only for package @poi/plugin-karma
Expand Down
2 changes: 1 addition & 1 deletion plugins/karma/package.json
@@ -1,6 +1,6 @@
{
"name": "@poi/plugin-karma",
"version": "13.0.3",
"version": "13.0.4",
"publishConfig": {
"access": "public"
},
Expand Down
11 changes: 11 additions & 0 deletions plugins/typescript/CHANGELOG.md
Expand Up @@ -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/[email protected]...@poi/[email protected]) (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/[email protected]...@poi/[email protected]) (2020-03-18)

### Features
Expand Down
2 changes: 1 addition & 1 deletion plugins/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@poi/plugin-typescript",
"version": "12.3.0",
"version": "12.3.1",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions plugins/vue-static/CHANGELOG.md
Expand Up @@ -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/[email protected]...@poi/[email protected]) (2020-04-30)

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





## [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
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit a969ba3

Please sign in to comment.