From 79148a9dfeb8cf88b99dff75cc1bd5727b01a259 Mon Sep 17 00:00:00 2001 From: React-Native Bot <53619745+rnbot@users.noreply.github.com> Date: Fri, 30 Aug 2024 21:43:59 +0000 Subject: [PATCH] applying package updates ***NO_CI*** --- ...init-27af1077-e8dd-498f-9813-622bd400487c.json | 7 ------- packages/react-native-macos-init/CHANGELOG.json | 15 +++++++++++++++ packages/react-native-macos-init/CHANGELOG.md | 10 +++++++++- packages/react-native-macos-init/package.json | 2 +- 4 files changed, 25 insertions(+), 9 deletions(-) delete mode 100644 change/react-native-macos-init-27af1077-e8dd-498f-9813-622bd400487c.json diff --git a/change/react-native-macos-init-27af1077-e8dd-498f-9813-622bd400487c.json b/change/react-native-macos-init-27af1077-e8dd-498f-9813-622bd400487c.json deleted file mode 100644 index 0e16b789592906..00000000000000 --- a/change/react-native-macos-init-27af1077-e8dd-498f-9813-622bd400487c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Update for Yarn 3+", - "packageName": "react-native-macos-init", - "email": "sanajmi@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/packages/react-native-macos-init/CHANGELOG.json b/packages/react-native-macos-init/CHANGELOG.json index da31da7cc2813b..5de2a655199303 100644 --- a/packages/react-native-macos-init/CHANGELOG.json +++ b/packages/react-native-macos-init/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "react-native-macos-init", "entries": [ + { + "date": "Fri, 30 Aug 2024 21:43:59 GMT", + "version": "2.1.1", + "tag": "react-native-macos-init_v2.1.1", + "comments": { + "patch": [ + { + "author": "sanajmi@microsoft.com", + "package": "react-native-macos-init", + "commit": "b732623bb52295d791c0fb4b1277235cf6287b8d", + "comment": "Update for Yarn 3+" + } + ] + } + }, { "date": "Mon, 18 May 2020 23:31:12 GMT", "tag": "react-native-macos-init_v2.1.0", diff --git a/packages/react-native-macos-init/CHANGELOG.md b/packages/react-native-macos-init/CHANGELOG.md index d2625e41003e5c..2be5ed17d42170 100644 --- a/packages/react-native-macos-init/CHANGELOG.md +++ b/packages/react-native-macos-init/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - react-native-macos-init -This log was last generated on Mon, 18 May 2020 23:31:12 GMT and should not be manually modified. +This log was last generated on Fri, 30 Aug 2024 21:43:59 GMT and should not be manually modified. +## 2.1.1 + +Fri, 30 Aug 2024 21:43:59 GMT + +### Patches + +- Update for Yarn 3+ (sanajmi@microsoft.com) + ## 2.1.0 Mon, 18 May 2020 23:31:12 GMT diff --git a/packages/react-native-macos-init/package.json b/packages/react-native-macos-init/package.json index f9c073c24b0f07..8d45c1883c5a75 100644 --- a/packages/react-native-macos-init/package.json +++ b/packages/react-native-macos-init/package.json @@ -1,6 +1,6 @@ { "name": "react-native-macos-init", - "version": "2.1.0", + "version": "2.1.1", "description": "CLI to add react-native-macos to an existing react-native project", "main": "index.js", "repository": "https://github.com/microsoft/react-native-macos",