Skip to content

Commit

Permalink
chore: release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Aug 30, 2024
1 parent f5b9c7d commit 50a7824
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
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.5.0",
"version": "0.6.0",
"repository": "https://github.com/mrousavy/nitro.git",
"author": "Marc Rousavy <[email protected]> (https://github.com/mrousavy)",
"scripts": {
Expand Down
11 changes: 7 additions & 4 deletions packages/nitrogen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nitro-codegen",
"version": "0.5.0",
"version": "0.6.0",
"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.5.0",
"react-native-nitro-modules": "^0.6.0",
"ts-morph": "^23.0.0",
"yargs": "^17.7.2",
"zod": "^3.23.8"
Expand Down Expand Up @@ -75,7 +75,9 @@
"@react-native",
"prettier"
],
"plugins": ["prettier"],
"plugins": [
"prettier"
],
"rules": {
"prettier/prettier": [
"warn",
Expand All @@ -100,5 +102,6 @@
"trailingComma": "es5",
"useTabs": false,
"semi": false
}
},
"react-native-nitro-modules": "0.6.0"
}
6 changes: 4 additions & 2 deletions 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.5.0",
"version": "0.6.0",
"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 Expand Up @@ -106,7 +106,9 @@
"@react-native",
"prettier"
],
"plugins": ["prettier"],
"plugins": [
"prettier"
],
"rules": {
"prettier/prettier": [
"warn",
Expand Down

0 comments on commit 50a7824

Please sign in to comment.