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

Commit

Permalink
chore: release v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
herschel666 committed Feb 14, 2020
1 parent 2d5d206 commit b800fa0
Show file tree
Hide file tree
Showing 16 changed files with 96 additions and 21 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [2.1.2](https://github.com/untool/untool/compare/v2.1.1...v2.1.2) (2020-02-14)


### Bug Fixes

* update dependency pretty-ms to v6 ([1f5ebb5](https://github.com/untool/untool/commit/1f5ebb536a6666b35f09572973ff359c1ffe6b07))
* **webpack:** have file-loader imports emit CommonJS syntax ([#574](https://github.com/untool/untool/issues/574)) ([2d5d206](https://github.com/untool/untool/commit/2d5d206961656eaac9cc6b5a0e35982d34c6d045))





## [2.1.1](https://github.com/untool/untool/compare/v2.1.0...v2.1.1) (2020-02-07)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.1.1",
"version": "2.1.2",
"registry": "https://registry.npmjs.org/",
"command": {
"version": {
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [2.1.2](https://github.com/untool/untool/compare/v2.1.1...v2.1.2) (2020-02-14)

**Note:** Version bump only for package @untool/core





## [2.1.1](https://github.com/untool/untool/compare/v2.1.0...v2.1.1) (2020-02-07)

**Note:** Version bump only for package @untool/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@untool/core",
"version": "2.1.1",
"version": "2.1.2",
"description": "untool core",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/dist/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [2.1.2](https://github.com/untool/untool/compare/v2.1.1...v2.1.2) (2020-02-14)

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





## [2.1.1](https://github.com/untool/untool/compare/v2.1.0...v2.1.1) (2020-02-07)

**Note:** Version bump only for package untool
Expand Down
14 changes: 7 additions & 7 deletions packages/dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "untool",
"version": "2.1.1",
"version": "2.1.2",
"description": "javascript tooling platform",
"jsnext": "lib/runtime.js",
"bin": {
Expand All @@ -23,12 +23,12 @@
},
"homepage": "https://github.com/untool/untool#readme",
"dependencies": {
"@untool/core": "^2.1.1",
"@untool/express": "^2.1.1",
"@untool/info": "^2.1.1",
"@untool/react": "^2.1.1",
"@untool/webpack": "^2.1.1",
"@untool/yargs": "^2.1.1",
"@untool/core": "^2.1.2",
"@untool/express": "^2.1.2",
"@untool/info": "^2.1.2",
"@untool/react": "^2.1.2",
"@untool/webpack": "^2.1.2",
"@untool/yargs": "^2.1.2",
"mixinable": "^4.0.0"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/express/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.

## [2.1.2](https://github.com/untool/untool/compare/v2.1.1...v2.1.2) (2020-02-14)


### Bug Fixes

* update dependency pretty-ms to v6 ([1f5ebb5](https://github.com/untool/untool/commit/1f5ebb536a6666b35f09572973ff359c1ffe6b07))





## [2.1.1](https://github.com/untool/untool/compare/v2.1.0...v2.1.1) (2020-02-07)

**Note:** Version bump only for package @untool/express
Expand Down
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@untool/express",
"version": "2.1.1",
"version": "2.1.2",
"description": "untool express mixin",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
},
"homepage": "https://github.com/untool/untool#readme",
"dependencies": {
"@untool/yargs": "^2.1.1",
"@untool/yargs": "^2.1.2",
"chalk": "^3.0.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/info/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [2.1.2](https://github.com/untool/untool/compare/v2.1.1...v2.1.2) (2020-02-14)

**Note:** Version bump only for package @untool/info





## [2.1.1](https://github.com/untool/untool/compare/v2.1.0...v2.1.1) (2020-02-07)

**Note:** Version bump only for package @untool/info
Expand Down
4 changes: 2 additions & 2 deletions packages/info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@untool/info",
"version": "2.1.1",
"version": "2.1.2",
"description": "untool info mixin",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
},
"homepage": "https://github.com/untool/untool#readme",
"dependencies": {
"@untool/core": "^2.1.1",
"@untool/core": "^2.1.2",
"chalk": "^3.0.0",
"duplitect": "^2.0.1",
"enhanced-resolve": "^4.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [2.1.2](https://github.com/untool/untool/compare/v2.1.1...v2.1.2) (2020-02-14)

**Note:** Version bump only for package @untool/react





## [2.1.1](https://github.com/untool/untool/compare/v2.1.0...v2.1.1) (2020-02-07)

**Note:** Version bump only for package @untool/react
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@untool/react",
"version": "2.1.1",
"version": "2.1.2",
"description": "untool react mixin",
"browser": "lib/runtime.js",
"server": "lib/runtime.js",
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"@babel/core": "^7.7.0",
"@babel/preset-react": "^7.7.0",
"@untool/core": "^2.1.1",
"@untool/core": "^2.1.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"clone": "^2.1.2",
"depd": "^2.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [2.1.2](https://github.com/untool/untool/compare/v2.1.1...v2.1.2) (2020-02-14)


### Bug Fixes

* update dependency pretty-ms to v6 ([1f5ebb5](https://github.com/untool/untool/commit/1f5ebb536a6666b35f09572973ff359c1ffe6b07))
* **webpack:** have file-loader imports emit CommonJS syntax ([#574](https://github.com/untool/untool/issues/574)) ([2d5d206](https://github.com/untool/untool/commit/2d5d206961656eaac9cc6b5a0e35982d34c6d045))





## [2.1.1](https://github.com/untool/untool/compare/v2.1.0...v2.1.1) (2020-02-07)


Expand Down
8 changes: 4 additions & 4 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@untool/webpack",
"version": "2.1.1",
"version": "2.1.2",
"description": "untool webpack mixin",
"repository": {
"type": "git",
Expand All @@ -19,9 +19,9 @@
"@babel/core": "^7.7.0",
"@babel/plugin-syntax-dynamic-import": "^7.7.0",
"@babel/preset-env": "^7.7.0",
"@untool/core": "^2.1.1",
"@untool/express": "^2.1.1",
"@untool/yargs": "^2.1.1",
"@untool/core": "^2.1.2",
"@untool/express": "^2.1.2",
"@untool/yargs": "^2.1.2",
"babel-loader": "^8.0.6",
"babel-plugin-dynamic-import-node": "^2.3.0",
"caniuse-lite": "^1.0.30000898",
Expand Down
8 changes: 8 additions & 0 deletions packages/yargs/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [2.1.2](https://github.com/untool/untool/compare/v2.1.1...v2.1.2) (2020-02-14)

**Note:** Version bump only for package @untool/yargs





## [2.1.1](https://github.com/untool/untool/compare/v2.1.0...v2.1.1) (2020-02-07)

**Note:** Version bump only for package @untool/yargs
Expand Down
4 changes: 2 additions & 2 deletions packages/yargs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@untool/yargs",
"version": "2.1.1",
"version": "2.1.2",
"description": "untool yargs mixin",
"bin": {
"un": "./index.js"
Expand All @@ -19,7 +19,7 @@
},
"homepage": "https://github.com/untool/untool#readme",
"dependencies": {
"@untool/core": "^2.1.1",
"@untool/core": "^2.1.2",
"is-plain-obj": "^2.0.0",
"mixinable": "^4.0.0",
"yargs": "^13.0.0"
Expand Down

0 comments on commit b800fa0

Please sign in to comment.