Skip to content

Commit 451a599

Browse files
committed
bumped packages versions
#publish-packages-to-npm
1 parent be99412 commit 451a599

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

packages/eslint-config-react-native-community/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/eslint-config",
3-
"version": "0.72.1",
3+
"version": "0.72.2",
44
"description": "ESLint config for React Native",
55
"main": "index.js",
66
"license": "MIT",

packages/eslint-plugin-specs/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/eslint-plugin-specs",
3-
"version": "0.72.3",
3+
"version": "0.72.4",
44
"description": "ESLint rules to validate NativeModule and Component Specs",
55
"main": "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.72.4",
3+
"version": "0.72.5",
44
"description": "⚛️ Code generation tools for React Native",
55
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-codegen",
66
"repository": {

packages/react-native-gradle-plugin/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/gradle-plugin",
3-
"version": "0.72.7",
3+
"version": "0.72.8",
44
"description": "⚛️ Gradle Plugin for React Native",
55
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin",
66
"repository": {

packages/react-native/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@
8383
"@react-native-community/cli-platform-android": "11.3.0",
8484
"@react-native-community/cli-platform-ios": "11.3.0",
8585
"@react-native/assets-registry": "^0.72.0",
86-
"@react-native/codegen": "^0.72.4",
87-
"@react-native/gradle-plugin": "^0.72.7",
86+
"@react-native/codegen": "^0.72.5",
87+
"@react-native/gradle-plugin": "^0.72.8",
8888
"@react-native/js-polyfills": "^0.72.1",
8989
"@react-native/normalize-colors": "^0.72.0",
90-
"@react-native/virtualized-lists": "^0.72.4",
90+
"@react-native/virtualized-lists": "^0.72.5",
9191
"abort-controller": "^3.0.0",
9292
"anser": "^1.4.9",
9393
"base64-js": "^1.1.2",

packages/react-native/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@babel/core": "^7.20.0",
1818
"@babel/preset-env": "^7.20.0",
1919
"@babel/runtime": "^7.20.0",
20-
"@react-native/eslint-config": "^0.72.1",
20+
"@react-native/eslint-config": "^0.72.2",
2121
"@react-native/metro-config": "^0.72.5",
2222
"@tsconfig/react-native": "^3.0.0",
2323
"@types/metro-config": "^0.76.3",

packages/virtualized-lists/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/virtualized-lists",
3-
"version": "0.72.4",
3+
"version": "0.72.5",
44
"description": "Virtualized lists for React Native.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)