Skip to content

Commit 63df5f7

Browse files
committed
build(release): next version [skip_build]
- @shiftcode/airtable-mapper@1.0.0 - @shiftcode/airtable-syncer@1.0.0 - @shiftcode/branch-utilities@6.0.0 - @shiftcode/cdk-utilities@1.0.0 - @shiftcode/eslint-config-recommended@7.0.0 - @shiftcode/eslint-plugin-rules@6.0.0 - @shiftcode/iac-utilities@1.0.0 - @shiftcode/inversify-logger@1.0.0 - @shiftcode/lambda-utilities@1.0.0 - @shiftcode/logger@5.0.0 - @shiftcode/nest-logger@1.0.0 - @shiftcode/publish-helper@6.0.0 - @shiftcode/utilities@5.0.0
1 parent a1e5afe commit 63df5f7

File tree

27 files changed

+364
-54
lines changed

27 files changed

+364
-54
lines changed

package-lock.json

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.0.0 (2026-03-18)
7+
8+
### Build System
9+
10+
- update supported node version ([85d5fc1](https://github.com/shiftcode/sc-commons-public/commit/85d5fc19d7822abc0e44e07a45258baa95e31482))
11+
12+
### chore
13+
14+
- update Node.js engine requirement to >=24.10.2 and adjust target runtime in documentation ([df497bd](https://github.com/shiftcode/sc-commons-public/commit/df497bd1f776c2ed87feed357838ce1842f5fbba))
15+
16+
### Features
17+
18+
- introduce airtable-mapper ([34e87c2](https://github.com/shiftcode/sc-commons-public/commit/34e87c259db398c1eae6bcbc1904cb2008d9e35f))
19+
20+
### BREAKING CHANGES
21+
22+
- - node@v24 runtime requires
23+
- require node >= 22.10.2

packages/airtable-mapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shiftcode/airtable-mapper",
3-
"version": "1.0.0-pr77.2",
3+
"version": "1.0.0",
44
"description": "interfaces and classes for airtable mapping",
55
"repository": "https://github.com/shiftcode/sc-commons-public",
66
"license": "MIT",
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.0.0 (2026-03-18)
7+
8+
### Bug Fixes
9+
10+
- **airtable-module:** correct binding check from S3Helper to SnsPublisher ([db239f6](https://github.com/shiftcode/sc-commons-public/commit/db239f692e8bc4b3f0890d6931c05b91c9423339))
11+
12+
### Build System
13+
14+
- update supported node version ([85d5fc1](https://github.com/shiftcode/sc-commons-public/commit/85d5fc19d7822abc0e44e07a45258baa95e31482))
15+
16+
### chore
17+
18+
- update Node.js engine requirement to >=24.10.2 and adjust target runtime in documentation ([df497bd](https://github.com/shiftcode/sc-commons-public/commit/df497bd1f776c2ed87feed357838ce1842f5fbba))
19+
20+
### Features
21+
22+
- introduce airtable-syncer ([da94f45](https://github.com/shiftcode/sc-commons-public/commit/da94f45d3bc5ab8a06c2970e7ae811a06e3ec2e9))
23+
24+
### BREAKING CHANGES
25+
26+
- - node@v24 runtime requires
27+
- require node >= 22.10.2

packages/airtable-syncer/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shiftcode/airtable-syncer",
3-
"version": "1.0.0-pr77.2",
3+
"version": "1.0.0",
44
"description": "base utils and services to export airtable and upload to S3",
55
"repository": "https://github.com/shiftcode/sc-commons-public",
66
"license": "MIT",
@@ -28,10 +28,10 @@
2828
"p-queue": "^9.0.1"
2929
},
3030
"devDependencies": {
31-
"@shiftcode/airtable-mapper": "^1.0.0-pr77.2",
32-
"@shiftcode/inversify-logger": "^1.0.0-pr77.2",
33-
"@shiftcode/lambda-utilities": "^1.0.0-pr77.2",
34-
"@shiftcode/logger": "^5.0.0-pr77.2",
31+
"@shiftcode/airtable-mapper": "^1.0.0",
32+
"@shiftcode/inversify-logger": "^1.0.0",
33+
"@shiftcode/lambda-utilities": "^1.0.0",
34+
"@shiftcode/logger": "^5.0.0",
3535
"@swc/core": "^1.15.11",
3636
"unplugin-swc": "^1.5.9"
3737
},

packages/branch-utilities/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
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/branch-utilities@5.1.1...@shiftcode/branch-utilities@6.0.0) (2026-03-18)
7+
8+
### Build System
9+
10+
- update supported node version ([85d5fc1](https://github.com/shiftcode/sc-commons-public/commit/85d5fc19d7822abc0e44e07a45258baa95e31482))
11+
12+
### chore
13+
14+
- update Node.js engine requirement to >=24.10.2 and adjust target runtime in documentation ([df497bd](https://github.com/shiftcode/sc-commons-public/commit/df497bd1f776c2ed87feed357838ce1842f5fbba))
15+
16+
### Code Refactoring
17+
18+
- **github.utils:** rename and enhance GH_TOKEN retrieval functions ([398b14a](https://github.com/shiftcode/sc-commons-public/commit/398b14af481ab80b0445a939f1bb63c181392e3d))
19+
20+
### Features
21+
22+
- **git.utils:** allow GitHub token to be null for gitSwitchBranch ([3b7e465](https://github.com/shiftcode/sc-commons-public/commit/3b7e4652730f78898326bd664bb263ba4f457205))
23+
24+
### BREAKING CHANGES
25+
26+
- **github.utils:** - getGhToken dropped in favor of tryGetGhToken and getGhTokenOrThrow
27+
- - node@v24 runtime requires
28+
- require node >= 22.10.2
29+
630
## [5.1.1](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/branch-utilities@5.1.0...@shiftcode/branch-utilities@5.1.1) (2025-11-06)
731

832
**Note:** Version bump only for package @shiftcode/branch-utilities

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": "6.0.0-pr77.2",
3+
"version": "6.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",
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.0.0 (2026-03-18)
7+
8+
### Build System
9+
10+
- update supported node version ([85d5fc1](https://github.com/shiftcode/sc-commons-public/commit/85d5fc19d7822abc0e44e07a45258baa95e31482))
11+
12+
### chore
13+
14+
- update Node.js engine requirement to >=24.10.2 and adjust target runtime in documentation ([df497bd](https://github.com/shiftcode/sc-commons-public/commit/df497bd1f776c2ed87feed357838ce1842f5fbba))
15+
16+
### Features
17+
18+
- introduce cdk-utilities ([694454c](https://github.com/shiftcode/sc-commons-public/commit/694454c56da403b523556cce61c9e88e825056b0))
19+
20+
### BREAKING CHANGES
21+
22+
- - node@v24 runtime requires
23+
- require node >= 22.10.2

packages/cdk-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/cdk-utilities",
3-
"version": "1.0.0-pr77.2",
3+
"version": "1.0.0",
44
"description": "Constructs for iac with aws-cdk-lib",
55
"repository": "https://github.com/shiftcode/sc-commons-public",
66
"license": "MIT",

packages/eslint-config-recommended/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
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+
# [7.0.0](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/eslint-config-recommended@6.1.0...@shiftcode/eslint-config-recommended@7.0.0) (2026-03-18)
7+
8+
### Bug Fixes
9+
10+
- allow [@ts](https://github.com/ts)- comments for spec/test files ([8acdbd8](https://github.com/shiftcode/sc-commons-public/commit/8acdbd88283023f5776e274456731ada1479af5f))
11+
- correct rule for all non-src files ([f449f25](https://github.com/shiftcode/sc-commons-public/commit/f449f2544056f6c964f1f74f77a16f4fc998f576))
12+
13+
### Build System
14+
15+
- update supported node version ([85d5fc1](https://github.com/shiftcode/sc-commons-public/commit/85d5fc19d7822abc0e44e07a45258baa95e31482))
16+
17+
### chore
18+
19+
- update Node.js engine requirement to >=24.10.2 and adjust target runtime in documentation ([df497bd](https://github.com/shiftcode/sc-commons-public/commit/df497bd1f776c2ed87feed357838ce1842f5fbba))
20+
21+
### Features
22+
23+
- add global default ignores ([f9f8c85](https://github.com/shiftcode/sc-commons-public/commit/f9f8c85780976a7a9cbc3fa4148e4501b972a4bf))
24+
- relax rules for non-src and test/spec files ([5ecbbe5](https://github.com/shiftcode/sc-commons-public/commit/5ecbbe585e074917d94a3a664ee670ecdeb723f0))
25+
26+
### BREAKING CHANGES
27+
28+
- - node@v24 runtime requires
29+
- require node >= 22.10.2
30+
631
# [6.1.0](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/eslint-config-recommended@6.0.1...@shiftcode/eslint-config-recommended@6.1.0) (2025-12-06)
732

833
### Features

0 commit comments

Comments
 (0)