Skip to content

Commit 3120066

Browse files
committed
release: 4.0.5
1 parent 99f0e0d commit 3120066

File tree

16 files changed

+78
-16
lines changed

16 files changed

+78
-16
lines changed

Diff for: examples/ethereum-wallet-mock/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# example-ethereum-wallet-mock
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Release
8+
- Updated dependencies
9+
- @synthetixio/synpress@4.0.5
10+
311
## 0.0.5
412

513
### Patch Changes

Diff for: examples/ethereum-wallet-mock/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@examples/ethereum-wallet-mock",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"private": true,
55
"homepage": "https://synpress.io",
66
"repository": {
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@metamask/test-dapp": "8.1.0",
25-
"@synthetixio/synpress-tsconfig": "0.0.5",
25+
"@synthetixio/synpress-tsconfig": "0.0.6",
2626
"@types/node": "20.11.17",
2727
"cypress": "13.15.1",
2828
"serve": "14.2.1",

Diff for: examples/metamask/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# example-metamask
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Release
8+
- Updated dependencies
9+
- @synthetixio/synpress@4.0.5
10+
311
## 0.0.5
412

513
### Patch Changes

Diff for: examples/metamask/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@examples/metamask",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"private": true,
55
"homepage": "https://synpress.io",
66
"repository": {
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@metamask/test-dapp": "8.1.0",
29-
"@synthetixio/synpress-tsconfig": "0.0.5",
29+
"@synthetixio/synpress-tsconfig": "0.0.6",
3030
"@types/node": "20.11.17",
3131
"cypress": "13.15.1",
3232
"serve": "14.2.1",

Diff for: packages/cache/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @synthetixio/synpress-cache
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Release
8+
39
## 0.0.5
410

511
### Patch Changes

Diff for: packages/cache/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/synpress-cache",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"homepage": "https://synpress.io",
55
"repository": {
66
"type": "git",
@@ -48,7 +48,7 @@
4848
"zod": "3.22.4"
4949
},
5050
"devDependencies": {
51-
"@synthetixio/synpress-tsconfig": "0.0.5",
51+
"@synthetixio/synpress-tsconfig": "0.0.6",
5252
"@types/archiver": "6.0.2",
5353
"@types/fs-extra": "11.0.4",
5454
"@types/gradient-string": "1.1.5",

Diff for: packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @synthetixio/synpress-core
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Release
8+
39
## 0.0.5
410

511
### Patch Changes

Diff for: packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/synpress-core",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"homepage": "https://synpress.io",
55
"repository": {
66
"type": "git",
@@ -31,7 +31,7 @@
3131
"types:check": "tsc --noEmit"
3232
},
3333
"devDependencies": {
34-
"@synthetixio/synpress-tsconfig": "0.0.5",
34+
"@synthetixio/synpress-tsconfig": "0.0.6",
3535
"@types/node": "20.11.17",
3636
"rimraf": "5.0.5",
3737
"tsup": "8.0.2",

Diff for: packages/tsconfig/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @synthetixio/synpress-tsconfig
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Release
8+
39
## 0.0.5
410

511
### Patch Changes

Diff for: packages/tsconfig/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/synpress-tsconfig",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"homepage": "https://synpress.io",
55
"repository": {
66
"type": "git",

Diff for: release/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @synthetixio/synpress
22

3+
## 4.0.5
4+
5+
### Patch Changes
6+
7+
- Release
8+
- Updated dependencies
9+
- @synthetixio/synpress-cache@0.0.6
10+
- @synthetixio/synpress-core@0.0.6
11+
- @synthetixio/ethereum-wallet-mock@0.0.6
12+
- @synthetixio/synpress-metamask@0.0.6
13+
314
## 4.0.4
415

516
### Patch Changes

Diff for: release/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/synpress",
3-
"version": "4.0.4",
3+
"version": "4.0.5",
44
"homepage": "https://synpress.io",
55
"repository": {
66
"type": "git",
@@ -51,7 +51,7 @@
5151
"@synthetixio/synpress-metamask": "workspace:*"
5252
},
5353
"devDependencies": {
54-
"@synthetixio/synpress-tsconfig": "0.0.5",
54+
"@synthetixio/synpress-tsconfig": "0.0.6",
5555
"@types/node": "20.11.17",
5656
"rimraf": "5.0.5",
5757
"tsup": "8.0.2",

Diff for: wallets/ethereum-wallet-mock/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @synthetixio/ethereum-wallet-mock
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Release
8+
- Updated dependencies
9+
- @synthetixio/synpress-core@0.0.6
10+
311
## 0.0.5
412

513
### Patch Changes

Diff for: wallets/ethereum-wallet-mock/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/ethereum-wallet-mock",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"homepage": "https://synpress.io",
55
"repository": {
66
"type": "git",
@@ -43,12 +43,12 @@
4343
"@depay/web3-client": "10.18.6",
4444
"@depay/web3-mock": "14.19.1",
4545
"@depay/web3-mock-evm": "^14.17.0",
46-
"@synthetixio/synpress-core": "0.0.5",
46+
"@synthetixio/synpress-core": "0.0.6",
4747
"viem": "2.9.9"
4848
},
4949
"devDependencies": {
5050
"@depay/web3-mock": "14.19.1",
51-
"@synthetixio/synpress-tsconfig": "0.0.5",
51+
"@synthetixio/synpress-tsconfig": "0.0.6",
5252
"@types/node": "20.11.17",
5353
"@vitest/coverage-v8": "1.2.2",
5454
"cypress": "13.15.1",

Diff for: wallets/metamask/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @synthetixio/synpress-metamask
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Release
8+
- Updated dependencies
9+
- @synthetixio/synpress-cache@0.0.6
10+
- @synthetixio/synpress-core@0.0.6
11+
312
## 0.0.5
413

514
### Patch Changes

Diff for: wallets/metamask/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synthetixio/synpress-metamask",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"homepage": "https://synpress.io",
55
"repository": {
66
"type": "git",
@@ -55,7 +55,7 @@
5555
"zod": "3.22.4"
5656
},
5757
"devDependencies": {
58-
"@synthetixio/synpress-tsconfig": "0.0.5",
58+
"@synthetixio/synpress-tsconfig": "0.0.6",
5959
"@types/fs-extra": "11.0.4",
6060
"@types/node": "20.11.17",
6161
"@vitest/coverage-v8": "1.2.2",

0 commit comments

Comments
 (0)