Skip to content

Commit 8c5d768

Browse files
committed
v0.6.6
1 parent 7f72e4f commit 8c5d768

File tree

8 files changed

+48
-6
lines changed

8 files changed

+48
-6
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.6](https://github.com/mybigday/react-native-external-display/compare/v0.6.5...v0.6.6) (2024-09-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** unnecessary methods in old arch ([c88b8fe](https://github.com/mybigday/react-native-external-display/commit/c88b8fe6db4c652a7a72718aa0c820add66f5650))
12+
* **ios:** new arch setup in podspec ([9c9350c](https://github.com/mybigday/react-native-external-display/commit/9c9350c45d1da8a089ddc4acb94d249285aa6183))
13+
* new arch codegen by unify NativeRNExternalDisplayEvent ([88057a7](https://github.com/mybigday/react-native-external-display/commit/88057a7d94b94c3b8579664cd2f0d102aa95c804))
14+
15+
16+
17+
18+
619
## [0.6.5](https://github.com/mybigday/react-native-external-display/compare/v0.6.4...v0.6.5) (2024-07-16)
720

821

lerna.json

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

packages/IPadMultiScenesHeadlessExample/CHANGELOG.md

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

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

packages/IPadMultiScenesHeadlessExample/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "IPadMultiScenesHeadlessExample",
3-
"version": "0.6.5",
3+
"version": "0.6.6",
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.5",
21+
"react-native-external-display": "^0.6.6",
2222
"react-native-webview": "^13.2.2"
2323
},
2424
"devDependencies": {

packages/RNExternalDisplayExample/CHANGELOG.md

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

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

packages/RNExternalDisplayExample/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rnexternaldisplayexample",
3-
"version": "0.6.5",
3+
"version": "0.6.6",
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.5",
22+
"react-native-external-display": "^0.6.6",
2323
"react-native-gesture-handler": "^2.12.0",
2424
"react-native-webview": "^13.2.2"
2525
},

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

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.6](https://github.com/mybigday/react-native-external-display/compare/v0.6.5...v0.6.6) (2024-09-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** unnecessary methods in old arch ([c88b8fe](https://github.com/mybigday/react-native-external-display/commit/c88b8fe6db4c652a7a72718aa0c820add66f5650))
12+
* **ios:** new arch setup in podspec ([9c9350c](https://github.com/mybigday/react-native-external-display/commit/9c9350c45d1da8a089ddc4acb94d249285aa6183))
13+
* new arch codegen by unify NativeRNExternalDisplayEvent ([88057a7](https://github.com/mybigday/react-native-external-display/commit/88057a7d94b94c3b8579664cd2f0d102aa95c804))
14+
15+
16+
17+
18+
619
## [0.6.5](https://github.com/mybigday/react-native-external-display/compare/v0.6.4...v0.6.5) (2024-07-16)
720

821

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

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

0 commit comments

Comments
 (0)