Skip to content

Commit

Permalink
chore: release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Aug 9, 2024
1 parent 4e1e8c7 commit f69d103
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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": "bun@1.1.21",
"private": true,
"version": "0.2.0",
"version": "0.3.0",
"repository": "https://github.com/mrousavy/react-native-nitro.git",
"author": "Marc Rousavy <me@mrousavy.com> (https://github.com/mrousavy)",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/nitrogen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nitro-codegen",
"version": "0.2.0",
"version": "0.3.0",
"description": "The code-generator for react-native-nitro-modules.",
"main": "lib/index",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"chalk": "^5.3.0",
"react-native-nitro-modules": "^0.2.0",
"react-native-nitro-modules": "^0.3.0",
"ts-morph": "^23.0.0",
"yargs": "^17.7.2",
"zod": "^3.23.8"
Expand Down Expand Up @@ -99,5 +99,5 @@
"useTabs": false,
"semi": false
},
"react-native-nitro-modules": "0.2.0"
"react-native-nitro-modules": "0.3.0"
}
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.2.0",
"version": "0.3.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

0 comments on commit f69d103

Please sign in to comment.