Skip to content

Commit

Permalink
v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jun 20, 2023
1 parent 3e25ade commit 43b7e57
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 27 deletions.
13 changes: 5 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.4](https://github.com/nativescript-community/ui-webview/compare/v1.4.3...v1.4.4) (2023-02-15)

**Note:** Version bump only for package @nativescript-community/ui-webview-root
## [1.4.5](https://github.com/nativescript-community/ui-webview/compare/v1.4.4...v1.4.5) (2023-06-20)

### Bug Fixes

* angular build fix ([5552ca4](https://github.com/nativescript-community/ui-webview/commit/5552ca4b55240963d0317a34be8b8c4e62b2b155))

## [1.4.4](https://github.com/nativescript-community/ui-webview/compare/v1.4.3...v1.4.4) (2023-02-15)

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

## [1.4.3](https://github.com/nativescript-community/ui-webview/compare/v1.4.2...v1.4.3) (2023-01-24)


### Bug Fixes

* **ui-webview:** android native-api-usage fix ([9343cc7](https://github.com/nativescript-community/ui-webview/commit/9343cc707295c8e1b970a5e068b37fde55359714))





## [1.4.2](https://github.com/nativescript-community/ui-webview/compare/v1.4.1...v1.4.2) (2022-09-02)

### 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.4",
"version": "1.4.5",
"packages": [
"packages/*"
],
Expand Down
10 changes: 3 additions & 7 deletions packages/webview-rtc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +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.4](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.3...v1.4.4) (2023-02-15)
## [1.4.5](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.4...v1.4.5) (2023-06-20)

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

## [1.4.4](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.3...v1.4.4) (2023-02-15)



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

## [1.4.3](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.2...v1.4.3) (2023-01-24)

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





## [1.4.2](https://github.com/nativescript-community/ui-collectionview/compare/v1.4.1...v1.4.2) (2022-09-02)

**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.4",
"version": "1.4.5",
"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.4"
"@nativescript-community/ui-webview": "^1.4.5"
}
}
11 changes: 3 additions & 8 deletions packages/webview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.4](https://github.com/nativescript-community/ui-webview/compare/v1.4.3...v1.4.4) (2023-02-15)
## [1.4.5](https://github.com/nativescript-community/ui-webview/compare/v1.4.4...v1.4.5) (2023-06-20)

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

## [1.4.4](https://github.com/nativescript-community/ui-webview/compare/v1.4.3...v1.4.4) (2023-02-15)



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

## [1.4.3](https://github.com/nativescript-community/ui-webview/compare/v1.4.2...v1.4.3) (2023-01-24)


### Bug Fixes

* **ui-webview:** android native-api-usage fix ([9343cc7](https://github.com/nativescript-community/ui-webview/commit/9343cc707295c8e1b970a5e068b37fde55359714))





## [1.4.2](https://github.com/nativescript-community/ui-webview/compare/v1.4.1...v1.4.2) (2022-09-02)

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

0 comments on commit 43b7e57

Please sign in to comment.