Skip to content

Commit

Permalink
chore(release): v1.7.12 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Marty Mcfly committed Mar 1, 2020
1 parent 2c19d3a commit e3d6eca
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 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.12](https://github.com/zerkalica/zerollup/compare/v1.7.11...v1.7.12) (2020-03-01)


### Bug Fixes

* **ts-transform-paths:** check if import file exists without substitution, closes [#25](https://github.com/zerkalica/zerollup/issues/25) ([2c19d3a](https://github.com/zerkalica/zerollup/commit/2c19d3ac9ef58f14952c2004f76ec3c614f1bc72))





## [1.7.11](https://github.com/zerkalica/zerollup/compare/v1.7.10...v1.7.11) (2020-01-12)


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.11"
"version": "1.7.12"
}
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.12](https://github.com/zerkalica/zerollup/compare/v1.7.11...v1.7.12) (2020-03-01)

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





## [1.7.11](https://github.com/zerkalica/zerollup/compare/v1.7.10...v1.7.11) (2020-01-12)

**Note:** Version bump only for package @zerollup/rollup-preset-ts
Expand Down
4 changes: 2 additions & 2 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.11",
"version": "1.7.12",
"license": "MIT",
"description": "Universal rollup config preset",
"author": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"@zerollup/rollup-plugin-notify": "^1.7.4",
"@zerollup/rollup-plugin-template": "^1.7.6",
"@zerollup/ts-helpers": "^1.7.11",
"@zerollup/ts-transform-paths": "^1.7.11",
"@zerollup/ts-transform-paths": "^1.7.12",
"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-transform-paths/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.12](https://github.com/zerkalica/zerollup/compare/v1.7.11...v1.7.12) (2020-03-01)


### Bug Fixes

* **ts-transform-paths:** check if import file exists without substitution, closes [#25](https://github.com/zerkalica/zerollup/issues/25) ([2c19d3a](https://github.com/zerkalica/zerollup/commit/2c19d3ac9ef58f14952c2004f76ec3c614f1bc72))





## [1.7.11](https://github.com/zerkalica/zerollup/compare/v1.7.10...v1.7.11) (2020-01-12)

**Note:** Version bump only for package @zerollup/ts-transform-paths
Expand Down
2 changes: 1 addition & 1 deletion 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.11",
"version": "1.7.12",
"license": "MIT",
"description": "Ts transform paths",
"author": {
Expand Down

0 comments on commit e3d6eca

Please sign in to comment.