Skip to content

Commit

Permalink
v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Nov 14, 2023
1 parent 396323b commit b5c13cc
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.4](https://github.com/mybigday/react-native-external-display/compare/v0.6.3...v0.6.4) (2023-11-14)


### Features

* add typescript declaration files ([#776](https://github.com/mybigday/react-native-external-display/issues/776)) ([6324b00](https://github.com/mybigday/react-native-external-display/commit/6324b009f075019e5994b650e355b22dd8d4f1f1))





## [0.6.3](https://github.com/mybigday/react-native-external-display/compare/v0.6.2...v0.6.3) (2023-11-02)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "0.6.3",
"version": "0.6.4",
"npmClient": "yarn",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
8 changes: 8 additions & 0 deletions packages/IPadMultiScenesHeadlessExample/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.4](https://github.com/mybigday/react-native-external-display/compare/v0.6.3...v0.6.4) (2023-11-14)

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





## [0.6.3](https://github.com/mybigday/react-native-external-display/compare/v0.6.2...v0.6.3) (2023-11-02)

**Note:** Version bump only for package IPadMultiScenesHeadlessExample
Expand Down
4 changes: 2 additions & 2 deletions packages/IPadMultiScenesHeadlessExample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "IPadMultiScenesHeadlessExample",
"version": "0.6.3",
"version": "0.6.4",
"private": true,
"workspaces": {
"nohoist": [
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"react": "18.2.0",
"react-native": "0.71.11",
"react-native-external-display": "^0.6.3",
"react-native-external-display": "^0.6.4",
"react-native-webview": "^13.2.2"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/RNExternalDisplayExample/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.4](https://github.com/mybigday/react-native-external-display/compare/v0.6.3...v0.6.4) (2023-11-14)

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





## [0.6.3](https://github.com/mybigday/react-native-external-display/compare/v0.6.2...v0.6.3) (2023-11-02)

**Note:** Version bump only for package rnexternaldisplayexample
Expand Down
4 changes: 2 additions & 2 deletions packages/RNExternalDisplayExample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rnexternaldisplayexample",
"version": "0.6.3",
"version": "0.6.4",
"private": true,
"workspaces": {
"nohoist": [
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"react": "18.2.0",
"react-native": "0.71.11",
"react-native-external-display": "^0.6.3",
"react-native-external-display": "^0.6.4",
"react-native-gesture-handler": "^2.12.0",
"react-native-webview": "^13.2.2"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/react-native-external-display/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.4](https://github.com/mybigday/react-native-external-display/compare/v0.6.3...v0.6.4) (2023-11-14)


### Features

* add typescript declaration files ([#776](https://github.com/mybigday/react-native-external-display/issues/776)) ([6324b00](https://github.com/mybigday/react-native-external-display/commit/6324b009f075019e5994b650e355b22dd8d4f1f1))





## [0.6.3](https://github.com/mybigday/react-native-external-display/compare/v0.6.2...v0.6.3) (2023-11-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-external-display/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-external-display",
"version": "0.6.3",
"version": "0.6.4",
"description": "React Native view renderer in External Display",
"scripts": {},
"author": "Jhen-Jie Hong <[email protected]>",
Expand Down

0 comments on commit b5c13cc

Please sign in to comment.