From 67f9c5a1c8015ab62d4285dc4816c19acceae6df Mon Sep 17 00:00:00 2001 From: drptbl Date: Wed, 21 Feb 2024 22:42:01 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore:=20Release=20`alpha.3`=20v?= =?UTF-8?q?ersion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: drptbl --- .changeset/pre.json | 3 ++- .changeset/quick-cups-breathe.md | 9 +++++++++ examples/new-dawn/CHANGELOG.md | 7 +++++++ examples/new-dawn/package.json | 4 ++-- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 4 ++-- packages/fixtures/CHANGELOG.md | 8 ++++++++ packages/fixtures/package.json | 6 +++--- packages/tsconfig/CHANGELOG.md | 6 ++++++ packages/tsconfig/package.json | 2 +- release/CHANGELOG.md | 10 ++++++++++ release/package.json | 10 +++++----- wallets/metamask/CHANGELOG.md | 9 +++++++++ wallets/metamask/package.json | 8 ++++---- 14 files changed, 74 insertions(+), 18 deletions(-) create mode 100644 .changeset/quick-cups-breathe.md diff --git a/.changeset/pre.json b/.changeset/pre.json index 802de6aeb..075eeace6 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -13,6 +13,7 @@ "changesets": [ "fluffy-hornets-tell", "fresh-walls-nail", - "poor-pianos-thank" + "poor-pianos-thank", + "quick-cups-breathe" ] } diff --git a/.changeset/quick-cups-breathe.md b/.changeset/quick-cups-breathe.md new file mode 100644 index 000000000..7d6f2f0ec --- /dev/null +++ b/.changeset/quick-cups-breathe.md @@ -0,0 +1,9 @@ +--- +"@synthetixio/synpress-core": patch +"@synthetixio/synpress-fixtures": patch +"@synthetixio/synpress-tsconfig": patch +"@synthetixio/synpress": patch +"@synthetixio/synpress-metamask": patch +--- + +Alpha Release diff --git a/examples/new-dawn/CHANGELOG.md b/examples/new-dawn/CHANGELOG.md index ab7347f86..cc116380c 100644 --- a/examples/new-dawn/CHANGELOG.md +++ b/examples/new-dawn/CHANGELOG.md @@ -1,5 +1,12 @@ # example-new-dawn +## 0.0.1-alpha.2 + +### Patch Changes + +- Updated dependencies + - @synthetixio/synpress@4.0.0-alpha.3 + ## 0.0.1-alpha.1 ### Patch Changes diff --git a/examples/new-dawn/package.json b/examples/new-dawn/package.json index 15d54d257..4d85e9309 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.1", + "version": "0.0.1-alpha.2", "private": true, "type": "module", "scripts": { @@ -14,7 +14,7 @@ }, "dependencies": { "@playwright/test": "1.41.2", - "@synthetixio/synpress": "4.0.0-alpha.2", + "@synthetixio/synpress": "4.0.0-alpha.3", "dotenv": "16.4.2" }, "devDependencies": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 0ea012d9a..2fe6a53b2 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @synthetixio/synpress-core +## 0.0.1-alpha.3 + +### Patch Changes + +- Alpha Release + ## 0.0.1-alpha.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 71c6a4f14..193fbbec2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@synthetixio/synpress-core", - "version": "0.0.1-alpha.2", + "version": "0.0.1-alpha.3", "type": "module", "exports": { "types": "./types/index.d.ts", @@ -42,7 +42,7 @@ "zod": "3.22.4" }, "devDependencies": { - "@synthetixio/synpress-tsconfig": "0.0.1-alpha.2", + "@synthetixio/synpress-tsconfig": "0.0.1-alpha.3", "@types/archiver": "6.0.2", "@types/fs-extra": "11.0.4", "@types/gradient-string": "1.1.5", diff --git a/packages/fixtures/CHANGELOG.md b/packages/fixtures/CHANGELOG.md index c68ade60a..320100f81 100644 --- a/packages/fixtures/CHANGELOG.md +++ b/packages/fixtures/CHANGELOG.md @@ -1,5 +1,13 @@ # @synthetixio/synpress-fixtures +## 0.0.1-alpha.3 + +### Patch Changes + +- Alpha Release +- Updated dependencies + - @synthetixio/synpress-core@0.0.1-alpha.3 + ## 0.0.1-alpha.2 ### Patch Changes diff --git a/packages/fixtures/package.json b/packages/fixtures/package.json index c4fa64434..59d88b44a 100644 --- a/packages/fixtures/package.json +++ b/packages/fixtures/package.json @@ -1,6 +1,6 @@ { "name": "@synthetixio/synpress-fixtures", - "version": "0.0.1-alpha.2", + "version": "0.0.1-alpha.3", "type": "module", "exports": { "types": "./types/index.d.ts", @@ -25,13 +25,13 @@ "types:check": "tsc --noEmit" }, "dependencies": { - "@synthetixio/synpress-core": "0.0.1-alpha.2", + "@synthetixio/synpress-core": "0.0.1-alpha.3", "@viem/anvil": "0.0.7", "fs-extra": "11.2.0", "zod": "3.22.4" }, "devDependencies": { - "@synthetixio/synpress-tsconfig": "0.0.1-alpha.2", + "@synthetixio/synpress-tsconfig": "0.0.1-alpha.3", "@types/fs-extra": "11.0.4", "@types/node": "20.11.17", "rimraf": "5.0.5", diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md index e2abee74b..fafb6810a 100644 --- a/packages/tsconfig/CHANGELOG.md +++ b/packages/tsconfig/CHANGELOG.md @@ -1,5 +1,11 @@ # @synthetixio/synpress-tsconfig +## 0.0.1-alpha.3 + +### Patch Changes + +- Alpha Release + ## 0.0.1-alpha.2 ### Patch Changes diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 7636b543e..cd9f0d70e 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@synthetixio/synpress-tsconfig", - "version": "0.0.1-alpha.2", + "version": "0.0.1-alpha.3", "type": "module", "files": [ "base.json" diff --git a/release/CHANGELOG.md b/release/CHANGELOG.md index 49ddb7f39..95f3f8f06 100644 --- a/release/CHANGELOG.md +++ b/release/CHANGELOG.md @@ -1,5 +1,15 @@ # @synthetixio/synpress +## 4.0.0-alpha.3 + +### Patch Changes + +- Alpha Release +- Updated dependencies + - @synthetixio/synpress-core@0.0.1-alpha.3 + - @synthetixio/synpress-fixtures@0.0.1-alpha.3 + - @synthetixio/synpress-metamask@0.0.1-alpha.3 + ## 4.0.0-alpha.2 ### Patch Changes diff --git a/release/package.json b/release/package.json index 41dce3c9b..f38fd2af9 100644 --- a/release/package.json +++ b/release/package.json @@ -1,6 +1,6 @@ { "name": "@synthetixio/synpress", - "version": "4.0.0-alpha.2", + "version": "4.0.0-alpha.3", "type": "module", "exports": { "types": "./types/index.d.ts", @@ -26,12 +26,12 @@ "types:check": "tsc --noEmit" }, "dependencies": { - "@synthetixio/synpress-core": "0.0.1-alpha.2", - "@synthetixio/synpress-fixtures": "0.0.1-alpha.2", - "@synthetixio/synpress-metamask": "0.0.1-alpha.2" + "@synthetixio/synpress-core": "0.0.1-alpha.3", + "@synthetixio/synpress-fixtures": "0.0.1-alpha.3", + "@synthetixio/synpress-metamask": "0.0.1-alpha.3" }, "devDependencies": { - "@synthetixio/synpress-tsconfig": "0.0.1-alpha.2", + "@synthetixio/synpress-tsconfig": "0.0.1-alpha.3", "@types/node": "20.11.17", "rimraf": "5.0.5", "tsup": "8.0.2", diff --git a/wallets/metamask/CHANGELOG.md b/wallets/metamask/CHANGELOG.md index 0dfd087aa..d6d8382dc 100644 --- a/wallets/metamask/CHANGELOG.md +++ b/wallets/metamask/CHANGELOG.md @@ -1,5 +1,14 @@ # @synthetixio/synpress-metamask +## 0.0.1-alpha.3 + +### Patch Changes + +- Alpha Release +- Updated dependencies + - @synthetixio/synpress-core@0.0.1-alpha.3 + - @synthetixio/synpress-fixtures@0.0.1-alpha.3 + ## 0.0.1-alpha.2 ### Patch Changes diff --git a/wallets/metamask/package.json b/wallets/metamask/package.json index 8f646b50b..1117c6d3d 100644 --- a/wallets/metamask/package.json +++ b/wallets/metamask/package.json @@ -1,6 +1,6 @@ { "name": "@synthetixio/synpress-metamask", - "version": "0.0.1-alpha.2", + "version": "0.0.1-alpha.3", "type": "module", "exports": { "types": "./types/index.d.ts", @@ -30,12 +30,12 @@ "types:check": "tsc --noEmit" }, "dependencies": { - "@synthetixio/synpress-core": "0.0.1-alpha.2", - "@synthetixio/synpress-fixtures": "0.0.1-alpha.2", + "@synthetixio/synpress-core": "0.0.1-alpha.3", + "@synthetixio/synpress-fixtures": "0.0.1-alpha.3", "zod": "3.22.4" }, "devDependencies": { - "@synthetixio/synpress-tsconfig": "0.0.1-alpha.2", + "@synthetixio/synpress-tsconfig": "0.0.1-alpha.3", "@types/node": "20.11.17", "@vitest/coverage-v8": "1.2.2", "rimraf": "5.0.5",