Skip to content

Commit d0890b5

Browse files
committed
v0.6.5
1 parent 306f9bb commit d0890b5

File tree

8 files changed

+46
-6
lines changed

8 files changed

+46
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [0.6.5](https://github.com/mybigday/react-native-external-display/compare/v0.6.4...v0.6.5) (2024-07-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **ios:** remove subview in _subviews ([abbf0eb](https://github.com/mybigday/react-native-external-display/commit/abbf0eb8f8e9e514fc33d47dc34f4e432b2727ff))
12+
* **ios:** use synchronized for pointer array op to avoid possible crash ([afccdea](https://github.com/mybigday/react-native-external-display/commit/afccdeab264583311b739efd91eaf1a72d2edb10))
13+
14+
15+
16+
17+
618
## [0.6.4](https://github.com/mybigday/react-native-external-display/compare/v0.6.3...v0.6.4) (2023-11-14)
719

820

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.6.4",
6+
"version": "0.6.5",
77
"npmClient": "yarn",
88
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
99
}

packages/IPadMultiScenesHeadlessExample/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+
## [0.6.5](https://github.com/mybigday/react-native-external-display/compare/v0.6.4...v0.6.5) (2024-07-16)
7+
8+
**Note:** Version bump only for package IPadMultiScenesHeadlessExample
9+
10+
11+
12+
13+
614
## [0.6.4](https://github.com/mybigday/react-native-external-display/compare/v0.6.3...v0.6.4) (2023-11-14)
715

816
**Note:** Version bump only for package IPadMultiScenesHeadlessExample

packages/IPadMultiScenesHeadlessExample/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "IPadMultiScenesHeadlessExample",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"private": true,
55
"workspaces": {
66
"nohoist": [
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"react": "18.2.0",
2020
"react-native": "0.71.11",
21-
"react-native-external-display": "^0.6.4",
21+
"react-native-external-display": "^0.6.5",
2222
"react-native-webview": "^13.2.2"
2323
},
2424
"devDependencies": {

packages/RNExternalDisplayExample/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+
## [0.6.5](https://github.com/mybigday/react-native-external-display/compare/v0.6.4...v0.6.5) (2024-07-16)
7+
8+
**Note:** Version bump only for package rnexternaldisplayexample
9+
10+
11+
12+
13+
614
## [0.6.4](https://github.com/mybigday/react-native-external-display/compare/v0.6.3...v0.6.4) (2023-11-14)
715

816
**Note:** Version bump only for package rnexternaldisplayexample

packages/RNExternalDisplayExample/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rnexternaldisplayexample",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"private": true,
55
"workspaces": {
66
"nohoist": [
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"react": "18.2.0",
2121
"react-native": "0.71.11",
22-
"react-native-external-display": "^0.6.4",
22+
"react-native-external-display": "^0.6.5",
2323
"react-native-gesture-handler": "^2.12.0",
2424
"react-native-webview": "^13.2.2"
2525
},

packages/react-native-external-display/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [0.6.5](https://github.com/mybigday/react-native-external-display/compare/v0.6.4...v0.6.5) (2024-07-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **ios:** remove subview in _subviews ([abbf0eb](https://github.com/mybigday/react-native-external-display/commit/abbf0eb8f8e9e514fc33d47dc34f4e432b2727ff))
12+
* **ios:** use synchronized for pointer array op to avoid possible crash ([afccdea](https://github.com/mybigday/react-native-external-display/commit/afccdeab264583311b739efd91eaf1a72d2edb10))
13+
14+
15+
16+
17+
618
## [0.6.4](https://github.com/mybigday/react-native-external-display/compare/v0.6.3...v0.6.4) (2023-11-14)
719

820

packages/react-native-external-display/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-external-display",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "React Native view renderer in External Display",
55
"scripts": {},
66
"author": "Jhen-Jie Hong <developer@jhen.me>",

0 commit comments

Comments
 (0)