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 19, 2020
1 parent c0bc250 commit 041e319
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 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.10.0](https://github.com/egoist/poi/compare/[email protected]@12.10.0) (2020-08-19)

### Features

- **react:** Add react-refresh support ([#736](https://github.com/egoist/poi/issues/736)) ([c9d76e6](https://github.com/egoist/poi/commit/c9d76e6)), closes [#734](https://github.com/egoist/poi/issues/734)

# [12.9.0](https://github.com/egoist/poi/compare/[email protected]@12.9.0) (2020-07-13)

### Features
Expand Down
8 changes: 4 additions & 4 deletions core/poi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poi",
"version": "12.9.0",
"version": "12.10.0",
"main": "lib/index.js",
"bin": "bin/cli.js",
"description": "A zero-config bundler for JavaScript applications.",
Expand Down Expand Up @@ -29,6 +29,7 @@
"@babel/preset-typescript": "^7.1.0",
"@babel/runtime": "^7.1.5",
"@intervolga/optimize-cssnano-plugin": "^1.0.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.1",
"@poi/dev-utils": "^12.1.5",
"@poi/logger": "^12.0.0",
"@poi/plugin-html-entry": "^0.2.3",
Expand Down Expand Up @@ -59,6 +60,7 @@
"ora": "^3.0.0",
"postcss-loader": "^3.0.0",
"pretty-ms": "^4.0.0",
"react-refresh": "^0.8.3",
"resolve-from": "^5.0.0",
"string-width": "^4.1.0",
"superstruct": "^0.6.0",
Expand All @@ -72,9 +74,7 @@
"webpack": "^4.26.0",
"webpack-chain": "^6.4.0",
"webpack-dev-server": "^3.8.2",
"webpack-merge": "^4.1.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.1",
"react-refresh": "^0.8.3"
"webpack-merge": "^4.1.4"
},
"xo": false,
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions create-poi-app/CHANGELOG.md
Original file line number Diff line number Diff line change
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.2.1](https://github.com/egoist/poi/compare/[email protected].0[email protected].1) (2020-04-30)
## [12.2.2](https://github.com/egoist/poi/compare/[email protected].1[email protected].2) (2020-08-19)

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

## [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)

Expand Down
2 changes: 1 addition & 1 deletion create-poi-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-poi-app",
"version": "12.2.1",
"version": "12.2.2",
"license": "MIT",
"files": [
"bin",
Expand Down

0 comments on commit 041e319

Please sign in to comment.