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.7

- project: @justaname.id/sdk 0.2.4

- project: create-justaname-app 0.3.1
  • Loading branch information
HadiKhai committed May 1, 2024
1 parent 0e70cf5 commit 58a0090
Show file tree
Hide file tree
Showing 10 changed files with 69 additions and 17 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.6",
"@justaname.id/react": "^0.3.7",
"@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.6",
"@justaname.id/react": "^0.3.7",
"@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.6",
"@justaname.id/react": "^0.3.7",
"@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.6",
"@justaname.id/sdk": "workspace:^",
"@justaname.id/react": "0.3.7",
"@justaname.id/sdk": "0.2.4",
"@rainbow-me/rainbowkit": "^2.0.2",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
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.6",
"version": "0.3.7",
"dependencies": {
"@justaname.id/sdk": "0.2.3",
"@justaname.id/sdk": "0.2.4",
"@tanstack/react-query": "^5.28.4"
},
"peerDependencies": {
Expand Down
29 changes: 29 additions & 0 deletions packages/@justaname.id/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## 0.2.4 (2024-05-01)


### 🚀 Features

- change claim to add ([3d11958](https://github.com/JustaName-id/JustaName-sdk/commit/3d11958))

- added documentation to package ([f9e8bfe](https://github.com/JustaName-id/JustaName-sdk/commit/f9e8bfe))

- claim to accept ([582863c](https://github.com/JustaName-id/JustaName-sdk/commit/582863c))

- signature on connect ([8858ff6](https://github.com/JustaName-id/JustaName-sdk/commit/8858ff6))

- added invitations, communitySubnames and searchSubnames hooks ([#11](https://github.com/JustaName-id/JustaName-sdk/pull/11))


### 🩹 Fixes

- origin in create-justaname-app ([#6](https://github.com/JustaName-id/JustaName-sdk/pull/6))


### ❤️ Thank You

- AngeloAyranji @AngeloAyranji
- anthony2399
- anthony23991
- HadiKhai
- JustHadi @HadiKhai

## 0.2.0 (2024-03-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/@justaname.id/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@justaname.id/sdk",
"version": "0.2.3",
"version": "0.2.4",
"dependencies": {
"axios": "^1.6.0",
"dotenv": "16.3.2",
Expand Down
23 changes: 23 additions & 0 deletions packages/create-justaname-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 0.3.1 (2024-05-01)


### 🚀 Features

- remove docusaurus ([24983e1](https://github.com/JustaName-id/JustaName-sdk/commit/24983e1))

- expo basic ([ca621da](https://github.com/JustaName-id/JustaName-sdk/commit/ca621da))

- added documentation to package ([f9e8bfe](https://github.com/JustaName-id/JustaName-sdk/commit/f9e8bfe))


### 🩹 Fixes

- origin in create-justaname-app ([#6](https://github.com/JustaName-id/JustaName-sdk/pull/6))


### ❤️ Thank You

- AngeloAyranji @AngeloAyranji
- HadiKhai
- JustHadi @HadiKhai

## 0.3.0 (2024-03-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/create-justaname-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-justaname-app",
"version": "0.3.0",
"version": "0.3.1",
"dependencies": {
"@inquirer/prompts": "^4.3.0",
"@rollup/plugin-commonjs": "^25.0.7",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3903,11 +3903,11 @@ __metadata:
languageName: node
linkType: hard

"@justaname.id/react@npm:0.3.6, @justaname.id/react@npm:^0.3.6, @justaname.id/react@workspace:packages/@justaname.id/react":
"@justaname.id/react@npm:0.3.7, @justaname.id/react@npm:^0.3.7, @justaname.id/react@workspace:packages/@justaname.id/react":
version: 0.0.0-use.local
resolution: "@justaname.id/react@workspace:packages/@justaname.id/react"
dependencies:
"@justaname.id/sdk": "npm:0.2.3"
"@justaname.id/sdk": "npm:0.2.4"
"@tanstack/react-query": "npm:^5.28.4"
jest: "npm:^29.4.1"
peerDependencies:
Expand Down Expand Up @@ -3946,7 +3946,7 @@ __metadata:
languageName: node
linkType: hard

"@justaname.id/sdk@npm:0.2.3, @justaname.id/sdk@workspace:^, @justaname.id/sdk@workspace:packages/@justaname.id/sdk":
"@justaname.id/sdk@npm:0.2.4, @justaname.id/sdk@workspace:packages/@justaname.id/sdk":
version: 0.0.0-use.local
resolution: "@justaname.id/sdk@workspace:packages/@justaname.id/sdk"
dependencies:
Expand Down Expand Up @@ -21734,8 +21734,8 @@ __metadata:
"@babel/core": "npm:^7.14.5"
"@babel/preset-react": "npm:^7.14.5"
"@inquirer/prompts": "npm:^4.3.0"
"@justaname.id/react": "npm:0.3.6"
"@justaname.id/sdk": "workspace:^"
"@justaname.id/react": "npm:0.3.7"
"@justaname.id/sdk": "npm:0.2.4"
"@nx/cypress": "npm:18.0.8"
"@nx/eslint": "npm:18.0.8"
"@nx/eslint-plugin": "npm:18.0.8"
Expand Down Expand Up @@ -21895,7 +21895,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "justaname-next-app-example@workspace:examples/fullstack/nextjs/app"
dependencies:
"@justaname.id/react": "npm:^0.3.6"
"@justaname.id/react": "npm:^0.3.7"
"@rainbow-me/rainbowkit": "npm:^2.0.2"
"@types/node": "npm:^20"
"@types/react": "npm:^18"
Expand All @@ -21916,7 +21916,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "justaname-next-pages-example@workspace:examples/fullstack/nextjs/pages"
dependencies:
"@justaname.id/react": "npm:^0.3.6"
"@justaname.id/react": "npm:^0.3.7"
"@rainbow-me/rainbowkit": "npm:^2.0.2"
"@types/node": "npm:^20"
"@types/react": "npm:^18"
Expand All @@ -21937,7 +21937,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "justaname-react-example@workspace:examples/frontend/react"
dependencies:
"@justaname.id/react": "npm:^0.3.6"
"@justaname.id/react": "npm:^0.3.7"
"@rainbow-me/rainbowkit": "npm:^2.0.2"
"@tanstack/react-query": "npm:^5.28.6"
"@types/react": "npm:^18.2.66"
Expand Down

0 comments on commit 58a0090

Please sign in to comment.