-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(release): next version [skip_build]
- @shiftcode/[email protected] - @shiftcode/[email protected] - @shiftcode/[email protected] - @shiftcode/[email protected] - @shiftcode/[email protected]
- Loading branch information
1 parent
a0a6638
commit c8b8d1a
Showing
11 changed files
with
84 additions
and
14 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,20 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [3.0.0](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2024-07-13) | ||
|
||
### Bug Fixes | ||
|
||
- use correct syntax to provide args to npm scripts ([f2353c1](https://github.com/shiftcode/sc-commons-public/commit/f2353c18daeecc44bcbf7c31c29730a06bddc8be)) | ||
|
||
### Build System | ||
|
||
- **deps:** upgrade typescript and minimum required node version ([8417ec4](https://github.com/shiftcode/sc-commons-public/commit/8417ec403de6f33fa50caa96692a29c32c186b0e)) | ||
|
||
### BREAKING CHANGES | ||
|
||
- **deps:** Minimum required node version is 20. In general the runtime (node or browser for utilities) must support es2023. | ||
|
||
# [2.1.0](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2024-05-15) | ||
|
||
### Features | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,18 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.0.0](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2024-07-13) | ||
|
||
### Build System | ||
|
||
- **deps:** upgrade @angular-eslint/\* ([b7e857e](https://github.com/shiftcode/sc-commons-public/commit/b7e857efe54d49e759d1ad15a69c7ac0fbd7af30)), closes [/github.com/angular-eslint/angular-eslint/blob/main/CHANGELOG.md#1800-2024-05-29](https://github.com//github.com/angular-eslint/angular-eslint/blob/main/CHANGELOG.md/issues/1800-2024-05-29) | ||
- **deps:** upgrade typescript and minimum required node version ([8417ec4](https://github.com/shiftcode/sc-commons-public/commit/8417ec403de6f33fa50caa96692a29c32c186b0e)) | ||
|
||
### BREAKING CHANGES | ||
|
||
- **deps:** | ||
- **deps:** Minimum required node version is 20. In general the runtime (node or browser for utilities) must support es2023. | ||
|
||
# 1.1.0 (2024-05-15) | ||
|
||
### Features | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,16 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.0.0](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2024-07-13) | ||
|
||
### Build System | ||
|
||
- **deps:** upgrade typescript and minimum required node version ([8417ec4](https://github.com/shiftcode/sc-commons-public/commit/8417ec403de6f33fa50caa96692a29c32c186b0e)) | ||
|
||
### BREAKING CHANGES | ||
|
||
- **deps:** Minimum required node version is 20. In general the runtime (node or browser for utilities) must support es2023. | ||
|
||
# 1.1.0 (2024-05-15) | ||
|
||
### Features | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,26 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [3.0.0](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2024-07-13) | ||
|
||
### Bug Fixes | ||
|
||
- **publish-helper:** provide string flag to include option ([deda8f6](https://github.com/shiftcode/sc-commons-public/commit/deda8f637cd0965331a3a57f620e9af18f27b866)) | ||
- **publish-helper:** update peer dependency definition ([78f20da](https://github.com/shiftcode/sc-commons-public/commit/78f20da81c715b6f459e056362729cf6917b954e)) | ||
- use correct syntax to provide args to npm scripts ([f2353c1](https://github.com/shiftcode/sc-commons-public/commit/f2353c18daeecc44bcbf7c31c29730a06bddc8be)) | ||
|
||
### Build System | ||
|
||
- **deps:** upgrade typescript and minimum required node version ([8417ec4](https://github.com/shiftcode/sc-commons-public/commit/8417ec403de6f33fa50caa96692a29c32c186b0e)) | ||
- **lerna:** upgrade to version 7 ([08e6957](https://github.com/shiftcode/sc-commons-public/commit/08e6957d5f233916161eeae3f7f5eba79ebfd095)) | ||
- **lerna:** upgrade to version 8 ([e98fcab](https://github.com/shiftcode/sc-commons-public/commit/e98fcab2c750297b1a9d37c406dfda5d82596887)) | ||
|
||
### BREAKING CHANGES | ||
|
||
- **deps:** Minimum required node version is 20. In general the runtime (node or browser for utilities) must support es2023. | ||
- **lerna:** requires lerna^8 | ||
- **lerna:** requires lerna^7 | ||
|
||
# [2.1.0](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2024-05-15) | ||
|
||
### Features | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,20 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [3.0.0](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2024-07-13) | ||
|
||
### Bug Fixes | ||
|
||
- use correct syntax to provide args to npm scripts ([f2353c1](https://github.com/shiftcode/sc-commons-public/commit/f2353c18daeecc44bcbf7c31c29730a06bddc8be)) | ||
|
||
### Build System | ||
|
||
- **deps:** upgrade typescript and minimum required node version ([8417ec4](https://github.com/shiftcode/sc-commons-public/commit/8417ec403de6f33fa50caa96692a29c32c186b0e)) | ||
|
||
### BREAKING CHANGES | ||
|
||
- **deps:** Minimum required node version is 20. In general the runtime (node or browser for utilities) must support es2023. | ||
|
||
# [2.2.0](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2024-05-15) | ||
|
||
### Features | ||
|
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