Skip to content

Commit c857bd0

Browse files
committed
applying package updates ***NO_CI***
1 parent 88ad2fd commit c857bd0

File tree

6 files changed

+50
-16
lines changed

6 files changed

+50
-16
lines changed

change/@rnw-scripts-generate-release-notes-automation.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/react-native-windows-8dfbf459-19ef-40f2-b54b-a00a336add4b.json

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "@rnw-scripts/generate-release-notes",
3+
"entries": [
4+
{
5+
"date": "Tue, 22 Jul 2025 05:26:15 GMT",
6+
"version": "1.0.1",
7+
"tag": "@rnw-scripts/generate-release-notes_v1.0.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@rnw-scripts/generate-release-notes",
13+
"commit": "4f7ec119652c62b183151cee3a4ebc7afaf0d289",
14+
"comment": "Add a new \"yarn release-notes\" script to generate release notes"
15+
}
16+
]
17+
}
18+
}
19+
]
20+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Change Log - @rnw-scripts/generate-release-notes
2+
3+
<!-- This log was last generated on Tue, 22 Jul 2025 05:26:15 GMT and should not be manually modified. -->
4+
5+
<!-- Start content -->
6+
7+
## 1.0.1
8+
9+
Tue, 22 Jul 2025 05:26:15 GMT
10+
11+
### Patches
12+
13+
- Add a new "yarn release-notes" script to generate release notes ([email protected])

packages/@rnw-scripts/generate-release-notes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rnw-scripts/generate-release-notes",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Generates release notes for React Native Windows",
55
"license": "MIT",
66
"repository": {
@@ -19,4 +19,4 @@
1919
"node": ">= 18"
2020
},
2121
"type": "module"
22-
}
22+
}

vnext/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "react-native-windows",
33
"entries": [
4+
{
5+
"date": "Tue, 22 Jul 2025 05:26:15 GMT",
6+
"version": "0.0.0-canary.976",
7+
"tag": "react-native-windows_v0.0.0-canary.976",
8+
"comments": {
9+
"none": [
10+
{
11+
"author": "[email protected]",
12+
"package": "react-native-windows",
13+
"commit": "8f83ec68ca49895529b86f14964eda0ca3cd6f8c",
14+
"comment": "adding typescript support for onAccessibilitytap for button that was missing"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Sat, 19 Jul 2025 05:26:21 GMT",
621
"version": "0.0.0-canary.976",

0 commit comments

Comments
 (0)