Skip to content

Commit 8065dd1

Browse files
committed
chore: release @native-html/transient-render-engine@11.0.0
1 parent 3401890 commit 8065dd1

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

packages/transient-render-engine/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [11.0.0](https://github.com/native-html/core/compare/@native-html/transient-render-engine@10.4.0...@native-html/transient-render-engine@11.0.0) (2021-10-15)
2+
3+
4+
### Code Refactoring
5+
6+
* rename `getDynamicReactNativeProps` to `getReactNativeProps` for consistency ([3401890](https://github.com/native-html/core/commit/340189047b9f9d775b6ea73bf892ae79c6f85a6e))
7+
* rename `getuadynamicmixedstyles` to `getmixeduastyles` for consistency ([a1ce296](https://github.com/native-html/core/commit/a1ce296092a216437ab75abae7a30e6c46f4b5db))
8+
9+
10+
### Features
11+
12+
* add new typescript util, `ExtractTNodeFromType` ([9b1b008](https://github.com/native-html/core/commit/9b1b0081a8cca688e05ec3435a2169e6652839a6))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* rename `getDynamicReactNativeProps` to
18+
`getReactNativeProps` for consistency
19+
* rename `getuadynamicmixedstyles` to `getmixeduastyles`
20+
for consistency
21+
122
# [10.4.0](https://github.com/native-html/core/compare/@native-html/transient-render-engine@10.3.0...@native-html/transient-render-engine@10.4.0) (2021-10-14)
223

324

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": "10.4.0",
3+
"version": "11.0.0",
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)