Skip to content

Commit

Permalink
chore: Release 0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Feb 6, 2025
1 parent 68e324f commit 92256f0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
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.22.0",
"version": "0.22.1",
"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.22.0",
"version": "0.22.1",
"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.22.0",
"version": "0.22.1",
"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.22.0",
"react-native-nitro-modules": "^0.22.1",
"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.22.0",
"version": "0.22.1",
"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.22.0"
#define NITRO_VERSION "0.22.1"

// 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.22.0",
"version": "0.22.1",
"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 92256f0

Please sign in to comment.