diff --git a/change/react-native-macos-init-f8ea158b-582a-420c-8fb7-8a1f75eb2cbe.json b/change/react-native-macos-init-f8ea158b-582a-420c-8fb7-8a1f75eb2cbe.json deleted file mode 100644 index bd1fdf8776a767..00000000000000 --- a/change/react-native-macos-init-f8ea158b-582a-420c-8fb7-8a1f75eb2cbe.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: Properly import `npm-registry-fetch` in `react-native-macos-init`", - "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..9c136b22bb5926 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": "Tue, 15 Oct 2024 20:02:42 GMT", + "version": "2.1.3", + "tag": "react-native-macos-init_v2.1.3", + "comments": { + "patch": [ + { + "author": "sanajmi@microsoft.com", + "package": "react-native-macos-init", + "commit": "b86ac5239832d7d72e22cb84b1878ce2f73138fe", + "comment": "fix: Properly import `npm-registry-fetch` in `react-native-macos-init`" + } + ] + } + }, { "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..29d551dfceb093 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 Tue, 15 Oct 2024 20:02:42 GMT and should not be manually modified. +## 2.1.3 + +Tue, 15 Oct 2024 20:02:42 GMT + +### Patches + +- fix: Properly import `npm-registry-fetch` in `react-native-macos-init` (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 31748b81813d31..d9f9363d01c6fc 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.2", + "version": "2.1.3", "description": "CLI to add react-native-macos to an existing react-native project", "main": "index.js", "repository": "https://github.com/microsoft/react-native-macos",