Skip to content

Commit

Permalink
v0.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 19, 2023
1 parent d1e7e09 commit d881ae2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.25](https://github.com/nativescript-community/ui-drawer/compare/v0.1.24...v0.1.25) (2023-10-19)

### Bug Fixes

* backdrop ignoreTouchAnimation ([80dc0ad](https://github.com/nativescript-community/ui-drawer/commit/80dc0ad789f1ec9cfd9d483a7a03af9352ed7c0f))

## [0.1.24](https://github.com/nativescript-community/ui-drawer/compare/v0.1.23...v0.1.24) (2023-10-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.24",
"version": "0.1.25",
"packages": [
"packages/*"
],
Expand Down
4 changes: 4 additions & 0 deletions packages/ui-drawer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.25](https://github.com/nativescript-community/ui-drawer/compare/v0.1.24...v0.1.25) (2023-10-19)

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

## [0.1.24](https://github.com/nativescript-community/ui-drawer/compare/v0.1.23...v0.1.24) (2023-10-18)

**Note:** Version bump only for package @nativescript-community/ui-drawer
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-drawer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-drawer",
"version": "0.1.24",
"version": "0.1.25",
"description": "Easily add a side drawer (side menu) to your projects.",
"main": "./index",
"sideEffects": false,
Expand Down

0 comments on commit d881ae2

Please sign in to comment.