Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: @justaname.id/react 0.3.20

- project: @justaname.id/sdk 0.2.17

- project: create-justaname-app 0.3.14
  • Loading branch information
HadiKhai committed May 12, 2024
1 parent de1ca1c commit 9c0c18b
Show file tree
Hide file tree
Showing 16 changed files with 29 additions and 1,589 deletions.
2 changes: 1 addition & 1 deletion examples/frontend/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@justaname.id/react": "^0.3.19",
"@justaname.id/react": "^0.3.20",
"@rainbow-me/rainbowkit": "^2.0.2",
"@tanstack/react-query": "^5.28.6",
"@uidotdev/usehooks": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/fullstack/nextjs/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@justaname.id/react": "^0.3.19",
"@justaname.id/react": "^0.3.20",
"@rainbow-me/rainbowkit": "^2.0.2",
"@uidotdev/usehooks": "^2.4.1",
"next": "14.1.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/fullstack/nextjs/pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "next lint"
},
"dependencies": {
"@justaname.id/react": "^0.3.19",
"@justaname.id/react": "^0.3.20",
"@rainbow-me/rainbowkit": "^2.0.2",
"@uidotdev/usehooks": "^2.4.1",
"next": "14.1.4",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
"packageManager": "[email protected]",
"dependencies": {
"@inquirer/prompts": "^4.3.0",
"@justaname.id/react": "0.3.19",
"@justaname.id/sdk": "0.2.16",
"@justaname.id/react": "0.3.20",
"@justaname.id/sdk": "0.2.17",
"@rainbow-me/rainbowkit": "^2.0.2",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/@justaname.id/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.20 (2024-05-12)

This was a version bump only for @justaname.id/react to align it with other projects, there were no code changes.

## 0.3.19 (2024-05-12)

This was a version bump only for @justaname.id/react to align it with other projects, there were no code changes.
Expand Down
4 changes: 2 additions & 2 deletions packages/@justaname.id/react/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@justaname.id/react",
"version": "0.3.19",
"version": "0.3.20",
"dependencies": {
"@justaname.id/sdk": "0.2.16",
"@justaname.id/sdk": "0.2.17",
"@tanstack/react-query": "^5.28.4"
},
"peerDependencies": {
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9c0c18b

Please sign in to comment.