Skip to content

Commit

Permalink
Merge pull request #245 from Comandeer/t/242
Browse files Browse the repository at this point in the history
  • Loading branch information
Comandeer committed Feb 4, 2023
2 parents 5651546 + e447a1c commit c9348cf
Show file tree
Hide file tree
Showing 13 changed files with 399 additions and 63 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Fixed
* [#240]: bundling types incorrectly removes bundled types definitions right after creating them.
* [#242]: bundling of types creates incorrect file structure in `dist/` if source files are inside subdirectories.

## [0.17.0] – 2023-01-22
### Added
Expand Down Expand Up @@ -234,6 +235,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[#222]: https://github.com/Comandeer/rollup-lib-bundler/issues/222
[#225]: https://github.com/Comandeer/rollup-lib-bundler/issues/225
[#240]: https://github.com/Comandeer/rollup-lib-bundler/issues/240
[#242]: https://github.com/Comandeer/rollup-lib-bundler/issues/242

[0.18.0]: https://github.com/Comandeer/rollup-lib-bundler/compare/v0.17.0...v0.18.0
[0.17.0]: https://github.com/Comandeer/rollup-lib-bundler/compare/v0.16.1...v0.17.0
Expand Down
143 changes: 141 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@
"@rollup/plugin-typescript": "^11.0.0",
"console-control-strings": "^1.1.0",
"globby": "^13.1.3",
"normalize-path": "^3.0.0",
"rimraf": "^4.0.7",
"rollup": "^3.10.0",
"rollup-plugin-dts": "^5.1.1",
"tempy": "^3.0.0",
"tslib": "^2.4.1",
"typescript": "^4.9.4"
}
Expand Down
Loading

0 comments on commit c9348cf

Please sign in to comment.