Skip to content

Commit 9e57788

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

8 files changed

Lines changed: 26 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.1.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.0.0...v15.1.0) (2026-03-30)
7+
8+
### Features
9+
10+
- **svg:** enhance `SvgBaseDirective` to prevent race conditions ([aa0032b](https://github.com/shiftcode/sc-ng-commons-public/commit/aa0032bca7c13d7e1fc9f95c35b0af97ffae1570))
11+
- **svg:** expose `SvgBaseDirective` to allow custom icon component implementations ([14cbbb1](https://github.com/shiftcode/sc-ng-commons-public/commit/14cbbb1d747bcb0d85886a945bdac0f20acd20e1))
12+
613
# [15.0.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v14.0.0...v15.0.0) (2026-03-18)
714

815
### 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.1.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.0.0...v15.1.0) (2026-03-30)
7+
8+
**Note:** Version bump only for package @shiftcode/styleguide
9+
610
# [15.0.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v14.0.0...v15.0.0) (2026-03-18)
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.1.0-pr80.1",
3+
"version": "15.1.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.1.0-pr80.1",
5+
"version": "15.1.0",
66
"command": {
77
"version": {
88
"allowBranch": "*",

libs/components/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.1.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.0.0...v15.1.0) (2026-03-30)
7+
8+
### Features
9+
10+
- **svg:** enhance `SvgBaseDirective` to prevent race conditions ([aa0032b](https://github.com/shiftcode/sc-ng-commons-public/commit/aa0032bca7c13d7e1fc9f95c35b0af97ffae1570))
11+
- **svg:** expose `SvgBaseDirective` to allow custom icon component implementations ([14cbbb1](https://github.com/shiftcode/sc-ng-commons-public/commit/14cbbb1d747bcb0d85886a945bdac0f20acd20e1))
12+
613
# [15.0.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v14.0.0...v15.0.0) (2026-03-18)
714

815
### 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.1.0-pr80.1",
3+
"version": "15.1.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: 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.1.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.0.0...v15.1.0) (2026-03-30)
7+
8+
**Note:** Version bump only for package @shiftcode/ngx-core
9+
610
# [15.0.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v14.0.0...v15.0.0) (2026-03-18)
711

812
### 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": "15.1.0-pr80.1",
3+
"version": "15.1.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)