Skip to content

Commit 3784064

Browse files
committed
build(release): next version [skip_build]
1 parent 372ed33 commit 3784064

8 files changed

Lines changed: 41 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.3.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.2.0...v15.3.0) (2026-07-09)
7+
8+
### Bug Fixes
9+
10+
- **testing-fab:** address remaining review comments ([8c79c05](https://github.com/shiftcode/sc-ng-commons-public/commit/8c79c0514b00f4b7b97c864caae347377c122561))
11+
12+
### Features
13+
14+
- **components:** implement configurable testing fab ([eb7cad5](https://github.com/shiftcode/sc-ng-commons-public/commit/eb7cad592535fc116903d31dd9aab16dd3581924))
15+
- **testing-fab:** add option to skip empty selection and enhance styles ([a600a94](https://github.com/shiftcode/sc-ng-commons-public/commit/a600a94fbbc139667710852f95c498dc0678c00e))
16+
- **testing-fab:** add toggle widget type ([a6b7ee4](https://github.com/shiftcode/sc-ng-commons-public/commit/a6b7ee40600d9125eaaa69e7268f02266ba5fc21))
17+
- **testing-fab:** add toggle widget type ([8d0b3c8](https://github.com/shiftcode/sc-ng-commons-public/commit/8d0b3c8d206c460d794e94afe89126667b05b8a5))
18+
619
# [15.2.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.1.1...v15.2.0) (2026-04-30)
720

821
### Features

apps/styleguide/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.3.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.2.0...v15.3.0) (2026-07-09)
7+
8+
### Features
9+
10+
- **testing-fab:** add toggle widget type ([a6b7ee4](https://github.com/shiftcode/sc-ng-commons-public/commit/a6b7ee40600d9125eaaa69e7268f02266ba5fc21))
11+
- **testing-fab:** add toggle widget type ([8d0b3c8](https://github.com/shiftcode/sc-ng-commons-public/commit/8d0b3c8d206c460d794e94afe89126667b05b8a5))
12+
613
# [15.2.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.1.1...v15.2.0) (2026-04-30)
714

815
**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.3.0-pr87.8",
3+
"version": "15.3.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.3.0-pr87.8",
5+
"version": "15.3.0",
66
"command": {
77
"version": {
88
"allowBranch": "*",

libs/components/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.3.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.2.0...v15.3.0) (2026-07-09)
7+
8+
### Bug Fixes
9+
10+
- **testing-fab:** address remaining review comments ([8c79c05](https://github.com/shiftcode/sc-ng-commons-public/commit/8c79c0514b00f4b7b97c864caae347377c122561))
11+
12+
### Features
13+
14+
- **components:** implement configurable testing fab ([eb7cad5](https://github.com/shiftcode/sc-ng-commons-public/commit/eb7cad592535fc116903d31dd9aab16dd3581924))
15+
- **testing-fab:** add option to skip empty selection and enhance styles ([a600a94](https://github.com/shiftcode/sc-ng-commons-public/commit/a600a94fbbc139667710852f95c498dc0678c00e))
16+
- **testing-fab:** add toggle widget type ([a6b7ee4](https://github.com/shiftcode/sc-ng-commons-public/commit/a6b7ee40600d9125eaaa69e7268f02266ba5fc21))
17+
- **testing-fab:** add toggle widget type ([8d0b3c8](https://github.com/shiftcode/sc-ng-commons-public/commit/8d0b3c8d206c460d794e94afe89126667b05b8a5))
18+
619
# [15.2.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.1.1...v15.2.0) (2026-04-30)
720

821
### 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.3.0-pr87.8",
3+
"version": "15.3.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.3.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.2.0...v15.3.0) (2026-07-09)
7+
8+
**Note:** Version bump only for package @shiftcode/ngx-core
9+
610
# [15.2.0](https://github.com/shiftcode/sc-ng-commons-public/compare/v15.1.1...v15.2.0) (2026-04-30)
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.3.0-pr87.8",
3+
"version": "15.3.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)