Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: create-justaname-app 0.3.74

- project: @justaname.id/sdk 0.2.85

- project: @justaname.id/react 0.3.88

- project: @justaname.id/siwens 0.0.18

- project: @justaname.id/react-ui 0.0.21

- project: @justaname.id/react-signin 0.0.21
  • Loading branch information
HadiKhai committed Sep 20, 2024
1 parent 57d5d48 commit fbe2680
Show file tree
Hide file tree
Showing 13 changed files with 89 additions and 17 deletions.
18 changes: 18 additions & 0 deletions packages/@justaname.id/react-signin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 0.0.21 (2024-09-20)


### 🚀 Features

- mApp in sdk react and react-signin ([#26](https://github.com/JustaName-id/JustaName-sdk/pull/26))


### 🧱 Updated Dependencies

- Updated @justaname.id/sdk to 0.2.85
- Updated @justaname.id/react to 0.3.88


### ❤️ Thank You

- JustHadi @HadiKhai

## 0.0.20 (2024-09-20)


Expand Down
6 changes: 3 additions & 3 deletions packages/@justaname.id/react-signin/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@justaname.id/react-signin",
"version": "0.0.20",
"version": "0.0.21",
"dependencies": {
"@justaname.id/react": "0.3.87",
"@justaname.id/sdk": "0.2.84"
"@justaname.id/react": "0.3.88",
"@justaname.id/sdk": "0.2.85"
},
"exports": {
"./package.json": "./dist/package.json",
Expand Down
4 changes: 4 additions & 0 deletions packages/@justaname.id/react-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.21 (2024-09-20)

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

## 0.0.20 (2024-09-20)

This was a version bump only for @justaname.id/react-ui to align it with other projects, there were no code changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/@justaname.id/react-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@justaname.id/react-ui",
"version": "0.0.20",
"version": "0.0.21",
"peerDependencies": {
"react": ">=17",
"react-dom": ">=17"
Expand Down
17 changes: 17 additions & 0 deletions packages/@justaname.id/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.3.88 (2024-09-20)


### 🚀 Features

- mApp in sdk react and react-signin ([#26](https://github.com/JustaName-id/JustaName-sdk/pull/26))


### 🧱 Updated Dependencies

- Updated @justaname.id/sdk to 0.2.85


### ❤️ Thank You

- JustHadi @HadiKhai

## 0.3.87 (2024-09-20)


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.87",
"version": "0.3.88",
"dependencies": {
"@justaname.id/sdk": "0.2.84",
"@justaname.id/sdk": "0.2.85",
"@tanstack/react-query": "^5.28.4"
},
"peerDependencies": {
Expand Down
17 changes: 17 additions & 0 deletions packages/@justaname.id/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.2.85 (2024-09-20)


### 🚀 Features

- mApp in sdk react and react-signin ([#26](https://github.com/JustaName-id/JustaName-sdk/pull/26))


### 🧱 Updated Dependencies

- Updated @justaname.id/siwens to 0.0.18


### ❤️ Thank You

- JustHadi @HadiKhai

## 0.2.84 (2024-09-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/@justaname.id/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@justaname.id/sdk",
"version": "0.2.84",
"version": "0.2.85",
"dependencies": {
"@justaname.id/siwens": "0.0.17",
"@justaname.id/siwens": "0.0.18",
"axios": "^1.6.0",
"qs": "^6.12.0"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/@justaname.id/siwens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.0.18 (2024-09-20)


### 🚀 Features

- mApp in sdk react and react-signin ([#26](https://github.com/JustaName-id/JustaName-sdk/pull/26))


### ❤️ Thank You

- JustHadi @HadiKhai

## 0.0.17 (2024-09-20)

This was a version bump only for @justaname.id/siwens to align it with other projects, there were no code changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/@justaname.id/siwens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@justaname.id/siwens",
"version": "0.0.17",
"version": "0.0.18",
"dependencies": {
"ethers": "^6.11.1",
"siwe": "^2.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.74 (2024-09-20)

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

## 0.3.73 (2024-09-20)

This was a version bump only for create-justaname-app to align it with other projects, there were no code changes.
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.73",
"version": "0.3.74",
"type": "module",
"bin": "index.esm.js",
"dependencies": {
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6417,8 +6417,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@justaname.id/react-signin@workspace:packages/@justaname.id/react-signin"
dependencies:
"@justaname.id/react": "npm:0.3.87"
"@justaname.id/sdk": "npm:0.2.84"
"@justaname.id/react": "npm:0.3.88"
"@justaname.id/sdk": "npm:0.2.85"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -6463,11 +6463,11 @@ __metadata:
languageName: node
linkType: hard

"@justaname.id/react@npm:0.3.87, @justaname.id/react@npm:^0.3.68, @justaname.id/react@workspace:packages/@justaname.id/react":
"@justaname.id/react@npm:0.3.88, @justaname.id/react@npm:^0.3.68, @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.84"
"@justaname.id/sdk": "npm:0.2.85"
"@tanstack/react-query": "npm:^5.28.4"
jest: "npm:^29.4.1"
peerDependencies:
Expand Down Expand Up @@ -6503,11 +6503,11 @@ __metadata:
languageName: node
linkType: hard

"@justaname.id/sdk@npm:0.2.84, @justaname.id/sdk@workspace:packages/@justaname.id/sdk":
"@justaname.id/sdk@npm:0.2.85, @justaname.id/sdk@workspace:packages/@justaname.id/sdk":
version: 0.0.0-use.local
resolution: "@justaname.id/sdk@workspace:packages/@justaname.id/sdk"
dependencies:
"@justaname.id/siwens": "npm:0.0.17"
"@justaname.id/siwens": "npm:0.0.18"
axios: "npm:^1.6.0"
jest: "npm:^29.4.1"
qs: "npm:^6.12.0"
Expand All @@ -6527,7 +6527,7 @@ __metadata:
languageName: node
linkType: hard

"@justaname.id/siwens@npm:0.0.17, @justaname.id/siwens@workspace:packages/@justaname.id/siwens":
"@justaname.id/siwens@npm:0.0.18, @justaname.id/siwens@workspace:packages/@justaname.id/siwens":
version: 0.0.0-use.local
resolution: "@justaname.id/siwens@workspace:packages/@justaname.id/siwens"
dependencies:
Expand Down

0 comments on commit fbe2680

Please sign in to comment.