Skip to content

Commit

Permalink
chore: release 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Feb 24, 2025
1 parent 4c859f7 commit 1361e29
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PODS:
- hermes-engine (0.78.0):
- hermes-engine/Pre-built (= 0.78.0)
- hermes-engine/Pre-built (0.78.0)
- NitroImage (0.23.0):
- NitroImage (0.24.0):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -32,7 +32,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- NitroModules (0.23.0):
- NitroModules (0.24.0):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1920,8 +1920,8 @@ SPEC CHECKSUMS:
fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd
glog: eb93e2f488219332457c3c4eafd2738ddc7e80b8
hermes-engine: b417d2b2aee3b89b58e63e23a51e02be91dc876d
NitroImage: e6ea33d1f353925aac506ace6552e3a8a39a078a
NitroModules: 4866571bbe6b1a2a87904838ea1fe84d59a13eb5
NitroImage: bd0564f4c6aee7073b48cb0cda92741bdb26f436
NitroModules: a40cc04715c9d43680de900514d01fc20b5d512d
RCT-Folly: 36fe2295e44b10d831836cc0d1daec5f8abcf809
RCTDeprecation: b2eecf2d60216df56bc5e6be5f063826d3c1ee35
RCTRequired: 78522de7dc73b81f3ed7890d145fa341f5bb32ea
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-nitro-example",
"version": "0.23.0",
"version": "0.24.0",
"private": true,
"scripts": {
"start": "react-native start",
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.23.0",
"version": "0.24.0",
"repository": "https://github.com/mrousavy/nitro.git",
"author": "Marc Rousavy <[email protected]> (https://github.com/mrousavy)",
"workspaces": [
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.23.0",
"version": "0.24.0",
"description": "The code-generator for react-native-nitro-modules.",
"main": "lib/index",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"chalk": "^5.3.0",
"react-native-nitro-modules": "^0.23.0",
"react-native-nitro-modules": "^0.24.0",
"ts-morph": "^25.0.0",
"yargs": "^17.7.2",
"zod": "^3.23.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-nitro-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-nitro-image",
"version": "0.23.0",
"version": "0.24.0",
"description": "A fast in-memory Image object built with Nitro Modules.",
"main": "lib/index",
"module": "lib/index",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define NitroDefines_h

// Sets the version of the native Nitro core library
#define NITRO_VERSION "0.23.0"
#define NITRO_VERSION "0.24.0"

// Sets whether to use debug or optimized production build flags
#ifdef DEBUG
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.23.0",
"version": "0.24.0",
"description": "Insanely fast native C++, Swift or Kotlin modules with a statically compiled binding layer to JSI.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 1361e29

Please sign in to comment.