Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aboozaid committed Mar 29, 2023
1 parent 17ad966 commit f7143ad
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.0.0"
"version": "1.0.0"
}
64 changes: 63 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/hotspot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-tethering/hotspot",
"version": "0.1.0",
"version": "1.0.0",
"description": "Tethering Hotspot is an Android module for your react-native and expo app which provides Hotspot functionalities such as scanning, change states and more. It built on top of the latest/official Android Connectivity classes.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -52,8 +52,8 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.2.2",
"@commitlint/config-conventional": "^17.0.2",
"@evilmartians/lefthook": "^1.2.2",
"@react-native-community/eslint-config": "^3.0.2",
"@release-it/conventional-changelog": "^5.0.0",
"@types/jest": "^28.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/wifi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-tethering/wifi",
"version": "0.1.0",
"version": "1.0.0",
"description": "Tethering WiFi is an Android module for your react-native and expo app which provides WiFi functionalities such as scanning, connecting and more. It built on top of the latest/official Android WiFi classes.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -52,8 +52,8 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.2.2",
"@commitlint/config-conventional": "^17.0.2",
"@evilmartians/lefthook": "^1.2.2",
"@react-native-community/eslint-config": "^3.0.2",
"@release-it/conventional-changelog": "^5.0.0",
"@types/jest": "^28.1.2",
Expand Down

0 comments on commit f7143ad

Please sign in to comment.