Skip to content

Commit 752fab0

Browse files
committed
v0.0.27
1 parent 0f435c6 commit 752fab0

File tree

4 files changed

+10
-16
lines changed

4 files changed

+10
-16
lines changed

CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,20 @@
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-
## [0.0.26](https://github.com/nativescript-community/ui-persistent-bottomsheet/compare/v0.0.25...v0.0.26) (2022-12-16)
7-
8-
**Note:** Version bump only for package ui-persistent-bottomsheet
6+
## [0.0.27](https://github.com/nativescript-community/ui-persistent-bottomsheet/compare/v0.0.26...v0.0.27) (2023-10-18)
97

8+
### Bug Fixes
109

10+
* prevent error in latest N ([e9cb118](https://github.com/nativescript-community/ui-persistent-bottomsheet/commit/e9cb118f7593befd13276d6ae30253f1c2f8893a))
1111

12+
## [0.0.26](https://github.com/nativescript-community/ui-persistent-bottomsheet/compare/v0.0.25...v0.0.26) (2022-12-16)
1213

14+
**Note:** Version bump only for package ui-persistent-bottomsheet
1315

1416
## [0.0.25](https://github.com/nativescript-community/ui-persistent-bottomsheet/compare/v0.0.24...v0.0.25) (2022-12-16)
1517

1618
**Note:** Version bump only for package ui-persistent-bottomsheet
1719

18-
19-
20-
21-
2220
## [0.0.24](https://github.com/nativescript-community/ui-persistent-bottomsheet/compare/v0.0.23...v0.0.24) (2022-11-07)
2321

2422
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.26",
2+
"version": "0.0.27",
33
"packages": [
44
"packages/*"
55
],

packages/ui-persistent-bottomsheet/CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,18 @@
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-
## [0.0.26](https://github.com/nativescript-community/ui-persistent-bottomsheet/compare/v0.0.25...v0.0.26) (2022-12-16)
6+
## [0.0.27](https://github.com/nativescript-community/ui-persistent-bottomsheet/compare/v0.0.26...v0.0.27) (2023-10-18)
77

88
**Note:** Version bump only for package @nativescript-community/ui-persistent-bottomsheet
99

10+
## [0.0.26](https://github.com/nativescript-community/ui-persistent-bottomsheet/compare/v0.0.25...v0.0.26) (2022-12-16)
1011

11-
12-
12+
**Note:** Version bump only for package @nativescript-community/ui-persistent-bottomsheet
1313

1414
## [0.0.25](https://github.com/nativescript-community/ui-persistent-bottomsheet/compare/v0.0.24...v0.0.25) (2022-12-16)
1515

1616
**Note:** Version bump only for package @nativescript-community/ui-persistent-bottomsheet
1717

18-
19-
20-
21-
2218
## [0.0.24](https://github.com/nativescript-community/ui-persistent-bottomsheet/compare/v0.0.23...v0.0.24) (2022-11-07)
2319

2420
**Note:** Version bump only for package @nativescript-community/ui-persistent-bottomsheet

packages/ui-persistent-bottomsheet/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-persistent-bottomsheet",
3-
"version": "0.0.26",
3+
"version": "0.0.27",
44
"description": "NativeScript plugin that allows you to easily add a persistent bottomsheet to your projects.",
55
"main": "./index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)