Skip to content

Commit

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

## [1.4.10](https://github.com/nativescript-community/ui-webview/compare/v1.4.9...v1.4.10) (2023-12-13)

### Bug Fixes

* **android:** remove `appCachePath` as it was removed from android ([d696d4c](https://github.com/nativescript-community/ui-webview/commit/d696d4c393bcfd97a7eeb6d6daaea19471d68761))
* **webview:** Fix emitting events without payload on iOS ([6cac60f](https://github.com/nativescript-community/ui-webview/commit/6cac60f8b3f43ceebb8f5089f469986f1abce9f8))
* **webview:** Remove normalizeUrl method ([300f3bb](https://github.com/nativescript-community/ui-webview/commit/300f3bb70e616a376a65d0447dfd6cf281257d3d))

### Features

* **webview:** Add debugMode property to iOS, closes [#8](https://github.com/nativescript-community/ui-webview/issues/8) ([23816ee](https://github.com/nativescript-community/ui-webview/commit/23816ee5463c8242f7b31201e3b885a0401f2130))

## [1.4.9](https://github.com/nativescript-community/ui-webview/compare/v1.4.8...v1.4.9) (2023-08-03)

### 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.9",
"version": "1.4.10",
"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.4.10](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.9...v1.4.10) (2023-12-13)

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

## [1.4.9](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.8...v1.4.9) (2023-08-03)

**Note:** Version bump only for package @nativescript-community/ui-webview-rtc
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.9",
"version": "1.4.10",
"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.9"
"@nativescript-community/ui-webview": "^1.4.10"
}
}
4 changes: 4 additions & 0 deletions packages/webview/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.4.10](https://github.com/nativescript-community/ui-webview/compare/v1.4.9...v1.4.10) (2023-12-13)

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

## [1.4.9](https://github.com/nativescript-community/ui-webview/compare/v1.4.8...v1.4.9) (2023-08-03)

**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.9",
"version": "1.4.10",
"description": "Image caching plugin for NativeScript",
"main": "./index",
"sideEffects": false,
Expand Down

0 comments on commit 546044f

Please sign in to comment.