Skip to content

Commit

Permalink
chore: release 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Nov 6, 2024
1 parent 0bf473e commit 5188961
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.14.1):
- NitroModules (0.15.0):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1843,7 +1843,7 @@ SPEC CHECKSUMS:
glog: 08b301085f15bcbb6ff8632a8ebaf239aae04e6a
hermes-engine: 46f1ffbf0297f4298862068dd4c274d4ac17a1fd
NitroImage: 6848e72f3d705db3ecea21310cc809b845451285
NitroModules: 661eebfa04a706ef28a33dc499215e354387f094
NitroModules: 11c64b7b1c3fd5c83762c4946c4c4c20951d7b86
RCT-Folly: bf5c0376ffe4dd2cf438dcf86db385df9fdce648
RCTDeprecation: fde92935b3caa6cb65cbff9fbb7d3a9867ffb259
RCTRequired: 75c6cee42d21c1530a6f204ba32ff57335d19007
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.14.1",
"version": "0.15.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.14.1",
"version": "0.15.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.14.1",
"version": "0.15.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.14.1",
"react-native-nitro-modules": "^0.15.0",
"ts-morph": "^24.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.14.1",
"version": "0.15.0",
"description": "A fast in-memory Image object built with Nitro Modules.",
"main": "lib/index",
"module": "lib/index",
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.14.1",
"version": "0.15.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 5188961

Please sign in to comment.