Skip to content

Commit

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

- project: @justaname.id/react 0.3.138

- project: @justaname.id/siwens 0.0.68

- project: @justweb3/ui 0.0.74

- project: @justweb3/widget 0.0.74

- project: @justverified/plugin 0.0.73

- project: @justweb3/efp-plugin 0.1.34
  • Loading branch information
justaname-sdk-publisher[bot] committed Nov 14, 2024
1 parent d18cb3e commit 24d6a45
Show file tree
Hide file tree
Showing 15 changed files with 60 additions and 21 deletions.
7 changes: 7 additions & 0 deletions packages/@justaname.id/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.3.138 (2024-11-14)


### 🧱 Updated Dependencies

- Updated @justaname.id/sdk to 0.2.135

## 0.3.137 (2024-11-14)


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,9 +1,9 @@
{
"name": "@justaname.id/react",
"version": "0.3.137",
"version": "0.3.138",
"dependencies": {
"@ensdomains/ensjs": "4.0.1-alpha.0",
"@justaname.id/sdk": "0.2.134",
"@justaname.id/sdk": "0.2.135",
"axios": "^1.6.0",
"qs": "^6.12.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/@justaname.id/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.2.135 (2024-11-14)


### 🧱 Updated Dependencies

- Updated @justaname.id/siwens to 0.0.68

## 0.2.134 (2024-11-14)


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.134",
"version": "0.2.135",
"dependencies": {
"@justaname.id/siwens": "0.0.67",
"@justaname.id/siwens": "0.0.68",
"axios": "^1.6.0",
"qs": "^6.12.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/@justaname.id/siwens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.68 (2024-11-14)

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

## 0.0.67 (2024-11-14)

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.67",
"version": "0.0.68",
"peerDependencies": {
"ethers": ">=6.0.0",
"siwe": ">=2.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/@justverified/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.73 (2024-11-14)

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

## 0.0.72 (2024-11-14)

This was a version bump only for @justverified/plugin to align it with other projects, there were no code changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/@justverified/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@justverified/plugin",
"version": "0.0.72",
"version": "0.0.73",
"dependencies": {
"axios": "^1.6.0",
"lodash": "4.17.21",
Expand Down
4 changes: 4 additions & 0 deletions packages/@justweb3/efp-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.34 (2024-11-14)

This was a version bump only for @justweb3/efp-plugin to align it with other projects, there were no code changes.

## 0.1.33 (2024-11-14)

This was a version bump only for @justweb3/efp-plugin to align it with other projects, there were no code changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/@justweb3/efp-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@justweb3/efp-plugin",
"version": "0.1.33",
"version": "0.1.34",
"dependencies": {
"axios": "^1.6.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/@justweb3/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.74 (2024-11-14)

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

## 0.0.73 (2024-11-14)

This was a version bump only for @justweb3/ui to align it with other projects, there were no code changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/@justweb3/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@justweb3/ui",
"version": "0.0.73",
"version": "0.0.74",
"dependencies": {
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/@justweb3/widget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.0.74 (2024-11-14)


### 🧱 Updated Dependencies

- Updated @justaname.id/sdk to 0.2.135
- Updated @justaname.id/react to 0.3.138
- Updated @justweb3/ui to 0.0.74

## 0.0.73 (2024-11-14)


Expand Down
8 changes: 4 additions & 4 deletions packages/@justweb3/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@justweb3/widget",
"version": "0.0.73",
"version": "0.0.74",
"dependencies": {
"@ensdomains/address-encoder": "^1.1.2",
"@ensdomains/ensjs": "4.0.1-alpha.0",
"@hookform/resolvers": "^3.9.0",
"@justaname.id/react": "0.3.137",
"@justaname.id/sdk": "0.2.134",
"@justweb3/ui": "^0.0.73",
"@justaname.id/react": "0.3.138",
"@justaname.id/sdk": "0.2.135",
"@justweb3/ui": "^0.0.74",
"clsx": "1.2.1",
"cropperjs": "^1.6.2",
"lodash": "4.17.21",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4499,12 +4499,12 @@ __metadata:
languageName: node
linkType: hard

"@justaname.id/react@npm:0.3.137, @justaname.id/react@workspace:packages/@justaname.id/react":
"@justaname.id/react@npm:0.3.138, @justaname.id/react@workspace:packages/@justaname.id/react":
version: 0.0.0-use.local
resolution: "@justaname.id/react@workspace:packages/@justaname.id/react"
dependencies:
"@ensdomains/ensjs": "npm:4.0.1-alpha.0"
"@justaname.id/sdk": "npm:0.2.134"
"@justaname.id/sdk": "npm:0.2.135"
axios: "npm:^1.6.0"
jest: "npm:^29.4.1"
qs: "npm:^6.12.0"
Expand All @@ -4517,11 +4517,11 @@ __metadata:
languageName: unknown
linkType: soft

"@justaname.id/sdk@npm:0.2.134, @justaname.id/sdk@workspace:packages/@justaname.id/sdk":
"@justaname.id/sdk@npm:0.2.135, @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.67"
"@justaname.id/siwens": "npm:0.0.68"
axios: "npm:^1.6.0"
jest: "npm:^29.4.1"
qs: "npm:^6.12.0"
Expand All @@ -4532,7 +4532,7 @@ __metadata:
languageName: unknown
linkType: soft

"@justaname.id/siwens@npm:0.0.67, @justaname.id/siwens@workspace:packages/@justaname.id/siwens":
"@justaname.id/siwens@npm:0.0.68, @justaname.id/siwens@workspace:packages/@justaname.id/siwens":
version: 0.0.0-use.local
resolution: "@justaname.id/siwens@workspace:packages/@justaname.id/siwens"
peerDependencies:
Expand Down Expand Up @@ -4568,7 +4568,7 @@ __metadata:
languageName: unknown
linkType: soft

"@justweb3/ui@npm:^0.0.73, @justweb3/ui@workspace:packages/@justweb3/ui":
"@justweb3/ui@npm:^0.0.74, @justweb3/ui@workspace:packages/@justweb3/ui":
version: 0.0.0-use.local
resolution: "@justweb3/ui@workspace:packages/@justweb3/ui"
dependencies:
Expand All @@ -4594,9 +4594,9 @@ __metadata:
"@ensdomains/address-encoder": "npm:^1.1.2"
"@ensdomains/ensjs": "npm:4.0.1-alpha.0"
"@hookform/resolvers": "npm:^3.9.0"
"@justaname.id/react": "npm:0.3.137"
"@justaname.id/sdk": "npm:0.2.134"
"@justweb3/ui": "npm:^0.0.73"
"@justaname.id/react": "npm:0.3.138"
"@justaname.id/sdk": "npm:0.2.135"
"@justweb3/ui": "npm:^0.0.74"
clsx: "npm:1.2.1"
cropperjs: "npm:^1.6.2"
lodash: "npm:4.17.21"
Expand Down

0 comments on commit 24d6a45

Please sign in to comment.