Skip to content

Commit

Permalink
chore: release 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Sep 16, 2024
1 parent 46c9ca0 commit fd3fae8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- NitroModules (0.9.1):
- NitroModules (0.9.2):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1828,7 +1828,7 @@ SPEC CHECKSUMS:
glog: fdfdfe5479092de0c4bdbebedd9056951f092c4f
hermes-engine: 3b6e0717ca847e2fc90a201e59db36caf04dee88
NitroImage: 0cffeee137c14b8c8df97649626646528cb89b28
NitroModules: a3e3619f2c74dd9a706d3597d7c359d56e94ef22
NitroModules: a332e719544e7fd7f86eb4175888ae683aca03ee
RCT-Folly: 02617c592a293bd6d418e0a88ff4ee1f88329b47
RCTDeprecation: 34cbf122b623037ea9facad2e92e53434c5c7422
RCTRequired: 24c446d7bcd0f517d516b6265d8df04dc3eb1219
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-native-nitro",
"packageManager": "[email protected]",
"private": true,
"version": "0.9.1",
"version": "0.9.2",
"repository": "https://github.com/mrousavy/nitro.git",
"author": "Marc Rousavy <[email protected]> (https://github.com/mrousavy)",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/nitrogen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nitro-codegen",
"version": "0.9.1",
"version": "0.9.2",
"description": "The code-generator for react-native-nitro-modules.",
"main": "lib/index",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"chalk": "^5.3.0",
"react-native-nitro-modules": "^0.9.1",
"react-native-nitro-modules": "^0.9.2",
"ts-morph": "^23.0.0",
"yargs": "^17.7.2",
"zod": "^3.23.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-nitro-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-nitro-modules",
"version": "0.9.1",
"version": "0.9.2",
"description": "Insanely fast native C++, Swift or Kotlin modules with a statically compiled binding layer to JSI.",
"main": "lib/index",
"module": "lib/index",
Expand Down

0 comments on commit fd3fae8

Please sign in to comment.