Skip to content

Commit ab56b29

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

8 files changed

Lines changed: 31 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.2.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.1.1...v15.2.0) (2026-04-30)
7+
8+
### Features
9+
10+
- add `ApplyPipe` ([899bdca](https://github.com/shiftcode/sc-ng-commons-public/commit/899bdca5b1a9e58d04de3c29317bc1ba6226cac4))
11+
- add `InputsOf` utility type to extract component inputs ([aae401f](https://github.com/shiftcode/sc-ng-commons-public/commit/aae401f6b4f4cffb686f037829b14b9c7221a1b4))
12+
- **logger:** enhance `withCustomLogTransport` to support `useExisting` option ([c661200](https://github.com/shiftcode/sc-ng-commons-public/commit/c661200017385859753afa9a9e815124b206997e))
13+
- new utility `onInit` function to replace ngOnInit ([81dc82b](https://github.com/shiftcode/sc-ng-commons-public/commit/81dc82b757caf89cc55d2d9b4c4096eea03f9b9b))
14+
615
## [15.1.1](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.1.0...v15.1.1) (2026-04-13)
716

817
### 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+
# [15.2.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.1.1...v15.2.0) (2026-04-30)
7+
8+
**Note:** Version bump only for package @shiftcode/styleguide
9+
610
## [15.1.1](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.1.0...v15.1.1) (2026-04-13)
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.2.0-pr83.1",
3+
"version": "15.2.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.2.0-pr83.1",
5+
"version": "15.2.0",
66
"command": {
77
"version": {
88
"allowBranch": "*",

libs/components/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.2.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.1.1...v15.2.0) (2026-04-30)
7+
8+
### Features
9+
10+
- add `ApplyPipe` ([899bdca](https://github.com/shiftcode/sc-ng-commons-public/commit/899bdca5b1a9e58d04de3c29317bc1ba6226cac4))
11+
612
## [15.1.1](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.1.0...v15.1.1) (2026-04-13)
713

814
### 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": "15.2.0-pr83.1",
3+
"version": "15.2.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.2.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.1.1...v15.2.0) (2026-04-30)
7+
8+
### Features
9+
10+
- add `InputsOf` utility type to extract component inputs ([aae401f](https://github.com/shiftcode/sc-ng-commons-public/commit/aae401f6b4f4cffb686f037829b14b9c7221a1b4))
11+
- **logger:** enhance `withCustomLogTransport` to support `useExisting` option ([c661200](https://github.com/shiftcode/sc-ng-commons-public/commit/c661200017385859753afa9a9e815124b206997e))
12+
- new utility `onInit` function to replace ngOnInit ([81dc82b](https://github.com/shiftcode/sc-ng-commons-public/commit/81dc82b757caf89cc55d2d9b4c4096eea03f9b9b))
13+
614
## [15.1.1](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.1.0...v15.1.1) (2026-04-13)
715

816
**Note:** Version bump only for package @shiftcode/ngx-core

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.2.0-pr83.1",
3+
"version": "15.2.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)