-
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.
- Loading branch information
Showing
1 changed file
with
9 additions
and
7 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 |
---|---|---|
@@ -1,24 +1,26 @@ | ||
# Changelog | ||
|
||
> generated with [@semantic-release/changelog](https://github.com/semantic-release/changelog) | ||
# [1.0.0](https://github.com/stackr23/react-stack/compare/46248cd43a1d3c7e34875d12f4a761fed191dba3...v1.0.0) (2021-08-30) | ||
# 1.0.0 (2021-09-06) | ||
|
||
### :sparkles: Features | ||
|
||
- **ci:** basic implementation of github actions (karma test) ([#1](https://github.com/stackr23/react-stack/issues/1)) ([312693e](https://github.com/stackr23/react-stack/commit/312693e6ef6543d71080de9c29b4457dea6f59f2)) | ||
- **ci:** basic implementation of github actions (karma test) | ||
- add webpack and basic entry files ([93bfbc5](https://github.com/stackr23/react-stack/commit/93bfbc556623d2209c5e87da28a1273eeb542833)) | ||
|
||
### :wrench: Configs | ||
|
||
- add `semantic-release` settings ([6cc5469](https://github.com/stackr23/react-stack/commit/6cc5469afd3a9d6fa86c0357cfe35478f3b81f9a)) | ||
- **CI:** add `npm run lint` to default test job ([0dc4c89](https://github.com/stackr23/react-stack/commit/0dc4c89dfd032ffd033ef660b0ea4d0667310cf8)) | ||
- **CI:** add release job for main branch (testrun) ([#4](https://github.com/stackr23/react-stack/issues/4)) ([e85b420](https://github.com/stackr23/react-stack/commit/e85b4206085a55331978e05eda5c7f21ef2a1f56)) | ||
- **eslint:** allow JSX in `.ts?` files ([9fe26d5](https://github.com/stackr23/react-stack/commit/9fe26d5a02e66eaf3d1434fd78e9eccf45c6f6f3)) | ||
- **eslint:** use import-resolver for typescript ([fa50e76](https://github.com/stackr23/react-stack/commit/fa50e7682f132a7e3d1f9460ab3fad40c5ea3621)) | ||
- **gitignore:** ignore cache folders ([ff0d789](https://github.com/stackr23/react-stack/commit/ff0d789fe97d1cdf7734d83fdd674bb4acf1845e)) | ||
- **mrm:** `mrm --preset @stackr23/mrm init` ([dac6355](https://github.com/stackr23/react-stack/commit/dac6355a73f531bdbfeeeab5ed51e7559b770f2c)) | ||
- **npm:** add `publishConfig` + `private` flag ([971bdba](https://github.com/stackr23/react-stack/commit/971bdbac07632721cfa5309aae4d40db2322b702)) | ||
- **npm:** add `publishConfig` + `private` flag ([07bd404](https://github.com/stackr23/react-stack/commit/07bd404097f05b6492f8ba4419d80d5044dae89e)) | ||
- **typescript:** add options for TS compiler ([defad23](https://github.com/stackr23/react-stack/commit/defad236e1d0546f6a03e5690cc3e4fa2e5dfc98)) | ||
- **vsCode:** add lint/format settings ([4066f62](https://github.com/stackr23/react-stack/commit/4066f6283d491c3de497987e38c559bfdc737709)) | ||
- **vsCode:** prevent prettier to format TS files ([e16b45c](https://github.com/stackr23/react-stack/commit/e16b45c99df9a285776d6342d39d0db4083131cc)) | ||
- add `tsconfig.json` ([41a70cf](https://github.com/stackr23/react-stack/commit/41a70cf8eef483c1eec712cf8166cd0411b5b753)) | ||
- npm init ([46248cd](https://github.com/stackr23/react-stack/commit/46248cd43a1d3c7e34875d12f4a761fed191dba3)) | ||
|
||
### :memo: Documentations | ||
|
||
- add CHANGELOG for v1.0.0 ([c821951](https://github.com/stackr23/react-stack/commit/c821951492b45d8215116985dc57d9eef7c9d8f5)) |