Skip to content

Commit ac0db56

Browse files
committed
v1.2.7
1 parent 5f29555 commit ac0db56

File tree

6 files changed

+33
-3
lines changed

6 files changed

+33
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [1.2.7](https://github.com/nativescript-community/ui-webview/compare/v1.2.6...v1.2.7) (2021-09-18)
7+
8+
9+
### Bug Fixes
10+
11+
* had to rollback but now you can ignore ‘url’ if disabling normalizeUrls ([f8a733e](https://github.com/nativescript-community/ui-webview/commit/f8a733e7a8ed34ffb235a02902efa425f859b0b7))
12+
13+
14+
15+
16+
617
## [1.2.6](https://github.com/nativescript-community/ui-webview/compare/v1.2.5...v1.2.6) (2021-09-18)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
]
1818
}
1919
},
20-
"version": "1.2.6"
20+
"version": "1.2.7"
2121
}

packages/webview-rtc/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [1.2.7](https://github.com/nativescript-community/ui-collectionview/compare/v1.2.6...v1.2.7) (2021-09-18)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-webview-rtc
9+
10+
11+
12+
13+
614
## [1.2.6](https://github.com/nativescript-community/ui-collectionview/compare/v1.2.5...v1.2.6) (2021-09-18)
715

816

packages/webview-rtc/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-webview-rtc",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"main": "./index",
55
"sideEffects": false,
66
"typings": "./index.d.ts",

packages/webview/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [1.2.7](https://github.com/nativescript-community/ui-webview/compare/v1.2.6...v1.2.7) (2021-09-18)
7+
8+
9+
### Bug Fixes
10+
11+
* had to rollback but now you can ignore ‘url’ if disabling normalizeUrls ([f8a733e](https://github.com/nativescript-community/ui-webview/commit/f8a733e7a8ed34ffb235a02902efa425f859b0b7))
12+
13+
14+
15+
16+
617
## [1.2.6](https://github.com/nativescript-community/ui-webview/compare/v1.2.5...v1.2.6) (2021-09-18)
718

819

packages/webview/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-webview",
3-
"version": "1.2.5",
3+
"version": "1.2.7",
44
"description": "Image caching plugin for NativeScript",
55
"main": "./index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)