Skip to content

Commit

Permalink
release: 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
drptbl committed Feb 10, 2025
1 parent 99f0e0d commit 3120066
Show file tree
Hide file tree
Showing 16 changed files with 78 additions and 16 deletions.
8 changes: 8 additions & 0 deletions examples/ethereum-wallet-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# example-ethereum-wallet-mock

## 0.0.6

### Patch Changes

- Release
- Updated dependencies
- @synthetixio/synpress@4.0.5

## 0.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/ethereum-wallet-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/ethereum-wallet-mock",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"homepage": "https://synpress.io",
"repository": {
Expand All @@ -22,7 +22,7 @@
},
"devDependencies": {
"@metamask/test-dapp": "8.1.0",
"@synthetixio/synpress-tsconfig": "0.0.5",
"@synthetixio/synpress-tsconfig": "0.0.6",
"@types/node": "20.11.17",
"cypress": "13.15.1",
"serve": "14.2.1",
Expand Down
8 changes: 8 additions & 0 deletions examples/metamask/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# example-metamask

## 0.0.6

### Patch Changes

- Release
- Updated dependencies
- @synthetixio/synpress@4.0.5

## 0.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/metamask/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/metamask",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"homepage": "https://synpress.io",
"repository": {
Expand All @@ -26,7 +26,7 @@
},
"devDependencies": {
"@metamask/test-dapp": "8.1.0",
"@synthetixio/synpress-tsconfig": "0.0.5",
"@synthetixio/synpress-tsconfig": "0.0.6",
"@types/node": "20.11.17",
"cypress": "13.15.1",
"serve": "14.2.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @synthetixio/synpress-cache

## 0.0.6

### Patch Changes

- Release

## 0.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/synpress-cache",
"version": "0.0.5",
"version": "0.0.6",
"homepage": "https://synpress.io",
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,7 +48,7 @@
"zod": "3.22.4"
},
"devDependencies": {
"@synthetixio/synpress-tsconfig": "0.0.5",
"@synthetixio/synpress-tsconfig": "0.0.6",
"@types/archiver": "6.0.2",
"@types/fs-extra": "11.0.4",
"@types/gradient-string": "1.1.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @synthetixio/synpress-core

## 0.0.6

### Patch Changes

- Release

## 0.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/synpress-core",
"version": "0.0.5",
"version": "0.0.6",
"homepage": "https://synpress.io",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"types:check": "tsc --noEmit"
},
"devDependencies": {
"@synthetixio/synpress-tsconfig": "0.0.5",
"@synthetixio/synpress-tsconfig": "0.0.6",
"@types/node": "20.11.17",
"rimraf": "5.0.5",
"tsup": "8.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @synthetixio/synpress-tsconfig

## 0.0.6

### Patch Changes

- Release

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/synpress-tsconfig",
"version": "0.0.5",
"version": "0.0.6",
"homepage": "https://synpress.io",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @synthetixio/synpress

## 4.0.5

### Patch Changes

- Release
- Updated dependencies
- @synthetixio/synpress-cache@0.0.6
- @synthetixio/synpress-core@0.0.6
- @synthetixio/ethereum-wallet-mock@0.0.6
- @synthetixio/synpress-metamask@0.0.6

## 4.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/synpress",
"version": "4.0.4",
"version": "4.0.5",
"homepage": "https://synpress.io",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@synthetixio/synpress-metamask": "workspace:*"
},
"devDependencies": {
"@synthetixio/synpress-tsconfig": "0.0.5",
"@synthetixio/synpress-tsconfig": "0.0.6",
"@types/node": "20.11.17",
"rimraf": "5.0.5",
"tsup": "8.0.2",
Expand Down
8 changes: 8 additions & 0 deletions wallets/ethereum-wallet-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @synthetixio/ethereum-wallet-mock

## 0.0.6

### Patch Changes

- Release
- Updated dependencies
- @synthetixio/synpress-core@0.0.6

## 0.0.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions wallets/ethereum-wallet-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/ethereum-wallet-mock",
"version": "0.0.5",
"version": "0.0.6",
"homepage": "https://synpress.io",
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,12 +43,12 @@
"@depay/web3-client": "10.18.6",
"@depay/web3-mock": "14.19.1",
"@depay/web3-mock-evm": "^14.17.0",
"@synthetixio/synpress-core": "0.0.5",
"@synthetixio/synpress-core": "0.0.6",
"viem": "2.9.9"
},
"devDependencies": {
"@depay/web3-mock": "14.19.1",
"@synthetixio/synpress-tsconfig": "0.0.5",
"@synthetixio/synpress-tsconfig": "0.0.6",
"@types/node": "20.11.17",
"@vitest/coverage-v8": "1.2.2",
"cypress": "13.15.1",
Expand Down
9 changes: 9 additions & 0 deletions wallets/metamask/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @synthetixio/synpress-metamask

## 0.0.6

### Patch Changes

- Release
- Updated dependencies
- @synthetixio/synpress-cache@0.0.6
- @synthetixio/synpress-core@0.0.6

## 0.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions wallets/metamask/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/synpress-metamask",
"version": "0.0.5",
"version": "0.0.6",
"homepage": "https://synpress.io",
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,7 +55,7 @@
"zod": "3.22.4"
},
"devDependencies": {
"@synthetixio/synpress-tsconfig": "0.0.5",
"@synthetixio/synpress-tsconfig": "0.0.6",
"@types/fs-extra": "11.0.4",
"@types/node": "20.11.17",
"@vitest/coverage-v8": "1.2.2",
Expand Down

0 comments on commit 3120066

Please sign in to comment.