From ffd054dea2ef0497c8c70258511e666c11f723b8 Mon Sep 17 00:00:00 2001 From: drptbl Date: Mon, 12 Aug 2024 00:07:49 +0100 Subject: [PATCH] release: 0.0.1-alpha.9 --- .changeset/fluffy-trains-eat.md | 11 +++++++++++ .changeset/pre.json | 1 + examples/new-dawn/CHANGELOG.md | 8 ++++++++ examples/new-dawn/package.json | 4 ++-- packages/cache/CHANGELOG.md | 6 ++++++ packages/cache/package.json | 4 ++-- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 4 ++-- packages/tsconfig/CHANGELOG.md | 6 ++++++ packages/tsconfig/package.json | 2 +- release/CHANGELOG.md | 11 +++++++++++ release/package.json | 12 ++++++------ wallets/ethereum-wallet-mock/CHANGELOG.md | 8 ++++++++ wallets/ethereum-wallet-mock/package.json | 6 +++--- wallets/metamask/CHANGELOG.md | 9 +++++++++ wallets/metamask/package.json | 8 ++++---- 16 files changed, 86 insertions(+), 20 deletions(-) create mode 100644 .changeset/fluffy-trains-eat.md diff --git a/.changeset/fluffy-trains-eat.md b/.changeset/fluffy-trains-eat.md new file mode 100644 index 000000000..a38e0d9fe --- /dev/null +++ b/.changeset/fluffy-trains-eat.md @@ -0,0 +1,11 @@ +--- +"example-new-dawn": patch +"@synthetixio/synpress-cache": patch +"@synthetixio/synpress-core": patch +"@synthetixio/synpress-tsconfig": patch +"@synthetixio/synpress": patch +"@synthetixio/ethereum-wallet-mock": patch +"@synthetixio/synpress-metamask": patch +--- + +Alpha Release diff --git a/.changeset/pre.json b/.changeset/pre.json index a565c25ff..744e72885 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -13,6 +13,7 @@ }, "changesets": [ "fluffy-hornets-tell", + "fluffy-trains-eat", "fresh-walls-nail", "great-buttons-whisper", "great-paws-taste", diff --git a/examples/new-dawn/CHANGELOG.md b/examples/new-dawn/CHANGELOG.md index addb1a8e4..0a0128894 100644 --- a/examples/new-dawn/CHANGELOG.md +++ b/examples/new-dawn/CHANGELOG.md @@ -1,5 +1,13 @@ # example-new-dawn +## 0.0.1-alpha.9 + +### Patch Changes + +- Alpha Release +- Updated dependencies + - @synthetixio/synpress@4.0.0-alpha.9 + ## 0.0.1-alpha.8 ### Patch Changes diff --git a/examples/new-dawn/package.json b/examples/new-dawn/package.json index dc857e1ed..561787ce4 100644 --- a/examples/new-dawn/package.json +++ b/examples/new-dawn/package.json @@ -1,6 +1,6 @@ { "name": "example-new-dawn", - "version": "0.0.1-alpha.8", + "version": "0.0.1-alpha.9", "private": true, "type": "module", "scripts": { @@ -15,7 +15,7 @@ }, "dependencies": { "@playwright/test": "1.44.0", - "@synthetixio/synpress": "4.0.0-alpha.8", + "@synthetixio/synpress": "4.0.0-alpha.9", "dotenv": "16.4.2" }, "devDependencies": { diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index 99f039f3c..7aa414db4 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/CHANGELOG.md @@ -1,5 +1,11 @@ # @synthetixio/synpress-cache +## 0.0.1-alpha.9 + +### Patch Changes + +- Alpha Release + ## 0.0.1-alpha.8 ### Patch Changes diff --git a/packages/cache/package.json b/packages/cache/package.json index bce483b70..902006c60 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@synthetixio/synpress-cache", - "version": "0.0.1-alpha.8", + "version": "0.0.1-alpha.9", "type": "module", "exports": { "types": "./types/index.d.ts", @@ -42,7 +42,7 @@ "zod": "3.22.4" }, "devDependencies": { - "@synthetixio/synpress-tsconfig": "0.0.1-alpha.8", + "@synthetixio/synpress-tsconfig": "0.0.1-alpha.9", "@types/archiver": "6.0.2", "@types/fs-extra": "11.0.4", "@types/gradient-string": "1.1.5", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c36539df0..4dc03e93d 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @synthetixio/synpress-core +## 0.0.1-alpha.9 + +### Patch Changes + +- Alpha Release + ## 0.0.1-alpha.8 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index ed8dece24..0088c6740 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@synthetixio/synpress-core", - "version": "0.0.1-alpha.8", + "version": "0.0.1-alpha.9", "type": "module", "exports": { "types": "./types/index.d.ts", @@ -25,7 +25,7 @@ "types:check": "tsc --noEmit" }, "devDependencies": { - "@synthetixio/synpress-tsconfig": "0.0.1-alpha.8", + "@synthetixio/synpress-tsconfig": "0.0.1-alpha.9", "@types/node": "20.11.17", "rimraf": "5.0.5", "tsup": "8.0.2", diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md index ebcdbd350..7c58763f8 100644 --- a/packages/tsconfig/CHANGELOG.md +++ b/packages/tsconfig/CHANGELOG.md @@ -1,5 +1,11 @@ # @synthetixio/synpress-tsconfig +## 0.0.1-alpha.9 + +### Patch Changes + +- Alpha Release + ## 0.0.1-alpha.8 ### Patch Changes diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 9b260ab4a..02c44757c 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@synthetixio/synpress-tsconfig", - "version": "0.0.1-alpha.8", + "version": "0.0.1-alpha.9", "type": "module", "files": [ "base.json" diff --git a/release/CHANGELOG.md b/release/CHANGELOG.md index f7fc3d032..01ac0f155 100644 --- a/release/CHANGELOG.md +++ b/release/CHANGELOG.md @@ -1,5 +1,16 @@ # @synthetixio/synpress +## 4.0.0-alpha.9 + +### Patch Changes + +- Alpha Release +- Updated dependencies + - @synthetixio/synpress-cache@0.0.1-alpha.9 + - @synthetixio/synpress-core@0.0.1-alpha.9 + - @synthetixio/ethereum-wallet-mock@0.0.1-alpha.9 + - @synthetixio/synpress-metamask@0.0.1-alpha.9 + ## 4.0.0-alpha.8 ### Patch Changes diff --git a/release/package.json b/release/package.json index 3a3c9db24..9594b44c7 100644 --- a/release/package.json +++ b/release/package.json @@ -1,6 +1,6 @@ { "name": "@synthetixio/synpress", - "version": "4.0.0-alpha.8", + "version": "4.0.0-alpha.9", "type": "module", "exports": { ".": { @@ -38,13 +38,13 @@ "types:check": "tsc --noEmit" }, "dependencies": { - "@synthetixio/ethereum-wallet-mock": "0.0.1-alpha.8", - "@synthetixio/synpress-cache": "0.0.1-alpha.8", - "@synthetixio/synpress-core": "0.0.1-alpha.8", - "@synthetixio/synpress-metamask": "0.0.1-alpha.8" + "@synthetixio/ethereum-wallet-mock": "0.0.1-alpha.9", + "@synthetixio/synpress-cache": "0.0.1-alpha.9", + "@synthetixio/synpress-core": "0.0.1-alpha.9", + "@synthetixio/synpress-metamask": "0.0.1-alpha.9" }, "devDependencies": { - "@synthetixio/synpress-tsconfig": "0.0.1-alpha.8", + "@synthetixio/synpress-tsconfig": "0.0.1-alpha.9", "@types/node": "20.11.17", "rimraf": "5.0.5", "tsup": "8.0.2", diff --git a/wallets/ethereum-wallet-mock/CHANGELOG.md b/wallets/ethereum-wallet-mock/CHANGELOG.md index 1a4c6556a..970a08864 100644 --- a/wallets/ethereum-wallet-mock/CHANGELOG.md +++ b/wallets/ethereum-wallet-mock/CHANGELOG.md @@ -1,5 +1,13 @@ # @synthetixio/ethereum-wallet-mock +## 0.0.1-alpha.9 + +### Patch Changes + +- Alpha Release +- Updated dependencies + - @synthetixio/synpress-core@0.0.1-alpha.9 + ## 0.0.1-alpha.8 ### Patch Changes diff --git a/wallets/ethereum-wallet-mock/package.json b/wallets/ethereum-wallet-mock/package.json index ede723eca..5ba804a51 100644 --- a/wallets/ethereum-wallet-mock/package.json +++ b/wallets/ethereum-wallet-mock/package.json @@ -1,6 +1,6 @@ { "name": "@synthetixio/ethereum-wallet-mock", - "version": "0.0.1-alpha.8", + "version": "0.0.1-alpha.9", "type": "module", "exports": { "./cypress": { @@ -37,12 +37,12 @@ "@depay/web3-client": "10.18.6", "@depay/web3-mock": "14.17.0", "@depay/web3-mock-evm": "^14.17.0", - "@synthetixio/synpress-core": "0.0.1-alpha.8", + "@synthetixio/synpress-core": "0.0.1-alpha.9", "viem": "2.9.9" }, "devDependencies": { "@depay/web3-mock": "14.17.0", - "@synthetixio/synpress-tsconfig": "0.0.1-alpha.8", + "@synthetixio/synpress-tsconfig": "0.0.1-alpha.9", "@types/node": "20.11.17", "@vitest/coverage-v8": "1.2.2", "cypress": "13.9.0", diff --git a/wallets/metamask/CHANGELOG.md b/wallets/metamask/CHANGELOG.md index 57a15f405..452bbf2e7 100644 --- a/wallets/metamask/CHANGELOG.md +++ b/wallets/metamask/CHANGELOG.md @@ -1,5 +1,14 @@ # @synthetixio/synpress-metamask +## 0.0.1-alpha.9 + +### Patch Changes + +- Alpha Release +- Updated dependencies + - @synthetixio/synpress-cache@0.0.1-alpha.9 + - @synthetixio/synpress-core@0.0.1-alpha.9 + ## 0.0.1-alpha.8 ### Patch Changes diff --git a/wallets/metamask/package.json b/wallets/metamask/package.json index 57c25b999..ec40680e4 100644 --- a/wallets/metamask/package.json +++ b/wallets/metamask/package.json @@ -1,6 +1,6 @@ { "name": "@synthetixio/synpress-metamask", - "version": "0.0.1-alpha.8", + "version": "0.0.1-alpha.9", "type": "module", "exports": { "./cypress": { @@ -37,14 +37,14 @@ "types:check": "tsc --noEmit" }, "dependencies": { - "@synthetixio/synpress-cache": "0.0.1-alpha.8", - "@synthetixio/synpress-core": "0.0.1-alpha.8", + "@synthetixio/synpress-cache": "0.0.1-alpha.9", + "@synthetixio/synpress-core": "0.0.1-alpha.9", "@viem/anvil": "0.0.7", "fs-extra": "11.2.0", "zod": "3.22.4" }, "devDependencies": { - "@synthetixio/synpress-tsconfig": "0.0.1-alpha.8", + "@synthetixio/synpress-tsconfig": "0.0.1-alpha.9", "@types/fs-extra": "11.0.4", "@types/node": "20.11.17", "@vitest/coverage-v8": "1.2.2",