Skip to content

Commit 6b69b34

Browse files
committed
bumped packages versions
#publish-packages-to-npm
1 parent 562447b commit 6b69b34

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/babel-plugin-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/babel-plugin-codegen",
3-
"version": "0.73.3",
3+
"version": "0.73.4",
44
"description": "Babel plugin to generate native module and view manager code for React Native.",
55
"license": "MIT",
66
"repository": {

packages/community-cli-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/community-cli-plugin",
3-
"version": "0.73.14",
3+
"version": "0.73.15",
44
"description": "Core CLI commands for React Native",
55
"keywords": [
66
"react-native",

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.73.2",
3+
"version": "0.73.3",
44
"description": "ESLint rules to validate NativeModule and Component Specs",
55
"license": "MIT",
66
"repository": {

packages/react-native-babel-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@babel/plugin-transform-typescript": "^7.5.0",
5454
"@babel/plugin-transform-unicode-regex": "^7.0.0",
5555
"@babel/template": "^7.0.0",
56-
"@react-native/babel-plugin-codegen": "0.73.3",
56+
"@react-native/babel-plugin-codegen": "0.73.4",
5757
"babel-plugin-transform-flow-enums": "^0.0.2",
5858
"react-refresh": "^0.14.0"
5959
},

packages/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"@react-native-community/cli-platform-android": "12.3.2",
9898
"@react-native-community/cli-platform-ios": "12.3.2",
9999
"@react-native/assets-registry": "0.73.1",
100-
"@react-native/community-cli-plugin": "0.73.14",
100+
"@react-native/community-cli-plugin": "0.73.15",
101101
"@react-native/codegen": "0.73.3",
102102
"@react-native/gradle-plugin": "0.73.4",
103103
"@react-native/js-polyfills": "0.73.1",

0 commit comments

Comments
 (0)