Skip to content

Commit eda9cb8

Browse files
committed
build(release): next version [skip_build]
1 parent 9a127b7 commit eda9cb8

8 files changed

Lines changed: 61 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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+
# [14.0.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v13.0.0...v14.0.0) (2026-02-04)
7+
8+
### Code Refactoring
9+
10+
- **logger:** removal of old cloudwatch logger construct ([c071a6e](https://github.com/shiftcode/sc-ng-commons-public/commit/c071a6e30c92fe31d099b2a1ce78e76b077a6c7b))
11+
12+
### Features
13+
14+
- **cloud-watch-logger:** use keepalive option when writing logs ([d765e87](https://github.com/shiftcode/sc-ng-commons-public/commit/d765e87ffc370deb96706226ee7f22443a14c149))
15+
- **logger:** added ConsoleJsonLogTransportService ([5170141](https://github.com/shiftcode/sc-ng-commons-public/commit/51701415e10d23b8d73a10254cd1f86a4ac7f274))
16+
- **logger:** added V2 of CloudWatchLog\* to be used with new CloudWatchApi construct ([95c1eed](https://github.com/shiftcode/sc-ng-commons-public/commit/95c1eed5808dac6d01a560ff184b249bac914c75))
17+
18+
### BREAKING CHANGES
19+
20+
- **logger:** - use the new CloudWatchLogV2\* classes and functions. requires the new cdk construct CloudWatchApi from @shiftcode/cdk-utils
21+
- **logger:** - requires `@shiftcode/logger@^4.0.0`
22+
23+
* ConsoleLogTransport renamed to BrowserConsoleLogTransportService and using its own config `BROWSER_CONSOLE_LOG_TRANSPORT_CONFIG`
24+
* NodeConsoleLogTransport renamed to NodeConsoleLogTransportService and using its own config `NODE_CONSOLE_LOG_TRANSPORT_CONFIG`
25+
626
# 13.0.0 (2025-12-09)
727

828
### Bug Fixes

apps/styleguide/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+
# [14.0.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v13.0.0...v14.0.0) (2026-02-04)
7+
8+
**Note:** Version bump only for package @shiftcode/styleguide
9+
610
# 13.0.0 (2025-12-09)
711

812
### Bug Fixes

apps/styleguide/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"lint:ci": "eslint ./src",
77
"lint:staged": "eslint --fix --cache"
88
},
9-
"version": "13.0.0"
9+
"version": "14.0.0"
1010
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"useNx": false,
33
"packages": ["libs/*", "apps/*"],
4-
"version": "14.0.0-pr76.14",
4+
"version": "14.0.0",
55
"command": {
66
"version": {
77
"allowBranch": "*",

libs/components/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
# [14.0.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v13.0.0...v14.0.0) (2026-02-04)
7+
8+
### Features
9+
10+
- **logger:** added ConsoleJsonLogTransportService ([5170141](https://github.com/shiftcode/sc-ng-commons-public/commit/51701415e10d23b8d73a10254cd1f86a4ac7f274))
11+
12+
### BREAKING CHANGES
13+
14+
- **logger:** - requires `@shiftcode/logger@^4.0.0`
15+
16+
* ConsoleLogTransport renamed to BrowserConsoleLogTransportService and using its own config `BROWSER_CONSOLE_LOG_TRANSPORT_CONFIG`
17+
* NodeConsoleLogTransport renamed to NodeConsoleLogTransportService and using its own config `NODE_CONSOLE_LOG_TRANSPORT_CONFIG`
18+
619
# 13.0.0 (2025-12-09)
720

821
### Bug Fixes

libs/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shiftcode/ngx-components",
3-
"version": "14.0.0-pr76.14",
3+
"version": "14.0.0",
44
"repository": "https://github.com/shiftcode/sc-ng-commons-public",
55
"license": "MIT",
66
"author": "shiftcode GmbH <team@shiftcode.ch>",

libs/core/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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+
# [14.0.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v13.0.0...v14.0.0) (2026-02-04)
7+
8+
### Code Refactoring
9+
10+
- **logger:** removal of old cloudwatch logger construct ([c071a6e](https://github.com/shiftcode/sc-ng-commons-public/commit/c071a6e30c92fe31d099b2a1ce78e76b077a6c7b))
11+
12+
### Features
13+
14+
- **cloud-watch-logger:** use keepalive option when writing logs ([d765e87](https://github.com/shiftcode/sc-ng-commons-public/commit/d765e87ffc370deb96706226ee7f22443a14c149))
15+
- **logger:** added ConsoleJsonLogTransportService ([5170141](https://github.com/shiftcode/sc-ng-commons-public/commit/51701415e10d23b8d73a10254cd1f86a4ac7f274))
16+
- **logger:** added V2 of CloudWatchLog\* to be used with new CloudWatchApi construct ([95c1eed](https://github.com/shiftcode/sc-ng-commons-public/commit/95c1eed5808dac6d01a560ff184b249bac914c75))
17+
18+
### BREAKING CHANGES
19+
20+
- **logger:** - use the new CloudWatchLogV2\* classes and functions. requires the new cdk construct CloudWatchApi from @shiftcode/cdk-utils
21+
- **logger:** - requires `@shiftcode/logger@^4.0.0`
22+
23+
* ConsoleLogTransport renamed to BrowserConsoleLogTransportService and using its own config `BROWSER_CONSOLE_LOG_TRANSPORT_CONFIG`
24+
* NodeConsoleLogTransport renamed to NodeConsoleLogTransportService and using its own config `NODE_CONSOLE_LOG_TRANSPORT_CONFIG`
25+
626
# 13.0.0 (2025-12-09)
727

828
### Bug Fixes

libs/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shiftcode/ngx-core",
3-
"version": "14.0.0-pr76.14",
3+
"version": "14.0.0",
44
"repository": "https://github.com/shiftcode/sc-ng-commons-public",
55
"license": "MIT",
66
"author": "shiftcode GmbH <team@shiftcode.ch>",

0 commit comments

Comments
 (0)