-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #111 from ryohidaka/release-please--branches--main…
…--components--npm-package-template chore(main): release 0.2.0
- Loading branch information
Showing
3 changed files
with
77 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
# Changelog | ||
|
||
## 0.2.0 (2024-09-10) | ||
|
||
|
||
### Features | ||
|
||
* Add .npmignore . ([5bb8769](https://github.com/ryohidaka/npm-package-template/commit/5bb8769ed9f4607c94b0935e550128c0fa892528)) | ||
* Add auto-tagging workflow. ([8656218](https://github.com/ryohidaka/npm-package-template/commit/865621891edf7aa945c19c581ad7a5f9c7510375)) | ||
* Add build test workflow ([6f12477](https://github.com/ryohidaka/npm-package-template/commit/6f12477d7ca24c74df79ed97bd3f8f49110c2d11)) | ||
* Add bump-patch-version workflow. ([52308b8](https://github.com/ryohidaka/npm-package-template/commit/52308b81bcdbb4b4d0dc0649e10b6b12141b704b)) | ||
* Add bump-patch-version workflow. ([0f47d61](https://github.com/ryohidaka/npm-package-template/commit/0f47d61446823db91ae74072d172af56d2947715)) | ||
* Add CHANGELOG.md to .prettierignore ([ae07b1c](https://github.com/ryohidaka/npm-package-template/commit/ae07b1c3e4c722c6ec1960a0e6b7f00209242a57)) | ||
* Add commit for release. ([bf2ddcf](https://github.com/ryohidaka/npm-package-template/commit/bf2ddcf19fa21e8580fdcbfe3a497963288ab1e5)) | ||
* Add eslint-config-prettier. ([43befd6](https://github.com/ryohidaka/npm-package-template/commit/43befd668c258bfd015dddaad8aa6d2ce91fa227)) | ||
* Add FUNDING.yml ([6d85342](https://github.com/ryohidaka/npm-package-template/commit/6d8534262f7b9f2353e7568f7e3cd64d63c4c98a)) | ||
* Add Git hooks. ([a52a156](https://github.com/ryohidaka/npm-package-template/commit/a52a1564c99c4dfa9c1ec84ae2bd6c3190fa8161)) | ||
* Add Git hooks. ([e64ce51](https://github.com/ryohidaka/npm-package-template/commit/e64ce51cf1e621b431db1a12f213d91b69f96256)) | ||
* Add index.ts . ([e309934](https://github.com/ryohidaka/npm-package-template/commit/e309934ca79b63291c59c92ccce089448e31731e)) | ||
* Add jest tests. ([aec1f92](https://github.com/ryohidaka/npm-package-template/commit/aec1f92acba6910b04cbdb9610188cf2993db21c)) | ||
* Add package.json . ([19991b1](https://github.com/ryohidaka/npm-package-template/commit/19991b1f55a75f5d426892183c5762cbcbf04c21)) | ||
* Add permission to write action. ([c9eaedc](https://github.com/ryohidaka/npm-package-template/commit/c9eaedc872456c1ecb8d6e2e07dffa24ccc5a6b1)) | ||
* Add release-please workflow. ([7674d1f](https://github.com/ryohidaka/npm-package-template/commit/7674d1f1198381e6bb9ef91e1a816b160c84a3b7)) | ||
* Add repository to package.json. ([4b647ca](https://github.com/ryohidaka/npm-package-template/commit/4b647ca27b014d36cf648372fddf53a89d2ea5fa)) | ||
* Add repository to package.json. ([a5dd46e](https://github.com/ryohidaka/npm-package-template/commit/a5dd46e66b2b7010d2dd5af9c4f3220bea408f91)) | ||
* Add sample code. ([9d4a6ed](https://github.com/ryohidaka/npm-package-template/commit/9d4a6edd228bb19a42f91b627b4ebfb6a96210d4)) | ||
* Add sample test code. ([515d102](https://github.com/ryohidaka/npm-package-template/commit/515d1022e17e0a7c8fdf5d08ed8f34c876845b75)) | ||
* Add test and format to pre-commit. ([87c8f41](https://github.com/ryohidaka/npm-package-template/commit/87c8f4159b3b345377f896533b85d441fbbc4e47)) | ||
* Add vite-tsconfig-paths. ([c520cfe](https://github.com/ryohidaka/npm-package-template/commit/c520cfe3bb7d05edaaf6ecc6f94b565c4193646a)) | ||
* Add Vitest coverage. ([6012b95](https://github.com/ryohidaka/npm-package-template/commit/6012b95f408945d4a3a4ca02f68e5468cbb93e76)) | ||
* Add workflow to auto-merge Prs. ([0bc92fd](https://github.com/ryohidaka/npm-package-template/commit/0bc92fd0f48a09af6885c1fec05dbd198b3f1d0c)) | ||
* Add workflow to publish. ([59ce596](https://github.com/ryohidaka/npm-package-template/commit/59ce5963fadbfa6f330067e8ab362fe512521b3c)) | ||
* Add workflow to template cleanup. ([edae165](https://github.com/ryohidaka/npm-package-template/commit/edae16504d56050c628eccf67008eeb56b1f8405)) | ||
* Bump License year to 2024 ([cc415f7](https://github.com/ryohidaka/npm-package-template/commit/cc415f71492bfdd4966b681745cd97e45a9dc451)) | ||
* Change Bandler to Vite. ([7410425](https://github.com/ryohidaka/npm-package-template/commit/7410425e4403f93e54fd75d0926fcc64670faa3c)) | ||
* Change Testing library to Vitest. ([6b3ff30](https://github.com/ryohidaka/npm-package-template/commit/6b3ff30761b2589e58cd8694d92de6e9ee02b063)) | ||
* Execute the release workflow when the patch version is bumped. ([40d208b](https://github.com/ryohidaka/npm-package-template/commit/40d208b282318105f76e810b6c77dbdabcd4cea8)) | ||
* Install ESLInt. ([30092af](https://github.com/ryohidaka/npm-package-template/commit/30092af86464581691fc612809ffadfbaf84199d)) | ||
* Install prettier. ([5395bd9](https://github.com/ryohidaka/npm-package-template/commit/5395bd971afd557c9746586e19ae6e8b5d1f2404)) | ||
* Install TypeScript. ([63f3e2a](https://github.com/ryohidaka/npm-package-template/commit/63f3e2a198a4ac9be673a325bc807004085b0111)) | ||
* Update nodejs-cleanup version. ([0c52e19](https://github.com/ryohidaka/npm-package-template/commit/0c52e1910abc94d293a878a9855a31ffd2ac8f92)) | ||
* Update nodejs-cleanup version. ([dc2875a](https://github.com/ryohidaka/npm-package-template/commit/dc2875a2f9f61289dd7c612d2469322d5a38f846)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Add .husky and .github to .npmignore. ([12020ff](https://github.com/ryohidaka/npm-package-template/commit/12020ff1c565caa9dc89a50affa860ea5eedecd4)) | ||
* Add vite.config.ts to exclude path of coverage. ([2e56e3e](https://github.com/ryohidaka/npm-package-template/commit/2e56e3ec0d60c0fb2db9e2ccd7ecc1d9e8f4c30b)) | ||
* Add volta config to pre-commit hook. ([5b2b48f](https://github.com/ryohidaka/npm-package-template/commit/5b2b48fb4410afff1e30b6e6892e5de120e7a463)) | ||
* Enable Grouped version updates. ([b11c02f](https://github.com/ryohidaka/npm-package-template/commit/b11c02fc4aa265f8fdf6d01d0520c43d7626e422)) | ||
* Enable release-please minor and patch bump. ([69d0900](https://github.com/ryohidaka/npm-package-template/commit/69d0900e65f40a52661acc58de2db4580c9d3ac4)) | ||
* Fix build error. ([4d2b786](https://github.com/ryohidaka/npm-package-template/commit/4d2b786e582157061d48504a0b3f550ea964454b)) | ||
* Modified auto-merge workflow. ([d7bb11b](https://github.com/ryohidaka/npm-package-template/commit/d7bb11be61ee7d01d239df3f44f64c9189977271)) | ||
* Modified auto-merge workflow. ([7c1307c](https://github.com/ryohidaka/npm-package-template/commit/7c1307c218fe8b09809f8ec4d81e1e727ab89754)) | ||
* Modified build scripts. ([22bbd98](https://github.com/ryohidaka/npm-package-template/commit/22bbd9896b7828027da412817e3d9645957f04ee)) | ||
* Modified to work without test file. ([400c501](https://github.com/ryohidaka/npm-package-template/commit/400c501320ee85b5ac4d2b4eae87647192b6d1ed)) | ||
* Modified tsconfig. ([a29fb88](https://github.com/ryohidaka/npm-package-template/commit/a29fb880cf665c100419e069ccde3eaad32fa554)) | ||
* Modify dependencies with legacy-peer-deps. ([bb24e98](https://github.com/ryohidaka/npm-package-template/commit/bb24e98bedd5429cf7325dec5dad353d7eae3e18)) | ||
* Modify release workflow trigger. ([efd486e](https://github.com/ryohidaka/npm-package-template/commit/efd486edf7e9f3e8995eef42df1b0dfd53a64bcf)) | ||
* Modify release workflow. ([5b787b9](https://github.com/ryohidaka/npm-package-template/commit/5b787b99911bce85a2a2997e1f2f4c2269a4d480)) | ||
* Modify tsconfig. ([26f0b71](https://github.com/ryohidaka/npm-package-template/commit/26f0b71703d0080023a449e641ffbef9276dda47)) | ||
* Remove clean install options. ([ad42ac1](https://github.com/ryohidaka/npm-package-template/commit/ad42ac10260d0cb76385f84737e2b873fba1cd4c)) | ||
* Remove dependencies. ([ad7cd8f](https://github.com/ryohidaka/npm-package-template/commit/ad7cd8f3111fea1136053529b0deee39e6c3e10a)) | ||
* Remove formatting options in library mode. ([59f590f](https://github.com/ryohidaka/npm-package-template/commit/59f590f4649c9b0353a108206a6c28b055ad325a)) | ||
* Remove private option. ([cc468a2](https://github.com/ryohidaka/npm-package-template/commit/cc468a26f2c4e2369abe8a326a6f271195f8a907)) | ||
* Remove unused dependencies. ([574954a](https://github.com/ryohidaka/npm-package-template/commit/574954a467d02a9cfa83472afc1461bb3f21643d)) | ||
* Remove unused package. ([6370a20](https://github.com/ryohidaka/npm-package-template/commit/6370a207c7604a330e701bc0e898c508713e991e)) | ||
* Revert "ci: Support for initializing workflow files for code-cov." ([010536f](https://github.com/ryohidaka/npm-package-template/commit/010536f69bea41fd430680eaf5fc0c0b33666521)) | ||
* Uninstall prettier ([da0bec6](https://github.com/ryohidaka/npm-package-template/commit/da0bec63d620811d2892a547a4acf628f44d89af)) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* release 0.2.0 ([f2f9fae](https://github.com/ryohidaka/npm-package-template/commit/f2f9faed28cb74e5991bc53a13d4a7d1b6658d28)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters