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 Nov 6, 2023
1 parent a7bb04d commit 7242ee1
Show file tree
Hide file tree
Showing 33 changed files with 146 additions and 189 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

18 changes: 18 additions & 0 deletions packages/wallet-connect-sdk-core/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"name": "@cityofzion/wallet-connect-sdk-core",
"entries": [
{
"version": "3.1.0",
"tag": "@cityofzion/wallet-connect-sdk-core_v3.1.0",
"date": "Mon, 06 Nov 2023 13:13:50 GMT",
"comments": {
"minor": [
{
"comment": "New method to allow signing a transaction multiple times by different wallets before invoking it"
},
{
"comment": "A new method has been added to calculate the fee for a request"
},
{
"comment": "New event emitter has been added to emit changes to the session"
}
]
}
},
{
"version": "3.0.0",
"tag": "@cityofzion/wallet-connect-sdk-core_v3.0.0",
Expand Down
11 changes: 10 additions & 1 deletion packages/wallet-connect-sdk-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log - @cityofzion/wallet-connect-sdk-core

This log was last generated on Thu, 28 Sep 2023 13:38:24 GMT and should not be manually modified.
This log was last generated on Mon, 06 Nov 2023 13:13:50 GMT and should not be manually modified.

## 3.1.0
Mon, 06 Nov 2023 13:13:50 GMT

### Minor changes

- New method to allow signing a transaction multiple times by different wallets before invoking it
- A new method has been added to calculate the fee for a request
- New event emitter has been added to emit changes to the session

## 3.0.0
Thu, 28 Sep 2023 13:38:24 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-connect-sdk-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cityofzion/wallet-connect-sdk-core",
"version": "3.0.0",
"version": "3.1.0",
"description": "Wallet-Connect-SDK Core functionality",
"keywords": [
"wallet",
Expand Down
20 changes: 20 additions & 0 deletions packages/wallet-connect-sdk-react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
{
"name": "@cityofzion/wallet-connect-sdk-react",
"entries": [
{
"version": "3.1.0",
"tag": "@cityofzion/wallet-connect-sdk-react_v3.1.0",
"date": "Mon, 06 Nov 2023 13:13:50 GMT",
"comments": {
"minor": [
{
"comment": "A new method has been added to calculate the fee for a request"
},
{
"comment": "New way to update the session consuming the new event emitter from core"
}
],
"dependency": [
{
"comment": "Updating dependency \"@cityofzion/wallet-connect-sdk-core\" to `3.1.0`"
}
]
}
},
{
"version": "3.0.0",
"tag": "@cityofzion/wallet-connect-sdk-react_v3.0.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/wallet-connect-sdk-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log - @cityofzion/wallet-connect-sdk-react

This log was last generated on Thu, 28 Sep 2023 13:38:24 GMT and should not be manually modified.
This log was last generated on Mon, 06 Nov 2023 13:13:50 GMT and should not be manually modified.

## 3.1.0
Mon, 06 Nov 2023 13:13:50 GMT

### Minor changes

- A new method has been added to calculate the fee for a request
- New way to update the session consuming the new event emitter from core

## 3.0.0
Thu, 28 Sep 2023 13:38:24 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-connect-sdk-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cityofzion/wallet-connect-sdk-react",
"version": "3.0.0",
"version": "3.1.0",
"description": "Wallet-Connect-SDK to be used on React Apps",
"keywords": [
"wallet",
Expand Down
22 changes: 22 additions & 0 deletions packages/wallet-connect-sdk-svelte/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "@cityofzion/wallet-connect-sdk-svelte",
"entries": [
{
"version": "0.1.0",
"tag": "@cityofzion/wallet-connect-sdk-svelte_v0.1.0",
"date": "Mon, 06 Nov 2023 13:13:50 GMT",
"comments": {
"minor": [
{
"comment": "The Wallet Connect SDK to use with Svelte Applications"
}
],
"dependency": [
{
"comment": "Updating dependency \"@cityofzion/wallet-connect-sdk-core\" to `3.1.0`"
}
]
}
}
]
}
11 changes: 11 additions & 0 deletions packages/wallet-connect-sdk-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log - @cityofzion/wallet-connect-sdk-svelte

This log was last generated on Mon, 06 Nov 2023 13:13:50 GMT and should not be manually modified.

## 0.1.0
Mon, 06 Nov 2023 13:13:50 GMT

### Minor changes

- The Wallet Connect SDK to use with Svelte Applications

2 changes: 1 addition & 1 deletion packages/wallet-connect-sdk-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cityofzion/wallet-connect-sdk-svelte",
"version": "0.0.1",
"version": "0.1.0",
"description": "Wallet-Connect-SDK to be used on Svelte Apps",
"main": "dist/index.js",
"repository": {
Expand Down
23 changes: 23 additions & 0 deletions packages/wallet-connect-sdk-wallet-core/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@cityofzion/wallet-connect-sdk-wallet-core",
"entries": [
{
"version": "3.1.0",
"tag": "@cityofzion/wallet-connect-sdk-wallet-core_v3.1.0",
"date": "Mon, 06 Nov 2023 13:13:50 GMT",
"comments": {
"minor": [
{
"comment": "New method to allow signing a transaction multiple times by different wallets before invoking it"
},
{
"comment": "A new method has been added so that the wallet can calculate the fee for an invocation"
},
{
"comment": "Changing the type of events to avoid conflicts with the core"
}
],
"dependency": [
{
"comment": "Updating dependency \"@cityofzion/wallet-connect-sdk-core\" to `3.1.0`"
}
]
}
},
{
"version": "3.0.0",
"tag": "@cityofzion/wallet-connect-sdk-wallet-core_v3.0.0",
Expand Down
Loading

0 comments on commit 7242ee1

Please sign in to comment.