Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

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 @@ -17,12 +17,12 @@
"flow-enums-runtime": "^0.0.6"
},
"peerDependencies": {
"@office-iss/react-native-win32": "0.81.6",
"@office-iss/react-native-win32": "0.81.7",
"react": "19.1.4",
"react-native": "^0.81.0"
},
"devDependencies": {
"@office-iss/react-native-win32": "0.81.6",
"@office-iss/react-native-win32": "0.81.7",
"@rnw-scripts/babel-react-native-config": "0.0.0",
"@rnw-scripts/eslint-config": "1.2.37",
"@rnw-scripts/just-task": "2.3.56",
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": "Mon, 16 Mar 2026 19:38:05 GMT",
"version": "0.81.7",
"tag": "@office-iss/react-native-win32_v0.81.7",
"comments": {
"patch": [
{
"author": "30809111+acoates-ms@users.noreply.github.com",
"package": "@office-iss/react-native-win32",
"commit": "ec233c34b76b99dc425cd9d377265f493bff4bff",
"comment": "Fix invariant throwing on usage on animated"
}
]
}
},
{
"date": "Thu, 12 Mar 2026 08:48:51 GMT",
"version": "0.81.6",
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, 12 Mar 2026 08:48:51 GMT and should not be manually modified. -->
<!-- This log was last generated on Mon, 16 Mar 2026 19:38:05 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.81.7

Mon, 16 Mar 2026 19:38:05 GMT

### Patches

- Fix invariant throwing on usage on animated (30809111+acoates-ms@users.noreply.github.com)

## 0.81.6

Thu, 12 Mar 2026 08:48:51 GMT
Expand Down
2 changes: 1 addition & 1 deletion 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.81.6",
"version": "0.81.7",
"description": "Implementation of react native on top of Office's Win32 platform.",
"repository": {
"type": "git",
Expand Down
15 changes: 15 additions & 0 deletions vnext/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "react-native-windows",
"entries": [
{
"date": "Mon, 16 Mar 2026 19:38:05 GMT",
"version": "0.81.7",
"tag": "react-native-windows_v0.81.7",
"comments": {
"none": [
{
"author": "hmalothu@microsoft.com",
"package": "react-native-windows",
"commit": "ec233c34b76b99dc425cd9d377265f493bff4bff",
"comment": "Revert \"[0.81]Fix crash in ABIViewManager::RemoveAllChildren during shutdown …\""
}
]
}
},
{
"date": "Thu, 12 Mar 2026 08:48:51 GMT",
"version": "0.81.7",
Expand Down
Loading