Skip to content

Commit 4cbd1b1

Browse files
committed
build(release): next version [skip_build]
- @shiftcode/[email protected] - @shiftcode/[email protected]
1 parent fdb1a9f commit 4cbd1b1

File tree

4 files changed

+32
-2
lines changed

4 files changed

+32
-2
lines changed

libs/components/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [12.0.0](https://github.com/shiftcode/sc-ng-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2025-09-09)
7+
8+
### Features
9+
10+
- **dependencies:** require @shiftcode/ngx-core@^12.0.0 ([5c93d4b](https://github.com/shiftcode/sc-ng-commons-public/commit/5c93d4bdfd9cada0c76f9eecbb4d4e358f163199))
11+
- **dependencies:** use @shiftcode/ngx-core@^12.0.0 ([8a75739](https://github.com/shiftcode/sc-ng-commons-public/commit/8a75739de97439247307d4e99a7cb640d0212c10))
12+
13+
### BREAKING CHANGES
14+
15+
- **dependencies:** require @shiftcode/ngx-core@^12.0.0
16+
617
# [11.0.0](https://github.com/shiftcode/sc-ng-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2025-06-30)
718

819
### 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": "12.0.0-pr56.2",
3+
"version": "12.0.0",
44
"repository": "https://github.com/shiftcode/sc-ng-commons-public",
55
"license": "MIT",
66
"author": "shiftcode GmbH <[email protected]>",

libs/core/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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+
# [12.0.0](https://github.com/shiftcode/sc-ng-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2025-09-09)
7+
8+
### Bug Fixes
9+
10+
- **logger:** ensure `requestInfo` is optional in log data and improve injection syntax ([91f9bb9](https://github.com/shiftcode/sc-ng-commons-public/commit/91f9bb9abffbb4f69b39d586cf02955e820b8cfc))
11+
- **logger:** make the `LogRequestInfo` feature working again ([0e3d49d](https://github.com/shiftcode/sc-ng-commons-public/commit/0e3d49d6df80a866cc67c7c3973b75182c93d65f))
12+
13+
### Code Refactoring
14+
15+
- **logger:** do not expose internals ([8601529](https://github.com/shiftcode/sc-ng-commons-public/commit/86015291dee8f0eb528845c96c1bca28894bef79))
16+
17+
### BREAKING CHANGES
18+
19+
- **logger:** - the LOG_REQUEST_INFO token does no longer exist
20+
21+
* `provideLogRequestInfo` no longer exists. use `withRequestInfoFn` instead
22+
23+
- **logger:** - the LoggerFeature type and LoggerFeatureKind enum are no longer exported
24+
625
# [11.1.0](https://github.com/shiftcode/sc-ng-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2025-08-21)
726

827
### Features

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": "12.0.0-pr56.4",
3+
"version": "12.0.0",
44
"repository": "https://github.com/shiftcode/sc-ng-commons-public",
55
"license": "MIT",
66
"author": "shiftcode GmbH <[email protected]>",

0 commit comments

Comments
 (0)