Skip to content

Commit

Permalink
Update package.json version(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 19, 2024
1 parent 47df80e commit d9cd9ab
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 14 deletions.

This file was deleted.

17 changes: 17 additions & 0 deletions packages/wallet-connect-sdk-wallet-core/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@cityofzion/wallet-connect-sdk-wallet-core",
"entries": [
{
"version": "4.2.2",
"tag": "@cityofzion/wallet-connect-sdk-wallet-core_v4.2.2",
"date": "Wed, 19 Jun 2024 20:50:28 GMT",
"comments": {
"patch": [
{
"comment": "Receive adapter parameters in AbstractWalletConnectEIP155Adapter's getCustomSigner"
}
],
"none": [
{
"comment": "Update package.json version(s)"
}
]
}
},
{
"version": "4.2.1",
"tag": "@cityofzion/wallet-connect-sdk-wallet-core_v4.2.1",
Expand Down
9 changes: 8 additions & 1 deletion packages/wallet-connect-sdk-wallet-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @cityofzion/wallet-connect-sdk-wallet-core

This log was last generated on Wed, 19 Jun 2024 20:10:20 GMT and should not be manually modified.
This log was last generated on Wed, 19 Jun 2024 20:50:28 GMT and should not be manually modified.

## 4.2.2
Wed, 19 Jun 2024 20:50:28 GMT

### Patches

- Receive adapter parameters in AbstractWalletConnectEIP155Adapter's getCustomSigner

## 4.2.1
Wed, 19 Jun 2024 20:10:20 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-connect-sdk-wallet-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cityofzion/wallet-connect-sdk-wallet-core",
"version": "4.2.1",
"version": "4.2.2",
"description": "Wallet-Connect-SDK wallet-side core functionality",
"keywords": [
"wallet",
Expand Down
17 changes: 17 additions & 0 deletions packages/wallet-connect-sdk-wallet-react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@cityofzion/wallet-connect-sdk-wallet-react",
"entries": [
{
"version": "4.0.11",
"tag": "@cityofzion/wallet-connect-sdk-wallet-react_v4.0.11",
"date": "Wed, 19 Jun 2024 20:50:28 GMT",
"comments": {
"none": [
{
"comment": "Update package.json version(s)"
}
],
"dependency": [
{
"comment": "Updating dependency \"@cityofzion/wallet-connect-sdk-wallet-core\" to `4.2.2`"
}
]
}
},
{
"version": "4.0.10",
"tag": "@cityofzion/wallet-connect-sdk-wallet-react_v4.0.10",
Expand Down
7 changes: 6 additions & 1 deletion packages/wallet-connect-sdk-wallet-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @cityofzion/wallet-connect-sdk-wallet-react

This log was last generated on Wed, 19 Jun 2024 20:10:20 GMT and should not be manually modified.
This log was last generated on Wed, 19 Jun 2024 20:50:28 GMT and should not be manually modified.

## 4.0.11
Wed, 19 Jun 2024 20:50:28 GMT

_Version update only_

## 4.0.10
Wed, 19 Jun 2024 20:10:20 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-connect-sdk-wallet-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cityofzion/wallet-connect-sdk-wallet-react",
"version": "4.0.10",
"version": "4.0.11",
"description": "Wallet-Connect-SDK wallet-side to be used on React Apps",
"keywords": [
"wallet",
Expand Down

0 comments on commit d9cd9ab

Please sign in to comment.