Skip to content

Commit e35fa3a

Browse files
committed
build(release): next version [skip_build]
- @shiftcode/[email protected] - @shiftcode/[email protected] - @shiftcode/[email protected] - @shiftcode/[email protected] - @shiftcode/[email protected] - @shiftcode/[email protected]
1 parent a9c3d2b commit e35fa3a

File tree

13 files changed

+99
-18
lines changed

13 files changed

+99
-18
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/branch-utilities/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.1.0](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2025-11-04)
7+
8+
### Features
9+
10+
- replace cjs to mjs files ([de2580a](https://github.com/shiftcode/sc-commons-public/commit/de2580a2b0e8a8da97ac3a0ca884e5467ba91237))
11+
12+
### Reverts
13+
14+
- **base-utils:** undo odd change ([91a2b72](https://github.com/shiftcode/sc-commons-public/commit/91a2b722c021c97bbb7e45c2e54d90d13731a3f3))
15+
616
## [5.0.2](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2025-09-11)
717

818
### Bug Fixes

packages/branch-utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shiftcode/branch-utilities",
3-
"version": "5.1.0-pr26.15",
3+
"version": "5.1.0",
44
"description": "Utilities for local and ci to get branch name and stage",
55
"repository": "https://github.com/shiftcode/sc-commons-public",
66
"license": "MIT",

packages/eslint-config-recommended/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.0.0](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2025-11-04)
7+
8+
### Bug Fixes
9+
10+
- **eslint:** fix rule config ([d4dd222](https://github.com/shiftcode/sc-commons-public/commit/d4dd222c56acdf1e648ef1b764768b6ccdd9ea5e))
11+
- **rules:** useful config for rule import/no-extraneous-dependencies ([3a9d398](https://github.com/shiftcode/sc-commons-public/commit/3a9d3986beb8b2c8742bf64240783c9256071ce5))
12+
13+
### Documentation
14+
15+
- **readme:** eslint v9.37 ([0b2340c](https://github.com/shiftcode/sc-commons-public/commit/0b2340caccf1aa192852e5d1062ba4cb0f1f95ca))
16+
17+
### Features
18+
19+
- **angular-rules:** turn on prefer-output-readonly and prefer-host-metadata-property ([e445f40](https://github.com/shiftcode/sc-commons-public/commit/e445f404fa012e4324a317fe8090ca0d048f67c6))
20+
- **angular-template-rules:** turn off no-inline-styles ([e65870e](https://github.com/shiftcode/sc-commons-public/commit/e65870ede9941c11ea7f713ca3c1a607f194d996))
21+
- **eslint-angular:** add improved config for simple-import-sort/imports ([de47a15](https://github.com/shiftcode/sc-commons-public/commit/de47a155460f78f72da12dc7c73613771e4a98f7))
22+
- **eslint:** refine rule config ([2e7582a](https://github.com/shiftcode/sc-commons-public/commit/2e7582ac042032725f928f541f40f467d4f6b9b6))
23+
- **eslint:** refine rule config ([66cdbc4](https://github.com/shiftcode/sc-commons-public/commit/66cdbc48c029cd237c10262319ca6f6fe2a139c1))
24+
- **eslint:** refine rule config ([b0087ad](https://github.com/shiftcode/sc-commons-public/commit/b0087adb836b17a9f795a99b8c4e6f3ab524d4b3))
25+
- **eslint:** refine rule config ([7016656](https://github.com/shiftcode/sc-commons-public/commit/70166568d5e9c4601633d0d40b73e8cf9ddf9c7a))
26+
- **eslint:** sensible default ([45abe49](https://github.com/shiftcode/sc-commons-public/commit/45abe49c5981e6e45ae798d828d80878dc3f700e))
27+
- replace cjs to mjs files ([de2580a](https://github.com/shiftcode/sc-commons-public/commit/de2580a2b0e8a8da97ac3a0ca884e5467ba91237))
28+
29+
### BREAKING CHANGES
30+
31+
- **readme:** - no eslint ^9.37 is required
32+
33+
* sc config is applied by using the exposed functions
34+
* sc rules shall be used with recommended config
35+
636
## [5.0.1](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2025-09-09)
737

838
**Note:** Version bump only for package @shiftcode/eslint-config-recommended

packages/eslint-config-recommended/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shiftcode/eslint-config-recommended",
3-
"version": "6.0.0-pr26.12",
3+
"version": "6.0.0",
44
"description": "default shiftcode config for eslint",
55
"repository": "https://github.com/shiftcode/sc-commons-public",
66
"license": "UNLICENSED",
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"@eslint/js": "^9.37.0",
37-
"@shiftcode/eslint-plugin-rules": "^5.0.0-pr26.12",
37+
"@shiftcode/eslint-plugin-rules": "^5.0.0",
3838
"eslint": "^9.37.0",
3939
"eslint-config-prettier": "^10.1.8",
4040
"eslint-plugin-import": "^2.32.0",

packages/eslint-plugin-rules/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.0.0](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2025-11-04)
7+
8+
### Bug Fixes
9+
10+
- **src:** make imports type:module compatible ([0534ac0](https://github.com/shiftcode/sc-commons-public/commit/0534ac01e630bfe54f75f91fdc8eec06eb8e73b8))
11+
12+
### Documentation
13+
14+
- **readme:** eslint v9.37 ([0b2340c](https://github.com/shiftcode/sc-commons-public/commit/0b2340caccf1aa192852e5d1062ba4cb0f1f95ca))
15+
16+
### Features
17+
18+
- replace cjs to mjs files ([de2580a](https://github.com/shiftcode/sc-commons-public/commit/de2580a2b0e8a8da97ac3a0ca884e5467ba91237))
19+
20+
### BREAKING CHANGES
21+
22+
- **readme:** - no eslint ^9.37 is required
23+
24+
* sc config is applied by using the exposed functions
25+
* sc rules shall be used with recommended config
26+
627
## [4.0.1](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2025-09-09)
728

829
**Note:** Version bump only for package @shiftcode/eslint-plugin-rules

packages/eslint-plugin-rules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shiftcode/eslint-plugin-rules",
3-
"version": "5.0.0-pr26.12",
3+
"version": "5.0.0",
44
"description": "eslint-rules for shiftcode-specific eslint rules",
55
"repository": "https://github.com/shiftcode/sc-commons-public",
66
"license": "UNLICENSED",

packages/logger/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.3](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2025-11-04)
7+
8+
**Note:** Version bump only for package @shiftcode/logger
9+
610
## [3.0.2](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2025-09-09)
711

812
**Note:** Version bump only for package @shiftcode/logger

packages/logger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shiftcode/logger",
3-
"version": "3.0.3-pr26.15",
3+
"version": "3.0.3",
44
"description": "logger for local and aws lambda execution",
55
"repository": "https://github.com/shiftcode/sc-commons-public",
66
"license": "UNLICENSED",
@@ -33,7 +33,7 @@
3333
"test:watch": "npm run test -- --watch"
3434
},
3535
"devDependencies": {
36-
"@shiftcode/utilities": "^4.3.0-pr26.15"
36+
"@shiftcode/utilities": "^4.3.0"
3737
},
3838
"peerDependencies": {
3939
"@shiftcode/utilities": "^4.0.0 || ^4.0.0-pr53"

packages/publish-helper/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.2.0](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2025-11-04)
7+
8+
### Features
9+
10+
- replace cjs to mjs files ([de2580a](https://github.com/shiftcode/sc-commons-public/commit/de2580a2b0e8a8da97ac3a0ca884e5467ba91237))
11+
612
## [4.1.2](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2025-09-11)
713

814
**Note:** Version bump only for package @shiftcode/publish-helper

0 commit comments

Comments
 (0)