Skip to content

Commit 9d49159

Browse files
committed
build(release): next version [skip_build]
- @shiftcode/[email protected] - @shiftcode/[email protected]
1 parent 0bf45f8 commit 9d49159

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-6
lines changed

package-lock.json

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

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.2](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2025-09-09)
7+
8+
**Note:** Version bump only for package @shiftcode/logger
9+
610
## [3.0.1](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.2-pr62.0",
3+
"version": "3.0.2",
44
"description": "logger for local and aws lambda execution",
55
"repository": "https://github.com/shiftcode/sc-commons-public",
66
"license": "UNLICENSED",
@@ -37,7 +37,7 @@
3737
"test:watch": "npm run test -- --watch"
3838
},
3939
"devDependencies": {
40-
"@shiftcode/utilities": "^4.2.0-pr62.0"
40+
"@shiftcode/utilities": "^4.2.0"
4141
},
4242
"peerDependencies": {
4343
"@shiftcode/utilities": "^4.0.0 || ^4.0.0-pr53"

packages/utilities/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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-09-09)
7+
8+
### Features
9+
10+
- **object-utilities:** add fn to pick props + assert defined from object ([8880673](https://github.com/shiftcode/sc-commons-public/commit/888067334274a6fcb65197bcc47931360eb96b2f))
11+
- **object-utilities:** add getValueAssertDefined function ([527cfc3](https://github.com/shiftcode/sc-commons-public/commit/527cfc3cc253edba1fcb92aee960d875be47080c))
12+
613
# [4.1.0](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2025-09-09)
714

815
### Features

packages/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/utilities",
3-
"version": "4.2.0-pr62.0",
3+
"version": "4.2.0",
44
"description": "Contains some utilities",
55
"repository": "https://github.com/shiftcode/sc-commons-public",
66
"license": "MIT",

0 commit comments

Comments
 (0)