File tree Expand file tree Collapse file tree
eslint-config-recommended Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 4.0.0] ( https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/branch-utilities@3.1.0...@shiftcode/branch-utilities@4.0.0 ) (2025-05-15)
7+
8+ ### Features
9+
10+ - ** package:** specify node version in the individual packages ([ 78e01d0] ( https://github.com/shiftcode/sc-commons-public/commit/78e01d0be016e22584a17e7c021cc1b4408c4d1f ) )
11+
12+ ### BREAKING CHANGES
13+
14+ - ** package:** Requires Node 20 or >=22
15+
616# [ 3.1.0] ( https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/branch-utilities@3.0.0...@shiftcode/branch-utilities@3.1.0 ) (2024-07-26)
717
818### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " @shiftcode/branch-utilities" ,
3- "version" : " 4.0.0-pr45.2 " ,
3+ "version" : " 4.0.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" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 4.0.0] ( https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/eslint-config-recommended@3.0.0...@shiftcode/eslint-config-recommended@4.0.0 ) (2025-05-15)
7+
8+ ### Features
9+
10+ - ** package:** specify node version in the individual packages ([ 78e01d0] ( https://github.com/shiftcode/sc-commons-public/commit/78e01d0be016e22584a17e7c021cc1b4408c4d1f ) )
11+
12+ ### BREAKING CHANGES
13+
14+ - ** package:** Requires Node 20 or >=22
15+
616# [ 3.0.0] ( https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/eslint-config-recommended@2.0.1...@shiftcode/eslint-config-recommended@3.0.0 ) (2025-01-03)
717
818### Build System
Original file line number Diff line number Diff line change 11{
22 "name" : " @shiftcode/eslint-config-recommended" ,
3- "version" : " 4.0.0-pr45.2 " ,
3+ "version" : " 4.0.0" ,
44 "description" : " default shiftcode config for eslint" ,
55 "repository" : " https://github.com/shiftcode/sc-commons-public" ,
66 "license" : " UNLICENSED" ,
3636 "test:ci" : " npm run test"
3737 },
3838 "dependencies" : {
39- "@shiftcode/eslint-plugin-rules" : " ^4.0.0-pr45.2 " ,
39+ "@shiftcode/eslint-plugin-rules" : " ^4.0.0" ,
4040 "@typescript-eslint/eslint-plugin" : " ^8.18.0" ,
4141 "@typescript-eslint/parser" : " ^8.18.0" ,
4242 "eslint" : " ^8.56.0" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 4.0.0] ( https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/eslint-plugin-rules@3.0.0...@shiftcode/eslint-plugin-rules@4.0.0 ) (2025-05-15)
7+
8+ ### Features
9+
10+ - ** package:** specify node version in the individual packages ([ 78e01d0] ( https://github.com/shiftcode/sc-commons-public/commit/78e01d0be016e22584a17e7c021cc1b4408c4d1f ) )
11+
12+ ### BREAKING CHANGES
13+
14+ - ** package:** Requires Node 20 or >=22
15+
616# [ 3.0.0] ( https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/eslint-plugin-rules@2.0.1...@shiftcode/eslint-plugin-rules@3.0.0 ) (2025-01-03)
717
818### Build System
Original file line number Diff line number Diff line change 11{
22 "name" : " @shiftcode/eslint-plugin-rules" ,
3- "version" : " 4.0.0-pr45.2 " ,
3+ "version" : " 4.0.0" ,
44 "description" : " eslint-rules for shiftcode-specific eslint rules" ,
55 "repository" : " https://github.com/shiftcode/sc-commons-public" ,
66 "license" : " UNLICENSED" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 2.0.0] ( https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/logger@1.1.0...@shiftcode/logger@2.0.0 ) (2025-05-15)
7+
8+ ### Bug Fixes
9+
10+ - ** logger:** add @shiftcode/utilities as devDependency ([ def2b0e] ( https://github.com/shiftcode/sc-commons-public/commit/def2b0ebe1bc0f25fd9719e993657bcc148ed520 ) )
11+
12+ ### Features
13+
14+ - ** package:** specify node version in the individual packages ([ 78e01d0] ( https://github.com/shiftcode/sc-commons-public/commit/78e01d0be016e22584a17e7c021cc1b4408c4d1f ) )
15+
16+ ### BREAKING CHANGES
17+
18+ - ** package:** Requires Node 20 or >=22
19+
620# 1.1.0 (2025-05-13)
721
822### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @shiftcode/logger" ,
3- "version" : " 2.0.0-pr45.2 " ,
3+ "version" : " 2.0.0" ,
44 "description" : " logger for local and aws lambda execution" ,
55 "repository" : " https://github.com/shiftcode/sc-commons-public" ,
66 "license" : " UNLICENSED" ,
3535 "test:watch" : " npm run test -- --watch"
3636 },
3737 "devDependencies" : {
38- "@shiftcode/utilities" : " ^4.0.0-pr45.2 "
38+ "@shiftcode/utilities" : " ^4.0.0"
3939 },
4040 "peerDependencies" : {
4141 "@shiftcode/utilities" : " ^4.0.0 || ^4.0.0-pr45"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 4.0.0] ( https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/publish-helper@3.1.0...@shiftcode/publish-helper@4.0.0 ) (2025-05-15)
7+
8+ ### Features
9+
10+ - ** package:** specify node version in the individual packages ([ 78e01d0] ( https://github.com/shiftcode/sc-commons-public/commit/78e01d0be016e22584a17e7c021cc1b4408c4d1f ) )
11+
12+ ### BREAKING CHANGES
13+
14+ - ** package:** Requires Node 20 or >=22
15+
616# [ 3.1.0] ( https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/publish-helper@3.0.1...@shiftcode/publish-helper@3.1.0 ) (2025-05-14)
717
818### Features
You can’t perform that action at this time.
0 commit comments