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.3
Browse files Browse the repository at this point in the history
  • Loading branch information
herschel666 committed Feb 24, 2020
1 parent 3e71f18 commit bc0e3a4
Show file tree
Hide file tree
Showing 16 changed files with 97 additions and 21 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.3](https://github.com/untool/untool/compare/v2.1.2...v2.1.3) (2020-02-24)


### Bug Fixes

* update dependency serialize-javascript to v3 ([1e0aadb](https://github.com/untool/untool/commit/1e0aadb51e90c95435ed3370af2e48d68fa3f121))
* **core:** allow to ignore certain presets through "ignoredPresets" ([1dc9422](https://github.com/untool/untool/commit/1dc942266cd47d2d496afafcec405b3130624719)), closes [#580](https://github.com/untool/untool/issues/580)
* **react:** set data-mounted attribute after hydration ([566a3a5](https://github.com/untool/untool/commit/566a3a55d631f89113acc7c5390123688310cda6))





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


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.2",
"version": "2.1.3",
"registry": "https://registry.npmjs.org/",
"command": {
"version": {
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.3](https://github.com/untool/untool/compare/v2.1.2...v2.1.3) (2020-02-24)


### Bug Fixes

* **core:** allow to ignore certain presets through "ignoredPresets" ([1dc9422](https://github.com/untool/untool/commit/1dc942266cd47d2d496afafcec405b3130624719)), closes [#580](https://github.com/untool/untool/issues/580)





## [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
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.2",
"version": "2.1.3",
"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.3](https://github.com/untool/untool/compare/v2.1.2...v2.1.3) (2020-02-24)

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





## [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
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.2",
"version": "2.1.3",
"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.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",
"@untool/core": "^2.1.3",
"@untool/express": "^2.1.3",
"@untool/info": "^2.1.3",
"@untool/react": "^2.1.3",
"@untool/webpack": "^2.1.3",
"@untool/yargs": "^2.1.3",
"mixinable": "^4.0.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/express/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.3](https://github.com/untool/untool/compare/v2.1.2...v2.1.3) (2020-02-24)

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





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


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.2",
"version": "2.1.3",
"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.2",
"@untool/yargs": "^2.1.3",
"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.3](https://github.com/untool/untool/compare/v2.1.2...v2.1.3) (2020-02-24)

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





## [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
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.2",
"version": "2.1.3",
"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.2",
"@untool/core": "^2.1.3",
"chalk": "^3.0.0",
"duplitect": "^2.0.1",
"enhanced-resolve": "^4.1.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/react/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.3](https://github.com/untool/untool/compare/v2.1.2...v2.1.3) (2020-02-24)


### Bug Fixes

* update dependency serialize-javascript to v3 ([1e0aadb](https://github.com/untool/untool/commit/1e0aadb51e90c95435ed3370af2e48d68fa3f121))
* **react:** set data-mounted attribute after hydration ([566a3a5](https://github.com/untool/untool/commit/566a3a55d631f89113acc7c5390123688310cda6))





## [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
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.2",
"version": "2.1.3",
"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.2",
"@untool/core": "^2.1.3",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"clone": "^2.1.2",
"depd": "^2.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/webpack/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.3](https://github.com/untool/untool/compare/v2.1.2...v2.1.3) (2020-02-24)

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





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


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.2",
"version": "2.1.3",
"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.2",
"@untool/express": "^2.1.2",
"@untool/yargs": "^2.1.2",
"@untool/core": "^2.1.3",
"@untool/express": "^2.1.3",
"@untool/yargs": "^2.1.3",
"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.3](https://github.com/untool/untool/compare/v2.1.2...v2.1.3) (2020-02-24)

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





## [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
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.2",
"version": "2.1.3",
"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.2",
"@untool/core": "^2.1.3",
"is-plain-obj": "^2.0.0",
"mixinable": "^4.0.0",
"yargs": "^13.0.0"
Expand Down

0 comments on commit bc0e3a4

Please sign in to comment.