Skip to content

Commit cc9e081

Browse files
Version Packages
1 parent 1b705b8 commit cc9e081

File tree

10 files changed

+99
-13
lines changed

10 files changed

+99
-13
lines changed

.changeset/fluffy-dancers-hunt.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/dashboard-message-bus/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @securerpc/msgbus
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 29f3134: release updates
8+
39
## 0.3.0
410

511
### Minor Changes

packages/dashboard-message-bus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@securerpc/msgbus",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"description": "Message bus that handles communication between the Dashboard and its components",
55
"main": "dist/lib/index.js",
66
"types": "dist/lib/index.d.ts",

packages/dashboard-provider/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @securerpc/local-provider
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 29f3134: release updates
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [29f3134]
12+
- @securerpc/dashboard@0.4.0
13+
- @securerpc/msgbus@0.4.0
14+
315
## 0.3.0
416

517
### Minor Changes

packages/dashboard-provider/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@securerpc/local-provider",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"description": "Web3 provider that uses a browser-based web3 wallet through the Dasboard",
55
"main": "dist/lib/index.js",
66
"types": "dist/lib/index.d.ts",
@@ -45,8 +45,8 @@
4545
"web3": "^1.6.1"
4646
},
4747
"dependencies": {
48-
"@securerpc/dashboard": "^0.3.1",
49-
"@securerpc/msgbus": "^0.2.0",
48+
"@securerpc/dashboard": "^0.4.0",
49+
"@securerpc/msgbus": "^0.4.0",
5050
"debug": "^4.3.3",
5151
"delay": "^5.0.0",
5252
"isomorphic-ws": "^4.0.1",

packages/dashboard/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @securerpc/dashboard
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 29f3134: release updates
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [29f3134]
12+
- @securerpc/msgbus@0.4.0
13+
314
## 0.3.0
415

516
### Minor Changes

packages/dashboard/build/static/js/2.fd1dd9a5.chunk.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/dashboard/build/static/js/2.fd1dd9a5.chunk.js.LICENSE.txt

Lines changed: 59 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/dashboard/build/static/js/main.136a2ce5.chunk.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/dashboard/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/manifoldfinnace/walletbus.git",
88
"directory": "packages/dashboard"
99
},
10-
"version": "0.3.3",
10+
"version": "0.4.0",
1111
"main": "dist/lib/index.js",
1212
"types": "dist/lib/index.d.ts",
1313
"files": [
@@ -27,7 +27,7 @@
2727
"test": "jest --passWithNoTests"
2828
},
2929
"dependencies": {
30-
"@securerpc/msgbus": "^0.3.3",
30+
"@securerpc/msgbus": "^0.4.0",
3131
"cors": "^2.8.5",
3232
"debug": "^4.3.2",
3333
"dotenv": "^16.0.0",

0 commit comments

Comments
 (0)