Skip to content

Commit

Permalink
chore(release): publish new version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Aug 29, 2024
1 parent b77f42a commit 6d1ea21
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.0](https://github.com/nativescript-community/ui-webview/compare/v1.4.11...v1.5.0) (2024-08-29)

### Features

* added support for more js events like new permissions, 'fileChooser', `favIcon`, `touchIcon` ([9b75f36](https://github.com/nativescript-community/ui-webview/commit/9b75f361f157904c380f222268717672d4b0a632))
* **webview:** implement nested scroll on Android ([07a51cd](https://github.com/nativescript-community/ui-webview/commit/07a51cdbf434d8bd0d776e3ba87ff9fc466c1521))

## [1.4.11](https://github.com/nativescript-community/ui-webview/compare/v1.4.10...v1.4.11) (2024-02-15)

### 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": "1.4.11",
"version": "1.5.0",
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"packages": [
"packages/*"
Expand Down
4 changes: 4 additions & 0 deletions packages/webview-rtc/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.

## [1.5.0](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.11...v1.5.0) (2024-08-29)

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

## [1.4.11](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.10...v1.4.11) (2024-02-15)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/webview-rtc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-webview-rtc",
"version": "1.4.11",
"version": "1.5.0",
"main": "./index",
"sideEffects": false,
"typings": "./index.d.ts",
Expand Down Expand Up @@ -36,6 +36,6 @@
},
"homepage": "https://github.com/nativescript-community/ui-webview#readme",
"dependencies": {
"@nativescript-community/ui-webview": "^1.4.11"
"@nativescript-community/ui-webview": "^1.5.0"
}
}
6 changes: 6 additions & 0 deletions packages/webview/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.

## [1.5.0](https://github.com/nativescript-community/ui-webview/compare/v1.4.11...v1.5.0) (2024-08-29)

### Features

* **webview:** implement nested scroll on Android ([07a51cd](https://github.com/nativescript-community/ui-webview/commit/07a51cdbf434d8bd0d776e3ba87ff9fc466c1521))

## [1.4.11](https://github.com/nativescript-community/ui-webview/compare/v1.4.10...v1.4.11) (2024-02-15)

**Note:** Version bump only for package @nativescript-community/ui-webview
Expand Down
2 changes: 1 addition & 1 deletion packages/webview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-webview",
"version": "1.4.11",
"version": "1.5.0",
"description": "Image caching plugin for NativeScript",
"main": "./index",
"sideEffects": false,
Expand Down

0 comments on commit 6d1ea21

Please sign in to comment.