Skip to content

Commit

Permalink
chore(release): v1.4.2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Marty Mcfly committed Jun 11, 2018
1 parent e043f2e commit 641484e
Show file tree
Hide file tree
Showing 12 changed files with 59 additions and 11 deletions.
8 changes: 8 additions & 0 deletions 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.

<a name="1.4.2"></a>
## [1.4.2](https://github.com/zerkalica/zerollup/compare/v1.4.1...v1.4.2) (2018-06-11)




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

<a name="1.4.1"></a>
## [1.4.1](https://github.com/zerkalica/zerollup/compare/v1.4.0...v1.4.1) (2018-06-11)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"packages": [
"packages/*"
],
"version": "1.4.1"
"version": "1.4.2"
}
8 changes: 8 additions & 0 deletions packages/base-url/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.

<a name="1.4.2"></a>
## [1.4.2](https://github.com/zerkalica/zerollup/compare/v1.4.1...v1.4.2) (2018-06-11)




**Note:** Version bump only for package @zerollup/base-url

<a name="1.2.6"></a>
## [1.2.6](https://github.com/zerkalica/zerollup/compare/v1.2.5...v1.2.6) (2018-05-31)

Expand Down
2 changes: 1 addition & 1 deletion packages/base-url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerollup/base-url",
"version": "1.2.6",
"version": "1.4.2",
"license": "MIT",
"description": "Configure assets base url in runtime",
"author": {
Expand Down
8 changes: 8 additions & 0 deletions packages/helpers/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.

<a name="1.4.2"></a>
## [1.4.2](https://github.com/zerkalica/zerollup/compare/v1.4.1...v1.4.2) (2018-06-11)




**Note:** Version bump only for package @zerollup/helpers

<a name="1.4.1"></a>
## [1.4.1](https://github.com/zerkalica/zerollup/compare/v1.4.0...v1.4.1) (2018-06-11)

Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerollup/helpers",
"version": "1.4.1",
"version": "1.4.2",
"license": "MIT",
"description": "Zerollup helpers",
"author": {
Expand Down
8 changes: 8 additions & 0 deletions packages/rollup-plugin-assets/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.

<a name="1.4.2"></a>
## [1.4.2](https://github.com/zerkalica/zerollup/compare/v1.4.1...v1.4.2) (2018-06-11)




**Note:** Version bump only for package @zerollup/rollup-plugin-assets

<a name="1.4.1"></a>
## [1.4.1](https://github.com/zerkalica/zerollup/compare/v1.4.0...v1.4.1) (2018-06-11)

Expand Down
4 changes: 2 additions & 2 deletions packages/rollup-plugin-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerollup/rollup-plugin-assets",
"version": "1.4.1",
"version": "1.4.2",
"license": "MIT",
"description": "Rollup assets plugin",
"author": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"rollup": "=>0.57.1"
},
"dependencies": {
"@zerollup/helpers": "^1.4.1",
"@zerollup/helpers": "^1.4.2",
"fs-extra": "^6.0.1",
"rollup-pluginutils": "^2.3.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/rollup-plugin-template/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.

<a name="1.4.2"></a>
## [1.4.2](https://github.com/zerkalica/zerollup/compare/v1.4.1...v1.4.2) (2018-06-11)




**Note:** Version bump only for package @zerollup/rollup-plugin-template

<a name="1.4.1"></a>
## [1.4.1](https://github.com/zerkalica/zerollup/compare/v1.4.0...v1.4.1) (2018-06-11)

Expand Down
4 changes: 2 additions & 2 deletions packages/rollup-plugin-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerollup/rollup-plugin-template",
"version": "1.4.1",
"version": "1.4.2",
"license": "MIT",
"description": "Rollup template plugin",
"author": {
Expand Down Expand Up @@ -38,6 +38,6 @@
"rollup": "=>0.57.1"
},
"dependencies": {
"@zerollup/helpers": "^1.4.1"
"@zerollup/helpers": "^1.4.2"
}
}
8 changes: 8 additions & 0 deletions packages/rollup-preset-ts/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.

<a name="1.4.2"></a>
## [1.4.2](https://github.com/zerkalica/zerollup/compare/v1.4.1...v1.4.2) (2018-06-11)




**Note:** Version bump only for package @zerollup/rollup-preset-ts

<a name="1.4.1"></a>
## [1.4.1](https://github.com/zerkalica/zerollup/compare/v1.4.0...v1.4.1) (2018-06-11)

Expand Down
8 changes: 4 additions & 4 deletions packages/rollup-preset-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerollup/rollup-preset-ts",
"version": "1.4.1",
"version": "1.4.2",
"license": "MIT",
"description": "Universal rollup config preset",
"author": {
Expand Down Expand Up @@ -37,10 +37,10 @@
"typescript": "=>2.8.3"
},
"dependencies": {
"@zerollup/helpers": "^1.4.1",
"@zerollup/rollup-plugin-assets": "^1.4.1",
"@zerollup/helpers": "^1.4.2",
"@zerollup/rollup-plugin-assets": "^1.4.2",
"@zerollup/rollup-plugin-notify": "^1.2.6",
"@zerollup/rollup-plugin-template": "^1.4.1",
"@zerollup/rollup-plugin-template": "^1.4.2",
"@zerollup/ts-helpers": "^1.2.6",
"@zerollup/ts-transform-paths": "^1.2.6",
"rollup-plugin-commonjs": "^9.1.3",
Expand Down

0 comments on commit 641484e

Please sign in to comment.