Skip to content

Commit 1f751e3

Browse files
committed
build(release): next version [skip_build]
- @shiftcode/branch-utilities@4.0.0 - @shiftcode/eslint-config-recommended@4.0.0 - @shiftcode/eslint-plugin-rules@4.0.0 - @shiftcode/logger@2.0.0 - @shiftcode/publish-helper@4.0.0 - @shiftcode/utilities@4.0.0
1 parent 19c4e29 commit 1f751e3

13 files changed

Lines changed: 82 additions & 18 deletions

File tree

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+
# [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

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": "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",

packages/eslint-config-recommended/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+
# [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

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": "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",
@@ -36,7 +36,7 @@
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",

packages/eslint-plugin-rules/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+
# [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

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": "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",

packages/logger/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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+
# [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

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": "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",
@@ -35,7 +35,7 @@
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"

packages/publish-helper/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+
# [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

0 commit comments

Comments
 (0)