Skip to content

Commit

Permalink
Release 0.74.0-rc.8
Browse files Browse the repository at this point in the history
#publish-packages-to-npm&next
  • Loading branch information
Distiller committed Apr 10, 2024
1 parent cb2d93e commit 2a6e156
Show file tree
Hide file tree
Showing 32 changed files with 57 additions and 57 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -58,8 +58,8 @@
"@definitelytyped/dtslint": "^0.0.127",
"@jest/create-cache-key-function": "^29.6.3",
"@pkgjs/parseargs": "^0.11.0",
"@react-native/metro-babel-transformer": "0.74.78",
"@react-native/metro-config": "0.74.78",
"@react-native/metro-babel-transformer": "0.74.79",
"@react-native/metro-config": "0.74.79",
"@tsconfig/node18": "1.0.1",
"@types/react": "^18.2.6",
"@typescript-eslint/parser": "^6.7.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native/assets-registry",
"version": "0.74.78",
"version": "0.74.79",
"description": "Asset support code for React Native.",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-codegen/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native/babel-plugin-codegen",
"version": "0.74.78",
"version": "0.74.79",
"description": "Babel plugin to generate native module and view manager code for React Native.",
"license": "MIT",
"repository": {
Expand All @@ -25,7 +25,7 @@
"index.js"
],
"dependencies": {
"@react-native/codegen": "0.74.78"
"@react-native/codegen": "0.74.79"
},
"devDependencies": {
"@babel/core": "^7.20.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/community-cli-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native/community-cli-plugin",
"version": "0.74.78",
"version": "0.74.79",
"description": "Core CLI commands for React Native",
"keywords": [
"react-native",
Expand All @@ -24,8 +24,8 @@
"dependencies": {
"@react-native-community/cli-server-api": "13.6.4",
"@react-native-community/cli-tools": "13.6.4",
"@react-native/dev-middleware": "0.74.78",
"@react-native/metro-babel-transformer": "0.74.78",
"@react-native/dev-middleware": "0.74.79",
"@react-native/metro-babel-transformer": "0.74.79",
"chalk": "^4.0.0",
"execa": "^5.1.1",
"metro": "^0.80.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/debugger-frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native/debugger-frontend",
"version": "0.74.78",
"version": "0.74.79",
"description": "Debugger frontend for React Native based on Chrome DevTools",
"keywords": [
"react-native",
Expand Down
4 changes: 2 additions & 2 deletions packages/dev-middleware/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native/dev-middleware",
"version": "0.74.78",
"version": "0.74.79",
"description": "Dev server middleware for React Native",
"keywords": [
"react-native",
Expand All @@ -23,7 +23,7 @@
],
"dependencies": {
"@isaacs/ttlcache": "^1.4.1",
"@react-native/debugger-frontend": "0.74.78",
"@react-native/debugger-frontend": "0.74.79",
"@rnx-kit/chromium-edge-launcher": "^1.0.0",
"chrome-launcher": "^0.15.2",
"connect": "^3.6.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native/eslint-config",
"version": "0.74.78",
"version": "0.74.79",
"description": "ESLint config for React Native",
"license": "MIT",
"repository": {
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@babel/core": "^7.20.0",
"@babel/eslint-parser": "^7.20.0",
"@react-native/eslint-plugin": "0.74.78",
"@react-native/eslint-plugin": "0.74.79",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint-config-prettier": "^8.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native/eslint-plugin",
"version": "0.74.78",
"version": "0.74.79",
"description": "ESLint rules for @react-native/eslint-config",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-specs/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native/eslint-plugin-specs",
"version": "0.74.78",
"version": "0.74.79",
"description": "ESLint rules to validate NativeModule and Component Specs",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"@babel/eslint-parser": "^7.20.0",
"@babel/plugin-transform-flow-strip-types": "^7.20.0",
"@babel/preset-flow": "^7.20.0",
"@react-native/codegen": "0.74.78",
"@react-native/codegen": "0.74.79",
"make-dir": "^2.1.0",
"pirates": "^4.0.1",
"source-map-support": "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/hermes-inspector-msggen/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native/hermes-inspector-msggen",
"version": "0.74.78",
"version": "0.74.79",
"private": true,
"description": "Hermes Inspector Message Generator for React Native",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/metro-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native/metro-config",
"version": "0.74.78",
"version": "0.74.79",
"description": "Metro configuration for React Native.",
"license": "MIT",
"repository": {
Expand All @@ -26,8 +26,8 @@
"dist"
],
"dependencies": {
"@react-native/js-polyfills": "0.74.78",
"@react-native/metro-babel-transformer": "0.74.78",
"@react-native/js-polyfills": "0.74.79",
"@react-native/metro-babel-transformer": "0.74.79",
"metro-config": "^0.80.3",
"metro-runtime": "^0.80.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/normalize-color/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native/normalize-colors",
"version": "0.74.78",
"version": "0.74.79",
"description": "Color normalization for React Native.",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/polyfills/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native/js-polyfills",
"version": "0.74.78",
"version": "0.74.79",
"description": "Polyfills for React Native.",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-babel-preset/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native/babel-preset",
"version": "0.74.78",
"version": "0.74.79",
"description": "Babel preset for React Native applications",
"main": "src/index.js",
"repository": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"@babel/plugin-transform-typescript": "^7.5.0",
"@babel/plugin-transform-unicode-regex": "^7.0.0",
"@babel/template": "^7.0.0",
"@react-native/babel-plugin-codegen": "0.74.78",
"@react-native/babel-plugin-codegen": "0.74.79",
"babel-plugin-transform-flow-enums": "^0.0.2",
"react-refresh": "^0.14.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-babel-transformer/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native/metro-babel-transformer",
"version": "0.74.78",
"version": "0.74.79",
"description": "Babel transformer for React Native applications.",
"main": "src/index.js",
"repository": {
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"dependencies": {
"@babel/core": "^7.20.0",
"@react-native/babel-preset": "0.74.78",
"@react-native/babel-preset": "0.74.79",
"hermes-parser": "0.19.1",
"nullthrows": "^1.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-bots/package.json
@@ -1,7 +1,7 @@
{
"name": "@react-native/bots",
"description": "React Native Bots",
"version": "0.74.78",
"version": "0.74.79",
"private": true,
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-codegen-typescript-test/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native/codegen-typescript-test",
"version": "0.74.78",
"version": "0.74.79",
"private": true,
"description": "TypeScript related unit test for @react-native/codegen",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"prepare": "yarn run build"
},
"dependencies": {
"@react-native/codegen": "0.74.78"
"@react-native/codegen": "0.74.79"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-codegen/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native/codegen",
"version": "0.74.78",
"version": "0.74.79",
"description": "Code generation tools for React Native",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-gradle-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native/gradle-plugin",
"version": "0.74.78",
"version": "0.74.79",
"description": "Gradle Plugin for React Native",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-popup-menu-android/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native/popup-menu-android",
"version": "0.74.78",
"version": "0.74.79",
"description": "PopupMenu for the Android platform",
"main": "index.js",
"files": [
Expand All @@ -17,7 +17,7 @@
],
"license": "MIT",
"devDependencies": {
"@react-native/codegen": "0.74.78"
"@react-native/codegen": "0.74.79"
},
"peerDependencies": {
"@types/react": "^18.2.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-test-renderer/package.json
@@ -1,7 +1,7 @@
{
"name": "@react-native/test-renderer",
"private": true,
"version": "0.74.78",
"version": "0.74.79",
"description": "A Test rendering library for React Native",
"license": "MIT",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/Libraries/Core/ReactNativeVersion.js
Expand Up @@ -17,7 +17,7 @@ const version: $ReadOnly<{
major: 0,
minor: 74,
patch: 0,
prerelease: 'rc.7',
prerelease: 'rc.8',
};

module.exports = {version};
2 changes: 1 addition & 1 deletion packages/react-native/React/Base/RCTVersion.m
Expand Up @@ -24,7 +24,7 @@
RCTVersionMajor: @(0),
RCTVersionMinor: @(74),
RCTVersionPatch: @(0),
RCTVersionPrerelease: @"rc.7",
RCTVersionPrerelease: @"rc.8",
};
});
return __rnVersion;
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/ReactAndroid/gradle.properties
@@ -1,4 +1,4 @@
VERSION_NAME=0.74.0-rc.7
VERSION_NAME=0.74.0-rc.8
react.internal.publishingGroup=com.facebook.react

android.useAndroidX=true
Expand Down
Expand Up @@ -18,5 +18,5 @@ public class ReactNativeVersion {
"major", 0,
"minor", 74,
"patch", 0,
"prerelease", "rc.7");
"prerelease", "rc.8");
}
Expand Up @@ -18,7 +18,7 @@ constexpr struct {
int32_t Major = 0;
int32_t Minor = 74;
int32_t Patch = 0;
std::string_view Prerelease = "rc.7";
std::string_view Prerelease = "rc.8";
} ReactNativeVersion;

} // namespace facebook::react
16 changes: 8 additions & 8 deletions packages/react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.74.0-rc.7",
"version": "0.74.0-rc.8",
"description": "A framework for building native apps using React",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -110,13 +110,13 @@
"@react-native-community/cli": "13.6.4",
"@react-native-community/cli-platform-android": "13.6.4",
"@react-native-community/cli-platform-ios": "13.6.4",
"@react-native/assets-registry": "0.74.78",
"@react-native/codegen": "0.74.78",
"@react-native/community-cli-plugin": "0.74.78",
"@react-native/gradle-plugin": "0.74.78",
"@react-native/js-polyfills": "0.74.78",
"@react-native/normalize-colors": "0.74.78",
"@react-native/virtualized-lists": "0.74.78",
"@react-native/assets-registry": "0.74.79",
"@react-native/codegen": "0.74.79",
"@react-native/community-cli-plugin": "0.74.79",
"@react-native/gradle-plugin": "0.74.79",
"@react-native/js-polyfills": "0.74.79",
"@react-native/normalize-colors": "0.74.79",
"@react-native/virtualized-lists": "0.74.79",
"abort-controller": "^3.0.0",
"anser": "^1.4.9",
"ansi-regex": "^5.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/react-native/template/package.json
Expand Up @@ -11,16 +11,16 @@
},
"dependencies": {
"react": "18.2.0",
"react-native": "0.74.0-rc.7"
"react-native": "0.74.0-rc.8"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.74.78",
"@react-native/eslint-config": "0.74.78",
"@react-native/metro-config": "0.74.78",
"@react-native/typescript-config": "0.74.78",
"@react-native/babel-preset": "0.74.79",
"@react-native/eslint-config": "0.74.79",
"@react-native/metro-config": "0.74.79",
"@react-native/typescript-config": "0.74.79",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/rn-tester-e2e/package.json
@@ -1,7 +1,7 @@
{
"name": "@react-native/tester-e2e",
"private": true,
"version": "0.74.78",
"version": "0.74.79",
"license": "MIT",
"description": "React Native E2E tester app.",
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/rn-tester-e2e",
Expand Down
4 changes: 2 additions & 2 deletions packages/rn-tester/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native/tester",
"version": "0.74.78",
"version": "0.74.79",
"private": true,
"description": "React Native tester app.",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
"flow-enums-runtime": "^0.0.6",
"invariant": "^2.2.4",
"nullthrows": "^1.1.1",
"@react-native/popup-menu-android": "0.74.78"
"@react-native/popup-menu-android": "0.74.79"
},
"peerDependencies": {
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native/typescript-config",
"version": "0.74.78",
"version": "0.74.79",
"description": "Default TypeScript configuration for React Native apps",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/virtualized-lists/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native/virtualized-lists",
"version": "0.74.78",
"version": "0.74.79",
"description": "Virtualized lists for React Native.",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 2a6e156

Please sign in to comment.