Skip to content

Commit 78c2f3b

Browse files
authored
chore(0.81): fix version numbers (#2834)
## Summary: Version numbers got messed up.. ## Test Plan: CI should pass
1 parent a9f2911 commit 78c2f3b

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-macos/monorepo",
3-
"version": "0.81.0",
3+
"version": "0.81.1",
44
"license": "MIT",
55
"packageManager": "yarn@4.12.0",
66
"scripts": {

packages/nx-release-version/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-macos/nx-release-version",
3-
"version": "0.81.0",
3+
"version": "0.81.1",
44
"description": "Nx Release Version Actions for React Native macOS",
55
"homepage": "https://github.com/microsoft/react-native-macos/tree/HEAD/packages/nx-release-version#readme",
66
"license": "MIT",

packages/react-native/scripts/codegen/__tests__/__snapshots__/generate-artifacts-executor-test.js.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ exports[`execute test-app "ReactAppDependencyProvider.podspec" should match snap
361361
# This source code is licensed under the MIT license found in the
362362
# LICENSE file in the root directory of this source tree.
363363
364-
version = \\"0.81.0\\"
364+
version = \\"0.81.1\\"
365365
source = { :git => 'https://github.com/facebook/react-native.git' }
366366
if version == '1000.0.0'
367367
# This is an unpublished version, use the latest commit hash of the react-native repo, which we’re presumably in.
@@ -399,7 +399,7 @@ exports[`execute test-app "ReactCodegen.podspec" should match snapshot 1`] = `
399399
# This source code is licensed under the MIT license found in the
400400
# LICENSE file in the root directory of this source tree.
401401
402-
version = \\"0.81.0\\"
402+
version = \\"0.81.1\\"
403403
source = { :git => 'https://github.com/facebook/react-native.git' }
404404
if version == '1000.0.0'
405405
# This is an unpublished version, use the latest commit hash of the react-native repo, which we’re presumably in.
@@ -840,7 +840,7 @@ exports[`execute test-app-legacy "ReactAppDependencyProvider.podspec" should mat
840840
# This source code is licensed under the MIT license found in the
841841
# LICENSE file in the root directory of this source tree.
842842
843-
version = \\"0.81.0\\"
843+
version = \\"0.81.1\\"
844844
source = { :git => 'https://github.com/facebook/react-native.git' }
845845
if version == '1000.0.0'
846846
# This is an unpublished version, use the latest commit hash of the react-native repo, which we’re presumably in.
@@ -878,7 +878,7 @@ exports[`execute test-app-legacy "ReactCodegen.podspec" should match snapshot 1`
878878
# This source code is licensed under the MIT license found in the
879879
# LICENSE file in the root directory of this source tree.
880880
881-
version = \\"0.81.0\\"
881+
version = \\"0.81.1\\"
882882
source = { :git => 'https://github.com/facebook/react-native.git' }
883883
if version == '1000.0.0'
884884
# This is an unpublished version, use the latest commit hash of the react-native repo, which we’re presumably in.

0 commit comments

Comments
 (0)