Skip to content

Commit b235d40

Browse files
committed
build(release): next version [skip_build]
1 parent a4f429e commit b235d40

8 files changed

Lines changed: 73 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
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+
# [15.0.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v14.0.0...v15.0.0) (2026-03-18)
7+
8+
### Bug Fixes
9+
10+
- **components:** change to correct peer dep ([24a8b81](https://github.com/shiftcode/sc-ng-commons-public/commit/24a8b81002c6dbd9cf3368277e1ec234e803b742))
11+
- **tooltip:** add missing input alias for disabled property ([48d10dc](https://github.com/shiftcode/sc-ng-commons-public/commit/48d10dc1df61004da8a8ddd502f8d51bc226d225))
12+
13+
### Features
14+
15+
- **logger:** `withCustomLogTransport` feature function ([be26d31](https://github.com/shiftcode/sc-ng-commons-public/commit/be26d31f4226543e08010162ee7dbc545c2e1013))
16+
- **logger:** expose `withErrorHandlerFn` to add global error handler ([0fa209f](https://github.com/shiftcode/sc-ng-commons-public/commit/0fa209fccef384c6b7d82badd1d77a6239fa5ea5))
17+
- use latest [@shiftcode](https://github.com/shiftcode) dependencies ([047517a](https://github.com/shiftcode/sc-ng-commons-public/commit/047517a4ae6e6c604437096e0148d4ccae421e1b))
18+
- use latest [@shiftcode](https://github.com/shiftcode) dependencies ([da5881f](https://github.com/shiftcode/sc-ng-commons-public/commit/da5881f161d34a2751c3874936b50cd950387fa7))
19+
- use latest [@shiftcode](https://github.com/shiftcode) dependencies ([7f70af9](https://github.com/shiftcode/sc-ng-commons-public/commit/7f70af968f4880cb3a0112f90c5b78ba3c927a9e))
20+
- use node.js v24 ([a5bac7c](https://github.com/shiftcode/sc-ng-commons-public/commit/a5bac7c36b5866f12670a40faa30298edd69f531))
21+
22+
### BREAKING CHANGES
23+
24+
- - requires @shiftcode/logger@^5.0.0
25+
26+
* requires @shiftcode/ngx-core@^15.0.0
27+
28+
- - requires @shiftcode/logger@^5.0.0
29+
30+
* requires @shiftcode/utilities@^5.0.0
31+
32+
- Requires Node >=24
33+
634
# [14.0.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v13.0.0...v14.0.0) (2026-02-04)
735

836
### Code Refactoring

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

812
**Note:** Version bump only for package @shiftcode/styleguide

apps/styleguide/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shiftcode/styleguide",
3-
"version": "15.0.0-pr7.1",
3+
"version": "15.0.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useNx": false,
44
"packages": ["libs/*", "apps/*"],
5-
"version": "15.0.0-pr7.1",
5+
"version": "15.0.0",
66
"command": {
77
"version": {
88
"allowBranch": "*",

libs/components/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+
# [15.0.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v14.0.0...v15.0.0) (2026-03-18)
7+
8+
### Bug Fixes
9+
10+
- **components:** change to correct peer dep ([24a8b81](https://github.com/shiftcode/sc-ng-commons-public/commit/24a8b81002c6dbd9cf3368277e1ec234e803b742))
11+
- **tooltip:** add missing input alias for disabled property ([48d10dc](https://github.com/shiftcode/sc-ng-commons-public/commit/48d10dc1df61004da8a8ddd502f8d51bc226d225))
12+
13+
### Features
14+
15+
- use latest [@shiftcode](https://github.com/shiftcode) dependencies ([da5881f](https://github.com/shiftcode/sc-ng-commons-public/commit/da5881f161d34a2751c3874936b50cd950387fa7))
16+
- use node.js v24 ([a5bac7c](https://github.com/shiftcode/sc-ng-commons-public/commit/a5bac7c36b5866f12670a40faa30298edd69f531))
17+
18+
### BREAKING CHANGES
19+
20+
- - requires @shiftcode/logger@^5.0.0
21+
22+
* requires @shiftcode/ngx-core@^15.0.0
23+
24+
- Requires Node >=24
25+
626
# [14.0.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v13.0.0...v14.0.0) (2026-02-04)
727

828
### Features

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": "15.0.0-pr7.1",
3+
"version": "15.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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
# [15.0.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v14.0.0...v15.0.0) (2026-03-18)
7+
8+
### Features
9+
10+
- **logger:** `withCustomLogTransport` feature function ([be26d31](https://github.com/shiftcode/sc-ng-commons-public/commit/be26d31f4226543e08010162ee7dbc545c2e1013))
11+
- **logger:** expose `withErrorHandlerFn` to add global error handler ([0fa209f](https://github.com/shiftcode/sc-ng-commons-public/commit/0fa209fccef384c6b7d82badd1d77a6239fa5ea5))
12+
- use latest [@shiftcode](https://github.com/shiftcode) dependencies ([7f70af9](https://github.com/shiftcode/sc-ng-commons-public/commit/7f70af968f4880cb3a0112f90c5b78ba3c927a9e))
13+
- use node.js v24 ([a5bac7c](https://github.com/shiftcode/sc-ng-commons-public/commit/a5bac7c36b5866f12670a40faa30298edd69f531))
14+
15+
### BREAKING CHANGES
16+
17+
- - requires @shiftcode/logger@^5.0.0
18+
19+
* requires @shiftcode/utilities@^5.0.0
20+
21+
- Requires Node >=24
22+
623
# [14.0.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v13.0.0...v14.0.0) (2026-02-04)
724

825
### Code Refactoring

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": "15.0.0-pr7.1",
3+
"version": "15.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)