Skip to content

Commit e69438d

Browse files
committed
chore(release): publish new version 2.0.15
1 parent f2ee1ae commit e69438d

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

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+
## [2.0.15](https://github.com/nativescript-community/ui-checkbox/compare/v2.0.14...v2.0.15) (2025-10-07)
7+
8+
### Bug Fixes
9+
10+
* angular build fix ([c3908cd](https://github.com/nativescript-community/ui-checkbox/commit/c3908cd01b75bcecee4284a28b8da799a95353af))
11+
612
## [2.0.14](https://github.com/nativescript-community/ui-checkbox/compare/v2.0.13...v2.0.14) (2025-10-03)
713

814
**Note:** Version bump only for package ui-checkbox

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.14",
2+
"version": "2.0.15",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/checkbox/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+
## [2.0.15](https://github.com/nativescript-community/ui-checkbox/compare/v2.0.14...v2.0.15) (2025-10-07)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-checkbox
9+
610
## [2.0.14](https://github.com/nativescript-community/ui-checkbox/compare/v2.0.13...v2.0.14) (2025-10-03)
711

812
**Note:** Version bump only for package @nativescript-community/ui-checkbox

packages/checkbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-checkbox",
3-
"version": "2.0.14",
3+
"version": "2.0.15",
44
"description": "NativeScript plugin for checkbox.",
55
"main": "./index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)