Skip to content

Commit f40bb93

Browse files
huntiefacebook-github-bot
authored andcommitted
Bump package versions for next major (#39764)
Summary: #publish-packages-to-npm Bump all package versions to `0.74.0` (next major release) for `main`, following instructions at https://reactnative.dev/contributing/release-branch-cut-and-rc0#12-bump-minor-version-of-all-monorepo-packages-in-main. ```sh yarn bump-all-updated-packages --release-branch-cutoff ``` Changelog: [Internal] Pull Request resolved: #39764 Test Plan: — Reviewed By: robhogan Differential Revision: D49871039 Pulled By: huntie fbshipit-source-id: f4df6efeae4d8a9209e7aae7b9e6fea3d15793b5
1 parent bc63e44 commit f40bb93

File tree

20 files changed

+98
-46
lines changed

20 files changed

+98
-46
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"@definitelytyped/dtslint": "^0.0.127",
5656
"@jest/create-cache-key-function": "^29.6.3",
5757
"@pkgjs/parseargs": "^0.11.0",
58-
"@react-native/metro-babel-transformer": "^0.73.11",
59-
"@react-native/metro-config": "^0.73.0",
58+
"@react-native/metro-babel-transformer": "^0.74.0",
59+
"@react-native/metro-config": "^0.74.0",
6060
"@tsconfig/node18": "1.0.1",
6161
"@types/react": "^18.0.18",
6262
"@typescript-eslint/parser": "^6.7.4",

packages/assets/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/assets-registry",
3-
"version": "0.73.0",
3+
"version": "0.74.0",
44
"description": "Asset support code for React Native.",
55
"license": "MIT",
66
"repository": {
@@ -9,7 +9,12 @@
99
"directory": "packages/assets"
1010
},
1111
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/assets#readme",
12-
"keywords": ["assets", "registry", "react-native", "support"],
12+
"keywords": [
13+
"assets",
14+
"registry",
15+
"react-native",
16+
"support"
17+
],
1318
"bugs": "https://github.com/facebook/react-native/issues",
1419
"engines": {
1520
"node": ">=18"

packages/babel-plugin-codegen/package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/babel-plugin-codegen",
3-
"version": "0.73.0",
3+
"version": "0.74.0",
44
"description": "Babel plugin to generate native module and view manager code for React Native.",
55
"license": "MIT",
66
"repository": {
@@ -9,7 +9,14 @@
99
"directory": "packages/babel-plugin-codegen"
1010
},
1111
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/babel-plugin-codegen#readme",
12-
"keywords": ["babel", "plugin", "codegen", "react-native", "native-modules", "view-manager"],
12+
"keywords": [
13+
"babel",
14+
"plugin",
15+
"codegen",
16+
"react-native",
17+
"native-modules",
18+
"view-manager"
19+
],
1320
"bugs": "https://github.com/facebook/react-native/issues",
1421
"engines": {
1522
"node": ">=18"

packages/community-cli-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/community-cli-plugin",
3-
"version": "0.73.1",
3+
"version": "0.74.0",
44
"description": "Core CLI commands for React Native",
55
"keywords": [
66
"react-native",
@@ -22,10 +22,10 @@
2222
"dist"
2323
],
2424
"dependencies": {
25-
"@react-native/dev-middleware": "^0.73.0",
25+
"@react-native/dev-middleware": "^0.74.0",
2626
"@react-native-community/cli-server-api": "12.0.0-alpha.15",
2727
"@react-native-community/cli-tools": "12.0.0-alpha.15",
28-
"@react-native/metro-babel-transformer": "^0.73.11",
28+
"@react-native/metro-babel-transformer": "^0.74.0",
2929
"chalk": "^4.0.0",
3030
"execa": "^5.1.1",
3131
"metro": "0.79.1",

packages/debugger-frontend/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/debugger-frontend",
3-
"version": "0.73.0",
3+
"version": "0.74.0",
44
"description": "Debugger frontend for React Native based on Chrome DevTools",
55
"keywords": [
66
"react-native",

packages/dev-middleware/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/dev-middleware",
3-
"version": "0.73.1",
3+
"version": "0.74.0",
44
"description": "Dev server middleware for React Native",
55
"keywords": [
66
"react-native",
@@ -23,7 +23,7 @@
2323
],
2424
"dependencies": {
2525
"@isaacs/ttlcache": "^1.4.1",
26-
"@react-native/debugger-frontend": "^0.73.0",
26+
"@react-native/debugger-frontend": "^0.74.0",
2727
"chrome-launcher": "^0.15.2",
2828
"chromium-edge-launcher": "^1.0.0",
2929
"connect": "^3.6.5",

packages/eslint-config-react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/eslint-config",
3-
"version": "0.73.0",
3+
"version": "0.74.0",
44
"description": "ESLint config for React Native",
55
"license": "MIT",
66
"repository": {
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@babel/core": "^7.20.0",
2424
"@babel/eslint-parser": "^7.20.0",
25-
"@react-native/eslint-plugin": "^0.73.0",
25+
"@react-native/eslint-plugin": "^0.74.0",
2626
"@typescript-eslint/eslint-plugin": "^6.7.4",
2727
"@typescript-eslint/parser": "^6.7.4",
2828
"eslint-config-prettier": "^8.5.0",

packages/eslint-plugin-react-native/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/eslint-plugin",
3-
"version": "0.73.0",
3+
"version": "0.74.0",
44
"description": "ESLint rules for @react-native/eslint-config",
55
"license": "MIT",
66
"repository": {
@@ -9,7 +9,12 @@
99
"directory": "packages/eslint-plugin-react-native"
1010
},
1111
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/eslint-plugin-react-native#readme",
12-
"keywords": ["eslint", "rules", "eslint-config", "react-native"],
12+
"keywords": [
13+
"eslint",
14+
"rules",
15+
"eslint-config",
16+
"react-native"
17+
],
1318
"bugs": "https://github.com/facebook/react-native/issues",
1419
"engines": {
1520
"node": ">=18"

packages/eslint-plugin-specs/package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/eslint-plugin-specs",
3-
"version": "0.73.0",
3+
"version": "0.74.0",
44
"description": "ESLint rules to validate NativeModule and Component Specs",
55
"license": "MIT",
66
"repository": {
@@ -9,7 +9,14 @@
99
"directory": "packages/eslint-plugin-specs"
1010
},
1111
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/eslint-plugin-specs#readme",
12-
"keywords": ["eslint", "rules", "react-native", "native-modules", "components", "specs"],
12+
"keywords": [
13+
"eslint",
14+
"rules",
15+
"react-native",
16+
"native-modules",
17+
"components",
18+
"specs"
19+
],
1320
"bugs": "https://github.com/facebook/react-native/issues",
1421
"engines": {
1522
"node": ">=18"

packages/metro-config/package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/metro-config",
3-
"version": "0.73.0",
3+
"version": "0.74.0",
44
"description": "Metro configuration for React Native.",
55
"license": "MIT",
66
"repository": {
@@ -9,15 +9,19 @@
99
"directory": "packages/metro-config"
1010
},
1111
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/metro-config#readme",
12-
"keywords": ["metro", "config", "react-native"],
12+
"keywords": [
13+
"metro",
14+
"config",
15+
"react-native"
16+
],
1317
"bugs": "https://github.com/facebook/react-native/issues",
1418
"engines": {
1519
"node": ">=18"
1620
},
1721
"exports": "./index.js",
1822
"dependencies": {
19-
"@react-native/metro-babel-transformer": "^0.73.11",
20-
"@react-native/js-polyfills": "^0.73.0",
23+
"@react-native/metro-babel-transformer": "^0.74.0",
24+
"@react-native/js-polyfills": "^0.74.0",
2125
"metro-config": "0.79.1",
2226
"metro-runtime": "0.79.1"
2327
}

packages/normalize-color/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/normalize-colors",
3-
"version": "0.73.0",
3+
"version": "0.74.0",
44
"description": "Color normalization for React Native.",
55
"license": "MIT",
66
"repository": {
@@ -9,7 +9,12 @@
99
"directory": "packages/normalize-color"
1010
},
1111
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/normalize-color#readme",
12-
"keywords": ["color", "normalization", "normalize-colors", "react-native"],
12+
"keywords": [
13+
"color",
14+
"normalization",
15+
"normalize-colors",
16+
"react-native"
17+
],
1318
"bugs": "https://github.com/facebook/react-native/issues",
1419
"engines": {
1520
"node": ">=18"

packages/polyfills/package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/js-polyfills",
3-
"version": "0.73.0",
3+
"version": "0.74.0",
44
"description": "Polyfills for React Native.",
55
"license": "MIT",
66
"repository": {
@@ -9,7 +9,13 @@
99
"directory": "packages/polyfills"
1010
},
1111
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/polyfills#readme",
12-
"keywords": ["polyfill", "polyfills", "js", "js-polyfills", "react-native"],
12+
"keywords": [
13+
"polyfill",
14+
"polyfills",
15+
"js",
16+
"js-polyfills",
17+
"react-native"
18+
],
1319
"bugs": "https://github.com/facebook/react-native/issues",
1420
"engines": {
1521
"node": ">=18"

packages/react-native-babel-preset/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/babel-preset",
3-
"version": "0.73.16",
3+
"version": "0.74.0",
44
"description": "Babel preset for React Native applications",
55
"main": "src/index.js",
66
"repository": {

packages/react-native-babel-transformer/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/metro-babel-transformer",
3-
"version": "0.73.11",
3+
"version": "0.74.0",
44
"description": "Babel transformer for React Native applications.",
55
"main": "src/index.js",
66
"repository": {

packages/react-native-codegen/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/codegen",
3-
"version": "0.73.0",
3+
"version": "0.74.0",
44
"description": "Code generation tools for React Native",
55
"license": "MIT",
66
"repository": {

packages/react-native-gradle-plugin/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/gradle-plugin",
3-
"version": "0.73.0",
3+
"version": "0.74.0",
44
"description": "Gradle Plugin for React Native",
55
"license": "MIT",
66
"repository": {
@@ -9,7 +9,11 @@
99
"directory": "packages/react-native-gradle-plugin"
1010
},
1111
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin#readme",
12-
"keywords": ["gradle", "plugin", "react-native"],
12+
"keywords": [
13+
"gradle",
14+
"plugin",
15+
"react-native"
16+
],
1317
"bugs": "https://github.com/facebook/react-native/issues",
1418
"engines": {
1519
"node": ">=18"

packages/react-native/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@
9696
"@react-native-community/cli": "12.0.0-alpha.15",
9797
"@react-native-community/cli-platform-android": "12.0.0-alpha.15",
9898
"@react-native-community/cli-platform-ios": "12.0.0-alpha.15",
99-
"@react-native/assets-registry": "^0.73.0",
100-
"@react-native/community-cli-plugin": "^0.73.0",
101-
"@react-native/codegen": "^0.73.0",
102-
"@react-native/gradle-plugin": "^0.73.0",
103-
"@react-native/js-polyfills": "^0.73.0",
104-
"@react-native/normalize-colors": "^0.73.0",
105-
"@react-native/virtualized-lists": "^0.73.0",
99+
"@react-native/assets-registry": "^0.74.0",
100+
"@react-native/community-cli-plugin": "^0.74.0",
101+
"@react-native/codegen": "^0.74.0",
102+
"@react-native/gradle-plugin": "^0.74.0",
103+
"@react-native/js-polyfills": "^0.74.0",
104+
"@react-native/normalize-colors": "^0.74.0",
105+
"@react-native/virtualized-lists": "^0.74.0",
106106
"abort-controller": "^3.0.0",
107107
"anser": "^1.4.9",
108108
"ansi-regex": "^5.0.0",

packages/react-native/template/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"@babel/core": "^7.20.0",
1818
"@babel/preset-env": "^7.20.0",
1919
"@babel/runtime": "^7.20.0",
20-
"@react-native/babel-preset": "^0.73.16",
21-
"@react-native/eslint-config": "^0.73.0",
22-
"@react-native/metro-config": "^0.73.0",
23-
"@react-native/typescript-config": "^0.73.0",
20+
"@react-native/babel-preset": "^0.74.0",
21+
"@react-native/eslint-config": "^0.74.0",
22+
"@react-native/metro-config": "^0.74.0",
23+
"@react-native/typescript-config": "^0.74.0",
2424
"@types/react": "^18.2.6",
2525
"@types/react-test-renderer": "^18.0.0",
2626
"babel-jest": "^29.6.3",
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/typescript-config",
3-
"version": "0.73.0",
3+
"version": "0.74.0",
44
"description": "Default TypeScript configuration for React Native apps",
55
"license": "MIT",
66
"repository": {
@@ -9,7 +9,11 @@
99
"directory": "packages/typescript-config"
1010
},
1111
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/typescript-config#readme",
12-
"keywords": ["typescript", "tsconfig", "react-native"],
12+
"keywords": [
13+
"typescript",
14+
"tsconfig",
15+
"react-native"
16+
],
1317
"bugs": "https://github.com/facebook/react-native/issues",
1418
"main": "tsconfig.json"
1519
}

packages/virtualized-lists/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/virtualized-lists",
3-
"version": "0.73.0",
3+
"version": "0.74.0",
44
"description": "Virtualized lists for React Native.",
55
"license": "MIT",
66
"repository": {
@@ -9,7 +9,12 @@
99
"directory": "packages/virtualized-lists"
1010
},
1111
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/virtualized-lists#readme",
12-
"keywords": ["lists", "virtualized-lists", "section-lists", "react-native"],
12+
"keywords": [
13+
"lists",
14+
"virtualized-lists",
15+
"section-lists",
16+
"react-native"
17+
],
1318
"bugs": "https://github.com/facebook/react-native/issues",
1419
"engines": {
1520
"node": ">=18"

0 commit comments

Comments
 (0)