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

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Dec 18, 2018
1 parent 9250fb7 commit 7f96e8d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
11 changes: 11 additions & 0 deletions core/poi/CHANGELOG.md
Original file line number Diff line number Diff line change
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.2.0](https://github.com/egoist/poi/compare/[email protected]@12.2.0) (2018-12-18)

### Bug Fixes

- Improve devServer config validation ([#504](https://github.com/egoist/poi/issues/504)) ([fd846b0](https://github.com/egoist/poi/commit/fd846b0))

### Features

- builtin support for ReasonML ([5dec683](https://github.com/egoist/poi/commit/5dec683))
- named imports for assets ([#505](https://github.com/egoist/poi/issues/505)) ([32f153a](https://github.com/egoist/poi/commit/32f153a))

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

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions core/poi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poi",
"version": "12.1.6",
"version": "12.2.0",
"main": "lib/index.js",
"bin": "bin/cli.js",
"description": "A zero-config bundler for JavaScript applications.",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@poi/logger": "^12.0.0",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^8.0.4",
"babel-plugin-assets-named-imports": "^0.1.0",
"babel-plugin-assets-named-imports": "^0.2.0",
"babel-plugin-macros": "^2.4.2",
"babel-plugin-transform-vue-jsx": "^4.0.0",
"cac": "^6.3.6",
Expand Down
10 changes: 10 additions & 0 deletions other-packages/babel-plugin-assets-named-imports/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0 (2018-12-18)

### Features

- named imports for assets ([#505](https://github.com/egoist/poi/issues/505)) ([32f153a](https://github.com/egoist/poi/commit/32f153a))
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "jest --env node"
},
"version": "0.1.0",
"version": "0.2.0",
"main": "index.js",
"files": [
"index.js"
Expand Down

0 comments on commit 7f96e8d

Please sign in to comment.