Skip to content

Commit

Permalink
chore: release 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Feb 3, 2025
1 parent 7a288e4 commit 6308017
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.77.0):
- hermes-engine/Pre-built (= 0.77.0)
- hermes-engine/Pre-built (0.77.0)
- NitroImage (0.21.0):
- NitroImage (0.22.0):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -32,7 +32,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- NitroModules (0.21.0):
- NitroModules (0.22.0):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1894,8 +1894,8 @@ SPEC CHECKSUMS:
fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd
glog: eb93e2f488219332457c3c4eafd2738ddc7e80b8
hermes-engine: 1f783c3d53940aed0d2c84586f0b7a85ab7827ef
NitroImage: cb07adff64aea1818ad2383d2ebf5f60c0434bdd
NitroModules: d057e88f94315f1753def1a4e16f32ca272f7ed5
NitroImage: 6d73b02dc399a53fbe0cd68cc84ceb13d3694771
NitroModules: 31f6e18186607551638f3a3aa68b5c26ccd6b2f1
RCT-Folly: 36fe2295e44b10d831836cc0d1daec5f8abcf809
RCTDeprecation: f5c19ebdb8804b53ed029123eb69914356192fc8
RCTRequired: 6ae6cebe470486e0e0ce89c1c0eabb998e7c51f4
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.21.0",
"version": "0.22.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": "bun@1.1.42",
"private": true,
"version": "0.21.0",
"version": "0.22.0",
"repository": "https://github.com/mrousavy/nitro.git",
"author": "Marc Rousavy <me@mrousavy.com> (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.21.0",
"version": "0.22.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.21.0",
"react-native-nitro-modules": "^0.22.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.21.0",
"version": "0.22.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.21.0"
#define NITRO_VERSION "0.22.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.21.0",
"version": "0.22.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 6308017

Please sign in to comment.