Skip to content

Commit

Permalink
applying package updates ***NO_CI***
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbot committed Jun 8, 2023
1 parent 202f2e9 commit 4b5003c
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 12 deletions.

This file was deleted.

4 changes: 2 additions & 2 deletions packages/@office-iss/react-native-win32-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"@typescript-eslint/parser": "^5.30.5"
},
"peerDependencies": {
"@office-iss/react-native-win32": "0.71.8",
"@office-iss/react-native-win32": "0.71.9",
"react": "18.0.0",
"react-native": "^0.71.0"
},
"devDependencies": {
"@office-iss/react-native-win32": "0.71.8",
"@office-iss/react-native-win32": "0.71.9",
"@rnw-scripts/babel-react-native-config": "0.0.0",
"@rnw-scripts/eslint-config": "1.1.14",
"@rnw-scripts/just-task": "2.3.3",
Expand Down
15 changes: 15 additions & 0 deletions packages/@office-iss/react-native-win32/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@office-iss/react-native-win32",
"entries": [
{
"date": "Thu, 08 Jun 2023 17:58:47 GMT",
"tag": "@office-iss/react-native-win32_v0.71.9",
"version": "0.71.9",
"comments": {
"patch": [
{
"author": "30809111+acoates-ms@users.noreply.github.com",
"package": "@office-iss/react-native-win32",
"commit": "202f2e9fdb03deb76dbbd7efe7facdfab62a23ab",
"comment": "Fix various text properties not being forwarded to native"
}
]
}
},
{
"date": "Thu, 08 Jun 2023 02:10:56 GMT",
"tag": "@office-iss/react-native-win32_v0.71.8",
Expand Down
10 changes: 9 additions & 1 deletion packages/@office-iss/react-native-win32/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @office-iss/react-native-win32

This log was last generated on Thu, 08 Jun 2023 02:10:56 GMT and should not be manually modified.
This log was last generated on Thu, 08 Jun 2023 17:58:47 GMT and should not be manually modified.

<!-- Start content -->

## 0.71.9

Thu, 08 Jun 2023 17:58:47 GMT

### Patches

- Fix various text properties not being forwarded to native (30809111+acoates-ms@users.noreply.github.com)

## 0.71.8

Thu, 08 Jun 2023 02:10:56 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/@office-iss/react-native-win32/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@office-iss/react-native-win32",
"version": "0.71.8",
"version": "0.71.9",
"description": "Implementation of react native on top of Office's Win32 platform.",
"license": "MIT",
"main": "./index.win32.js",
Expand Down Expand Up @@ -93,4 +93,4 @@
"engines": {
"node": ">= 14"
}
}
}

0 comments on commit 4b5003c

Please sign in to comment.