Skip to content

Commit 5edf681

Browse files
committed
build(release): next version [skip_build]
1 parent b63a8fd commit 5edf681

8 files changed

Lines changed: 24 additions & 4 deletions

File tree

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.1.1](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.1.0...v15.1.1) (2026-04-13)
7+
8+
### Bug Fixes
9+
10+
- **resize:** making resize method public ([31049d5](https://github.com/shiftcode/sc-ng-commons-public/commit/31049d51f7d985180a65dbd2257d53b530c62908))
11+
612
# [15.1.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.0.0...v15.1.0) (2026-03-30)
713

814
### Features

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.1](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.1.0...v15.1.1) (2026-04-13)
7+
8+
**Note:** Version bump only for package @shiftcode/styleguide
9+
610
# [15.1.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.0.0...v15.1.0) (2026-03-30)
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.1-pr1006.0",
3+
"version": "15.1.1",
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.1-pr1006.0",
5+
"version": "15.1.1",
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.1.1](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.1.0...v15.1.1) (2026-04-13)
7+
8+
### Bug Fixes
9+
10+
- **resize:** making resize method public ([31049d5](https://github.com/shiftcode/sc-ng-commons-public/commit/31049d51f7d985180a65dbd2257d53b530c62908))
11+
612
# [15.1.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.0.0...v15.1.0) (2026-03-30)
713

814
### 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.1.1-pr1006.0",
3+
"version": "15.1.1",
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.1](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.1.0...v15.1.1) (2026-04-13)
7+
8+
**Note:** Version bump only for package @shiftcode/ngx-core
9+
610
# [15.1.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.0.0...v15.1.0) (2026-03-30)
711

812
**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.1.1-pr1006.0",
3+
"version": "15.1.1",
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)