Skip to content

Commit ae66015

Browse files
committed
chore: release @native-html/transient-render-engine@11.1.2
1 parent b10dce3 commit ae66015

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/transient-render-engine/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [11.1.2](https://github.com/native-html/core/compare/@native-html/transient-render-engine@11.1.1...@native-html/transient-render-engine@11.1.2) (2021-10-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **tre:** accurate `nodeIndex` field description matching current impl ([b10dce3](https://github.com/native-html/core/commit/b10dce3d9090eaab37da6cd4e70e1c642cc87490))
7+
* **tre:** do not set `accessibilityLabel` for images with presentation role ([91f0937](https://github.com/native-html/core/commit/91f0937b4ee29e002144eab45db0334f0356c606))
8+
* **tre:** typo in documentation ([2db3ef8](https://github.com/native-html/core/commit/2db3ef8bbe7671917f151e07203a966c64b92e60))
9+
110
## [11.1.1](https://github.com/native-html/core/compare/@native-html/transient-render-engine@11.1.0...@native-html/transient-render-engine@11.1.1) (2021-10-19)
211

312

packages/transient-render-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@native-html/transient-render-engine",
3-
"version": "11.1.1",
3+
"version": "11.1.2",
44
"description": "An engine which produces an intermediary structure from HTML to create a React Native render tree.",
55
"main": "lib/commonjs/index.js",
66
"types": "lib/typescript/index.d.ts",

0 commit comments

Comments
 (0)