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

- project: @justaname.id/sdk 0.3.1

- project: create-justaname-app 0.3.50
  • Loading branch information
anthony23991 committed Aug 22, 2024
1 parent ce905ff commit 496328f
Show file tree
Hide file tree
Showing 18 changed files with 59 additions and 31 deletions.
2 changes: 1 addition & 1 deletion examples/backend/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "eslint . --ext .ts"
},
"dependencies": {
"@justaname.id/sdk": "0.2.52",
"@justaname.id/sdk": "0.3.1",
"express": "^4.18.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/backend/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@fastify/cors": "^7.0.0",
"@justaname.id/sdk": "0.2.52",
"@justaname.id/sdk": "0.3.1",
"fastify": "^3.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/backend/hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@hapi/hapi": "^21.3.7",
"@justaname.id/sdk": "0.2.52"
"@justaname.id/sdk": "0.3.1"
},
"devDependencies": {
"@types/eslint": "^8",
Expand Down
2 changes: 1 addition & 1 deletion examples/backend/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "eslint . --ext .ts"
},
"dependencies": {
"@justaname.id/sdk": "0.2.52",
"@justaname.id/sdk": "0.3.1",
"@koa/cors": "^5.0.0",
"@koa/router": "^12.0.1",
"koa": "^2.15.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/backend/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@justaname.id/sdk": "0.2.52",
"@justaname.id/sdk": "0.3.1",
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^3.2.1",
"@nestjs/core": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/frontend/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@ethersproject/shims": "^5.7.0",
"@justaname.id/react": "^0.3.55",
"@justaname.id/react": "^0.3.56",
"@metamask/sdk-react": "^0.15.0",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/netinfo": "11.1.0",
Expand Down
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.55",
"@justaname.id/react": "^0.3.56",
"@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/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@ethersproject/shims": "^5.7.0",
"@justaname.id/react": "0.3.55",
"@justaname.id/react": "0.3.56",
"@metamask/sdk-react": "^0.15.0",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/netinfo": "11.1.0",
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.55",
"@justaname.id/react": "^0.3.56",
"@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.55",
"@justaname.id/react": "^0.3.56",
"@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 @@ -98,8 +98,8 @@
"dependencies": {
"@ensdomains/address-encoder": "^1.1.2",
"@inquirer/prompts": "^4.3.0",
"@justaname.id/react": "0.3.55",
"@justaname.id/sdk": "0.2.52",
"@justaname.id/react": "0.3.56",
"@justaname.id/sdk": "0.3.1",
"@rainbow-me/rainbowkit": "^2.0.2",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
Expand Down
12 changes: 12 additions & 0 deletions packages/@justaname.id/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.3.56 (2024-08-22)


### 🩹 Fixes

- version ([0a1f85b](https://github.com/JustaName-id/JustaName-sdk/commit/0a1f85b))


### ❤️ Thank You

- anthony2399 @anthony23991

## 0.3.55 (2024-08-16)


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.55",
"version": "0.3.56",
"dependencies": {
"@justaname.id/sdk": "0.2.52",
"@justaname.id/sdk": "0.3.1",
"@tanstack/react-query": "^5.28.4"
},
"peerDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/@justaname.id/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.3.1 (2024-08-22)


### 🩹 Fixes

- version ([0a1f85b](https://github.com/JustaName-id/JustaName-sdk/commit/0a1f85b))


### ❤️ Thank You

- anthony2399 @anthony23991

## 0.3.0 (2024-08-21)


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.52",
"version": "0.3.1",
"dependencies": {
"axios": "^1.6.0",
"dotenv": "16.3.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/create-justaname-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.50 (2024-08-22)

This was a version bump only for create-justaname-app to align it with other projects, there were no code changes.

## 0.3.49 (2024-08-16)


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.49",
"version": "0.3.50",
"type": "module",
"bin": "index.esm.js",
"dependencies": {
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3914,11 +3914,11 @@ __metadata:
languageName: node
linkType: hard

"@justaname.id/react@npm:0.3.55, @justaname.id/react@npm:^0.3.55, @justaname.id/react@workspace:packages/@justaname.id/react":
"@justaname.id/react@npm:0.3.56, @justaname.id/react@npm:^0.3.56, @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.52"
"@justaname.id/sdk": "npm:0.3.1"
"@tanstack/react-query": "npm:^5.28.4"
jest: "npm:^29.4.1"
peerDependencies:
Expand All @@ -3930,7 +3930,7 @@ __metadata:
languageName: unknown
linkType: soft

"@justaname.id/sdk@npm:0.2.52, @justaname.id/sdk@workspace:packages/@justaname.id/sdk":
"@justaname.id/sdk@npm:0.3.1, @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 @@ -20632,7 +20632,7 @@ __metadata:
dependencies:
"@babel/core": "npm:^7.20.0"
"@ethersproject/shims": "npm:^5.7.0"
"@justaname.id/react": "npm:^0.3.55"
"@justaname.id/react": "npm:^0.3.56"
"@metamask/sdk-react": "npm:^0.15.0"
"@react-native-async-storage/async-storage": "npm:1.21.0"
"@react-native-community/netinfo": "npm:11.1.0"
Expand Down Expand Up @@ -20670,7 +20670,7 @@ __metadata:
dependencies:
"@babel/core": "npm:^7.20.0"
"@ethersproject/shims": "npm:^5.7.0"
"@justaname.id/react": "npm:0.3.55"
"@justaname.id/react": "npm:0.3.56"
"@metamask/sdk-react": "npm:^0.15.0"
"@react-native-async-storage/async-storage": "npm:1.21.0"
"@react-native-community/netinfo": "npm:11.1.0"
Expand Down Expand Up @@ -21725,7 +21725,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "justaname-express-example@workspace:examples/backend/express"
dependencies:
"@justaname.id/sdk": "npm:0.2.52"
"@justaname.id/sdk": "npm:0.3.1"
"@types/eslint": "npm:^8"
"@typescript-eslint/eslint-plugin": "npm:^7.3.1"
"@typescript-eslint/parser": "npm:^7.3.1"
Expand All @@ -21743,7 +21743,7 @@ __metadata:
resolution: "justaname-fastify-example@workspace:examples/backend/fastify"
dependencies:
"@fastify/cors": "npm:^7.0.0"
"@justaname.id/sdk": "npm:0.2.52"
"@justaname.id/sdk": "npm:0.3.1"
"@types/eslint": "npm:^8"
"@typescript-eslint/eslint-plugin": "npm:^7.3.1"
"@typescript-eslint/parser": "npm:^7.3.1"
Expand All @@ -21761,7 +21761,7 @@ __metadata:
resolution: "justaname-hapi-example@workspace:examples/backend/hapi"
dependencies:
"@hapi/hapi": "npm:^21.3.7"
"@justaname.id/sdk": "npm:0.2.52"
"@justaname.id/sdk": "npm:0.3.1"
"@types/eslint": "npm:^8"
"@typescript-eslint/eslint-plugin": "npm:^7.3.1"
"@typescript-eslint/parser": "npm:^7.3.1"
Expand All @@ -21777,7 +21777,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "justaname-koa-example@workspace:examples/backend/koa"
dependencies:
"@justaname.id/sdk": "npm:0.2.52"
"@justaname.id/sdk": "npm:0.3.1"
"@koa/cors": "npm:^5.0.0"
"@koa/router": "npm:^12.0.1"
"@types/eslint": "npm:^8"
Expand All @@ -21804,8 +21804,8 @@ __metadata:
"@babel/preset-react": "npm:^7.14.5"
"@ensdomains/address-encoder": "npm:^1.1.2"
"@inquirer/prompts": "npm:^4.3.0"
"@justaname.id/react": "npm:0.3.55"
"@justaname.id/sdk": "npm:0.2.52"
"@justaname.id/react": "npm:0.3.56"
"@justaname.id/sdk": "npm:0.3.1"
"@nx/cypress": "npm:18.0.8"
"@nx/eslint": "npm:18.0.8"
"@nx/eslint-plugin": "npm:18.0.8"
Expand Down Expand Up @@ -21933,7 +21933,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "justaname-nestjs-example@workspace:examples/backend/nestjs"
dependencies:
"@justaname.id/sdk": "npm:0.2.52"
"@justaname.id/sdk": "npm:0.3.1"
"@nestjs/cli": "npm:^10.0.0"
"@nestjs/common": "npm:^10.0.0"
"@nestjs/config": "npm:^3.2.1"
Expand Down Expand Up @@ -21968,7 +21968,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.55"
"@justaname.id/react": "npm:^0.3.56"
"@rainbow-me/rainbowkit": "npm:^2.0.2"
"@types/node": "npm:^20"
"@types/react": "npm:^18"
Expand All @@ -21989,7 +21989,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.55"
"@justaname.id/react": "npm:^0.3.56"
"@rainbow-me/rainbowkit": "npm:^2.0.2"
"@types/node": "npm:^20"
"@types/react": "npm:^18"
Expand All @@ -22010,7 +22010,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "justaname-react-example@workspace:examples/frontend/react"
dependencies:
"@justaname.id/react": "npm:^0.3.55"
"@justaname.id/react": "npm:^0.3.56"
"@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 496328f

Please sign in to comment.