Skip to content

Commit f7d04dd

Browse files
committed
build(release): next version [skip_build]
- @shiftcode/ngx-components@10.0.0 - @shiftcode/ngx-core@10.0.0
1 parent 8fe4b22 commit f7d04dd

4 files changed

Lines changed: 27 additions & 2 deletions

File tree

libs/components/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+
# [10.0.0](https://github.com/shiftcode/sc-ng-commons-public/compare/@shiftcode/ngx-components@9.0.0...@shiftcode/ngx-components@10.0.0) (2025-06-30)
7+
8+
### Build System
9+
10+
- **components:** update peer dependency version ([1bdcbac](https://github.com/shiftcode/sc-ng-commons-public/commit/1bdcbacbb83b270daf35026134961afc2bc6d59c))
11+
12+
### BREAKING CHANGES
13+
14+
- **components:** requires @shiftcode/ngx-core ^10.0.0
15+
616
# [9.0.0](https://github.com/shiftcode/sc-ng-commons-public/compare/@shiftcode/ngx-components@8.0.0...@shiftcode/ngx-components@9.0.0) (2025-05-22)
717

818
### Build System

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": "10.0.0-pr48.2",
3+
"version": "10.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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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+
# [10.0.0](https://github.com/shiftcode/sc-ng-commons-public/compare/@shiftcode/ngx-core@9.0.0...@shiftcode/ngx-core@10.0.0) (2025-06-30)
7+
8+
### Bug Fixes
9+
10+
- **core:** also allow undefined for log request info values ([5f6e51d](https://github.com/shiftcode/sc-ng-commons-public/commit/5f6e51dbabeefbe3438d047a05b2223962cad293))
11+
- **core:** remove self reference in import ([bc7a1af](https://github.com/shiftcode/sc-ng-commons-public/commit/bc7a1af281dd3438d6cdeb56cde58dabcd3ce6d8))
12+
13+
### Features
14+
15+
- **core:** replace abstract class LogRequestInfoProvider with provider function for better DX ([7ce3626](https://github.com/shiftcode/sc-ng-commons-public/commit/7ce362631b1b6358cc7e774def042a2ebefbeb6a))
16+
17+
### BREAKING CHANGES
18+
19+
- **core:** The abstract class LogRequestInfoProvider is no longer available please provide the value using
20+
621
# [9.0.0](https://github.com/shiftcode/sc-ng-commons-public/compare/@shiftcode/ngx-core@8.0.0...@shiftcode/ngx-core@9.0.0) (2025-05-22)
722

823
### Build System

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": "10.0.0-pr48.3",
3+
"version": "10.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)