Skip to content

Commit

Permalink
CU-86dtm13dg - Fix session changes listeners
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoDizConde committed Jun 20, 2024
1 parent d9cd9ab commit c226574
Show file tree
Hide file tree
Showing 24 changed files with 443 additions and 97 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cityofzion/wallet-connect-sdk-react",
"comment": "Fix emitter",
"type": "patch"
}
],
"packageName": "@cityofzion/wallet-connect-sdk-react"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cityofzion/wallet-connect-sdk-svelte",
"comment": "Fix emitter",
"type": "patch"
}
],
"packageName": "@cityofzion/wallet-connect-sdk-svelte"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cityofzion/wallet-connect-sdk-wallet-react",
"comment": "Fix emitter",
"type": "patch"
}
],
"packageName": "@cityofzion/wallet-connect-sdk-wallet-react"
}
11 changes: 11 additions & 0 deletions common/config/rush/command-line.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@
"safeForSimultaneousRushProcesses": true,
"autoinstallerName": "rush-format",
"shellCommand": "prettier . --write --config .prettierrc && npm run format -p --prefix ./packages/wallet-connect-sdk-core && npm run format -p --prefix ./packages/wallet-connect-sdk-react && npm run format -p --prefix ./packages/wallet-connect-sdk-wallet-core && npm run format -p --prefix ./packages/wallet-connect-sdk-wallet-react && npm run format -p --prefix ./e2e"
},
{
"commandKind": "bulk",
"name": "build",
"summary": "Build all projects that haven't been built, or have changed since they were last built",
"description": "It's the rush build, but overriding the `allowWarningsInSuccessfulBuild`option",
"safeForSimultaneousRushProcesses": false,
"enableParallelism": true,
"ignoreDependencyOrder": false,
"ignoreMissingScript": false,
"allowWarningsInSuccessfulBuild": true
}
]
}
Loading

0 comments on commit c226574

Please sign in to comment.