Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HadiKhai committed May 1, 2024
1 parent 67ca34e commit 0e70cf5
Show file tree
Hide file tree
Showing 5 changed files with 1,283 additions and 1,149 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
7 changes: 5 additions & 2 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,14 @@
"changelog": {
"projectChangelogs": {
"createRelease": "github"
}
},
"automaticFromRef": true
},
"projectsRelationship": "independent",
"projects": [
"packages/@justaname.id/react"
"packages/@justaname.id/react",
"packages/@justaname.id/sdk",
"packages/create-justaname-app"
]
}
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"author": "JustaLab",
"license": "MIT",
"private": true,
"scripts": {},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/@justaname.id/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@justaname.id/react",
"version": "0.3.6",
"dependencies": {
"@justaname.id/sdk": "0.1.0",
"@justaname.id/sdk": "0.2.3",
"@tanstack/react-query": "^5.28.4"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 0e70cf5

Please sign in to comment.