-
Notifications
You must be signed in to change notification settings - Fork 2
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 #133 from JsDaddy/feat/132
Feat/132
- Loading branch information
Showing
41 changed files
with
481 additions
and
465 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
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
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
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
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,7 +1,7 @@ | ||
{ | ||
"*.{ts,js,json}": [ | ||
"eslint --report-unused-disable-directives --max-warnings 0 --fix", | ||
"prettier --write" | ||
"prettier . --write" | ||
], | ||
"*.scss": "stylelint --fix" | ||
} | ||
} |
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,7 +1,7 @@ | ||
branches: | ||
- develop | ||
- develop | ||
|
||
plugins: | ||
- '@semantic-release/commit-analyzer' | ||
- '@semantic-release/github' | ||
- 'semantic-release-export-data' | ||
- '@semantic-release/commit-analyzer' | ||
- '@semantic-release/github' | ||
- 'semantic-release-export-data' |
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
/tmp | ||
/out-tsc | ||
/bazel-out | ||
/src/styles.scss | ||
|
||
# Node | ||
/node_modules | ||
|
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
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,38 +1,47 @@ | ||
# 18.0.4(2024-10-25) | ||
|
||
### Feature | ||
|
||
- add tailwind | ||
- change interface to type, remove prefix "I" | ||
- update dependencies | ||
- add ESLint strict rules | ||
|
||
# 17.3.2(2024-03-29) | ||
|
||
### Feature | ||
|
||
- change decorators to signals | ||
- change decorators to signals | ||
|
||
<a name="16.0.0"></a> | ||
|
||
# 17.0.0(2023-11-28) | ||
|
||
### Feature | ||
|
||
- update ng 17.x | ||
- update ng 17.x | ||
|
||
<a name="16.0.0"></a> | ||
|
||
# 16.0.1(2023-07-07) | ||
|
||
### Feature | ||
|
||
- add success cb | ||
- update dependencies | ||
- add success cb | ||
- update dependencies | ||
|
||
# 16.0.0(2023-07-07) | ||
|
||
### Feature | ||
|
||
- update ng 16.x | ||
- update ng 16.x | ||
|
||
<a name="16.0.0"></a> | ||
|
||
|
||
# 15.0.0(2022-25-12) | ||
|
||
### Feature | ||
- ng 15 | ||
|
||
- ng 15 | ||
|
||
<a name="15.0.0"></a> |
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
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
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
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
Oops, something went wrong.