Skip to content

Commit

Permalink
chore(release): v1.7.10 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Marty Mcfly committed Jan 11, 2020
1 parent f770398 commit e475cd0
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 7 deletions.
11 changes: 11 additions & 0 deletions 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.

## [1.7.10](https://github.com/zerkalica/zerollup/compare/v1.7.9...v1.7.10) (2020-01-11)


### Bug Fixes

* **ts-helpers:** Original relative path should be preferred over mapped, closes [#24](https://github.com/zerkalica/zerollup/issues/24) ([f770398](https://github.com/zerkalica/zerollup/commit/f770398cba977c44bcda2841f4a3ba984deab7b0))





## [1.7.9](https://github.com/zerkalica/zerollup/compare/v1.7.8...v1.7.9) (2019-12-22)

**Note:** Version bump only for package zerollup
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.7.9"
"version": "1.7.10"
}
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.

## [1.7.10](https://github.com/zerkalica/zerollup/compare/v1.7.9...v1.7.10) (2020-01-11)

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





## [1.7.9](https://github.com/zerkalica/zerollup/compare/v1.7.8...v1.7.9) (2019-12-22)

**Note:** Version bump only for package @zerollup/rollup-preset-ts
Expand Down
6 changes: 3 additions & 3 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.7.9",
"version": "1.7.10",
"license": "MIT",
"description": "Universal rollup config preset",
"author": {
Expand Down Expand Up @@ -41,8 +41,8 @@
"@zerollup/rollup-plugin-assets": "^1.7.4",
"@zerollup/rollup-plugin-notify": "^1.7.4",
"@zerollup/rollup-plugin-template": "^1.7.6",
"@zerollup/ts-helpers": "^1.7.4",
"@zerollup/ts-transform-paths": "^1.7.9",
"@zerollup/ts-helpers": "^1.7.10",
"@zerollup/ts-transform-paths": "^1.7.10",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-livereload": "^1.0.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/ts-helpers/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.

## [1.7.10](https://github.com/zerkalica/zerollup/compare/v1.7.9...v1.7.10) (2020-01-11)


### Bug Fixes

* **ts-helpers:** Original relative path should be preferred over mapped, closes [#24](https://github.com/zerkalica/zerollup/issues/24) ([f770398](https://github.com/zerkalica/zerollup/commit/f770398cba977c44bcda2841f4a3ba984deab7b0))





## [1.7.4](https://github.com/zerkalica/zerollup/compare/v1.7.3...v1.7.4) (2019-11-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/ts-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerollup/ts-helpers",
"version": "1.7.4",
"version": "1.7.10",
"license": "MIT",
"description": "Ts transform plugins helpers",
"author": {
Expand Down
8 changes: 8 additions & 0 deletions packages/ts-transform-paths/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.

## [1.7.10](https://github.com/zerkalica/zerollup/compare/v1.7.9...v1.7.10) (2020-01-11)

**Note:** Version bump only for package @zerollup/ts-transform-paths





## [1.7.9](https://github.com/zerkalica/zerollup/compare/v1.7.8...v1.7.9) (2019-12-22)

**Note:** Version bump only for package @zerollup/ts-transform-paths
Expand Down
4 changes: 2 additions & 2 deletions packages/ts-transform-paths/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerollup/ts-transform-paths",
"version": "1.7.9",
"version": "1.7.10",
"license": "MIT",
"description": "Ts transform paths",
"author": {
Expand Down Expand Up @@ -37,6 +37,6 @@
"typescript": ">=3.7.2"
},
"dependencies": {
"@zerollup/ts-helpers": "^1.7.4"
"@zerollup/ts-helpers": "^1.7.10"
}
}

0 comments on commit e475cd0

Please sign in to comment.