Skip to content

Commit

Permalink
chore(rollup-type-bundler): release @favware/rollup-type-bundler@1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jun 22, 2022
1 parent b0ea2c6 commit ab11a48
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 1 deletion.
59 changes: 59 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,65 @@

All notable changes to this project will be documented in this file.

# [1.0.8](https://github.com/favware/rollup-type-bundler/tree/v1.0.8) - (2022-06-22)

## 🏠 Refactor

- Always log steps ([90ab3b8](https://github.com/favware/rollup-type-bundler/commit/90ab3b8735ec72a086832024d3903eebead37f96))
- Move functions to utils ([373a4c6](https://github.com/favware/rollup-type-bundler/commit/373a4c60b6e180ec0d3499d18f0eff1a8cd9148a))
- Merge cli with file options ([29a5a17](https://github.com/favware/rollup-type-bundler/commit/29a5a17fe46fea8f3ea8189566d2c95cefc0fdbd))

## 🐛 Bug Fixes

- Properly handle commander defaults ([3325288](https://github.com/favware/rollup-type-bundler/commit/3325288992e98debad192892e93f27a88c569441))
- **deps:** Update all non-major dependencies ([3c2a6df](https://github.com/favware/rollup-type-bundler/commit/3c2a6df43b5fe30024f1d6aba7fb4c6537dd2623))
- **deps:** Update dependency commander to v9 (#70) ([c80b828](https://github.com/favware/rollup-type-bundler/commit/c80b828134cbd77d3ef16bf4983fd2e13c193bfc))
- Add typescript to dependencies ([ba3cfa8](https://github.com/favware/rollup-type-bundler/commit/ba3cfa82ff167ad8721281e93766cc742c69c35f))
- **deps:** Update all non-major dependencies ([d3642ac](https://github.com/favware/rollup-type-bundler/commit/d3642ac1ae0315873c3c10691486d60c983cf545))
- Remove use of timers api to ensure this library works with Node 14 ([57c339e](https://github.com/favware/rollup-type-bundler/commit/57c339ea19f86b9674ca47640c81060b101200db))
- Use latest versions for dependencies ([bfbce5c](https://github.com/favware/rollup-type-bundler/commit/bfbce5c030aa51252aac957b357021e209efa6ea))
- **deps:** Update dependency colorette to ^2.0.14 (#32) ([b0ac896](https://github.com/favware/rollup-type-bundler/commit/b0ac89638ddeaf24ac402eb2193e928f2d7f1ed3))
- **deps:** Update all non-major dependencies ([f6cc93f](https://github.com/favware/rollup-type-bundler/commit/f6cc93f13f480a9cddda8359d1adc6cd94f8080a))
- **deps:** Update dependency rollup-plugin-dts to v4 (#29) ([1ce08d6](https://github.com/favware/rollup-type-bundler/commit/1ce08d6c0726afd322fea85cc80955debb94ab42))
- **deps:** Update dependency colorette to v2 (#28) ([91e78dd](https://github.com/favware/rollup-type-bundler/commit/91e78dd18217daa5e0d4f2d170de74094d31c9ce))
- **deps:** Update dependency rollup to ^2.57.0 ([418f97a](https://github.com/favware/rollup-type-bundler/commit/418f97aea3a0aae9d028edd0e8fb7be3078b3155))
- Change engine requirement from Node 16 to Node 14 ([6ba5e28](https://github.com/favware/rollup-type-bundler/commit/6ba5e28dad22534ff673650b76da90c437b7f0d7))
- Fixed rollup not outputting to disk ([f2bcd33](https://github.com/favware/rollup-type-bundler/commit/f2bcd33fa22ebf812909a476cb1350c57886a127))
- Set an opinionated default of "./dist" for the "--dist" option ([3e6e096](https://github.com/favware/rollup-type-bundler/commit/3e6e096218ac8c02878bb4fc0693ab35dc78ad77))
- Do not publish source maps ([21c9d93](https://github.com/favware/rollup-type-bundler/commit/21c9d934f2cd9505ebc51cef427ee905cec8e487))
- Ensure dist can be set through config file ([9a1b102](https://github.com/favware/rollup-type-bundler/commit/9a1b1022a3f2b2bed945e6304e8220a5f7211b27))
- Fixed getting config file paths ([b644e3b](https://github.com/favware/rollup-type-bundler/commit/b644e3b23028b73878ed5f77a7d18d40c4710789))
- Fixed file scanning in type bundler ([9375549](https://github.com/favware/rollup-type-bundler/commit/93755495277cfc2577f081236c2b169474e1b7c1))
- Use options.dist for filtering out index.d.ts in cleaning extraneous types ([53fb21e](https://github.com/favware/rollup-type-bundler/commit/53fb21e1c485400dd432fa24e59e064aeab25f91))
- Wait for files to be build before running rollup ([1eb2b07](https://github.com/favware/rollup-type-bundler/commit/1eb2b079aa7ec4d9ec60f5889f1bd244d5d4d019))
- Do not use cache for bundling types ([ef5c57b](https://github.com/favware/rollup-type-bundler/commit/ef5c57b0e63a146ad91b418a90eb4db5dd2aa1ad))
- Exit on error of build and clean ([958cd5f](https://github.com/favware/rollup-type-bundler/commit/958cd5ffd5af7fdaccfb36a53adc604a2d28674a))

## 📝 Documentation

- **readme:** Remove bundlephobia badge ([83d8f98](https://github.com/favware/rollup-type-bundler/commit/83d8f98bb74d8a9c68535539555814c9a1273504))
- Add @Nytelife26 as a contributor ([38114cb](https://github.com/favware/rollup-type-bundler/commit/38114cb58286cddc7ef0ea571122b6bfa9dc475c))
- Fix readme prose (#1) ([7197883](https://github.com/favware/rollup-type-bundler/commit/7197883a3bb09b399e55321e61217db2328dd3fa))
- **readme:** Fix formatting ([ff875c4](https://github.com/favware/rollup-type-bundler/commit/ff875c48e4277820fb1898fa6369e8c72d275a36))
- Add bunch of tsdoc ([8f0b7fc](https://github.com/favware/rollup-type-bundler/commit/8f0b7fcdd999eb1141f14b63d8be82829e84daf7))

## 🚀 Features

- Improve logging ([7953008](https://github.com/favware/rollup-type-bundler/commit/7953008c2527e083e2eb9a2bd52fc81d88ec2b23))
- Log when steps are completed ([f2e7e3b](https://github.com/favware/rollup-type-bundler/commit/f2e7e3b7f53af3ddf4e13ae106a7258b41c7b637))
- Add rollup bundling command step ([b40916d](https://github.com/favware/rollup-type-bundler/commit/b40916dbffb1a1bece6f47c5bb9aafa5d4788796))
- Add build code and remove dist exist checking ([b91b873](https://github.com/favware/rollup-type-bundler/commit/b91b87334fd99f78332c07be81745d21597ce4e0))
- Add first 2 actions ([a8ca033](https://github.com/favware/rollup-type-bundler/commit/a8ca03354c555d7427c28104440889b7474b4168))
- Add README ([ebbafdf](https://github.com/favware/rollup-type-bundler/commit/ebbafdf1811bce93bde765e85cc0fa1fcc18b573))
- Add JSON schema ([a6b3987](https://github.com/favware/rollup-type-bundler/commit/a6b39874f760cf8b00027aed045a5d3da34f5fcd))
- Add specifying dist and buildScript ([c23325a](https://github.com/favware/rollup-type-bundler/commit/c23325a9e14773469a457e66c7d703146f5778a7))
- Add base CLI tool and parsing options ([785ac0c](https://github.com/favware/rollup-type-bundler/commit/785ac0c8fb96991521b39cbb909e1c05ee609156))
- Scaffold up repo ([6f579f0](https://github.com/favware/rollup-type-bundler/commit/6f579f0b8b16bc5958d83336d2662fe70d1d1940))

## 🪞 Styling

- Cleanup prettier config ([e42a5d5](https://github.com/favware/rollup-type-bundler/commit/e42a5d521f24b599394bd24e193ed1236208eed1))

### [1.0.7](https://github.com/favware/rollup-type-bundler/compare/v1.0.6...v1.0.7) (2022-01-06)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@favware/rollup-type-bundler",
"version": "1.0.7",
"version": "1.0.8",
"description": "A small CLI tool to bundle types with rollup",
"author": "@favware",
"license": "MIT",
Expand Down

0 comments on commit ab11a48

Please sign in to comment.