From b9e469e39f409d7a15d85b293ab8d79c9e1e9a89 Mon Sep 17 00:00:00 2001 From: drptbl Date: Fri, 1 Nov 2024 19:27:15 +0000 Subject: [PATCH] release: 4.0.0 Signed-off-by: drptbl --- .changeset/pre.json | 18 ------------------ .changeset/shy-clouds-dream.md | 12 ------------ examples/ethereum-wallet-mock/CHANGELOG.md | 8 ++++++++ examples/ethereum-wallet-mock/package.json | 4 ++-- examples/metamask/CHANGELOG.md | 8 ++++++++ examples/metamask/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 | 8 ++++---- wallets/ethereum-wallet-mock/CHANGELOG.md | 8 ++++++++ wallets/ethereum-wallet-mock/package.json | 6 +++--- wallets/metamask/CHANGELOG.md | 9 +++++++++ wallets/metamask/package.json | 4 ++-- 18 files changed, 80 insertions(+), 48 deletions(-) delete mode 100644 .changeset/pre.json delete mode 100644 .changeset/shy-clouds-dream.md diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 7a3a0350f..000000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "mode": "pre", - "tag": "alpha", - "initialVersions": { - "docs": "0.0.1", - "@examples/ethereum-wallet-mock": "0.0.1-alpha.9", - "@examples/metamask": "0.0.1-alpha.9", - "@synthetixio/synpress-cache": "0.0.1-alpha.9", - "@synthetixio/synpress-core": "0.0.1-alpha.9", - "@synthetixio/synpress-tsconfig": "0.0.1-alpha.9", - "@synthetixio/synpress": "4.0.0-alpha.9", - "@synthetixio/ethereum-wallet-mock": "0.0.1-alpha.9", - "@synthetixio/synpress-metamask": "0.0.1-alpha.9" - }, - "changesets": [ - "shy-clouds-dream" - ] -} diff --git a/.changeset/shy-clouds-dream.md b/.changeset/shy-clouds-dream.md deleted file mode 100644 index a54b480c1..000000000 --- a/.changeset/shy-clouds-dream.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@examples/ethereum-wallet-mock": patch -"@examples/metamask": 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/examples/ethereum-wallet-mock/CHANGELOG.md b/examples/ethereum-wallet-mock/CHANGELOG.md index 8d300eb19..4c6ec8789 100644 --- a/examples/ethereum-wallet-mock/CHANGELOG.md +++ b/examples/ethereum-wallet-mock/CHANGELOG.md @@ -1,5 +1,13 @@ # example-new-dawn +## 0.0.1 + +### Patch Changes + +- 4848abc: Alpha Release +- Updated dependencies [4848abc] + - @synthetixio/synpress@4.0.0 + ## 0.0.1-alpha.10 ### Patch Changes diff --git a/examples/ethereum-wallet-mock/package.json b/examples/ethereum-wallet-mock/package.json index 00c8a153c..15e11eb0c 100644 --- a/examples/ethereum-wallet-mock/package.json +++ b/examples/ethereum-wallet-mock/package.json @@ -1,6 +1,6 @@ { "name": "@examples/ethereum-wallet-mock", - "version": "0.0.1-alpha.10", + "version": "0.0.1", "private": true, "type": "module", "scripts": { @@ -16,7 +16,7 @@ }, "devDependencies": { "@metamask/test-dapp": "8.1.0", - "@synthetixio/synpress-tsconfig": "0.0.1-alpha.10", + "@synthetixio/synpress-tsconfig": "0.0.1", "@types/node": "20.11.17", "cypress": "13.13.0", "serve": "14.2.1", diff --git a/examples/metamask/CHANGELOG.md b/examples/metamask/CHANGELOG.md index 8d300eb19..4c6ec8789 100644 --- a/examples/metamask/CHANGELOG.md +++ b/examples/metamask/CHANGELOG.md @@ -1,5 +1,13 @@ # example-new-dawn +## 0.0.1 + +### Patch Changes + +- 4848abc: Alpha Release +- Updated dependencies [4848abc] + - @synthetixio/synpress@4.0.0 + ## 0.0.1-alpha.10 ### Patch Changes diff --git a/examples/metamask/package.json b/examples/metamask/package.json index 9f025b362..fc01bed85 100644 --- a/examples/metamask/package.json +++ b/examples/metamask/package.json @@ -1,6 +1,6 @@ { "name": "@examples/metamask", - "version": "0.0.1-alpha.10", + "version": "0.0.1", "private": true, "type": "module", "scripts": { @@ -20,7 +20,7 @@ }, "devDependencies": { "@metamask/test-dapp": "8.1.0", - "@synthetixio/synpress-tsconfig": "0.0.1-alpha.10", + "@synthetixio/synpress-tsconfig": "0.0.1", "@types/node": "20.11.17", "cypress": "13.13.0", "serve": "14.2.1", diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index e9ef6cdd0..cbaaed8a0 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/CHANGELOG.md @@ -1,5 +1,11 @@ # @synthetixio/synpress-cache +## 0.0.1 + +### Patch Changes + +- 4848abc: Alpha Release + ## 0.0.1-alpha.10 ### Patch Changes diff --git a/packages/cache/package.json b/packages/cache/package.json index 159a19703..035005e19 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@synthetixio/synpress-cache", - "version": "0.0.1-alpha.10", + "version": "0.0.1", "type": "module", "exports": { "types": "./types/index.d.ts", @@ -42,7 +42,7 @@ "zod": "3.22.4" }, "devDependencies": { - "@synthetixio/synpress-tsconfig": "0.0.1-alpha.10", + "@synthetixio/synpress-tsconfig": "0.0.1", "@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 8ff3170d8..cf648cded 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @synthetixio/synpress-core +## 0.0.1 + +### Patch Changes + +- 4848abc: Alpha Release + ## 0.0.1-alpha.10 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 736e645dc..cd76d1d4b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@synthetixio/synpress-core", - "version": "0.0.1-alpha.10", + "version": "0.0.1", "type": "module", "exports": { "types": "./types/index.d.ts", @@ -25,7 +25,7 @@ "types:check": "tsc --noEmit" }, "devDependencies": { - "@synthetixio/synpress-tsconfig": "0.0.1-alpha.10", + "@synthetixio/synpress-tsconfig": "0.0.1", "@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 c4bba5c2e..247267e05 100644 --- a/packages/tsconfig/CHANGELOG.md +++ b/packages/tsconfig/CHANGELOG.md @@ -1,5 +1,11 @@ # @synthetixio/synpress-tsconfig +## 0.0.1 + +### Patch Changes + +- 4848abc: Alpha Release + ## 0.0.1-alpha.10 ### Patch Changes diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index e5d707c66..df100f62c 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@synthetixio/synpress-tsconfig", - "version": "0.0.1-alpha.10", + "version": "0.0.1", "type": "module", "files": [ "base.json" diff --git a/release/CHANGELOG.md b/release/CHANGELOG.md index 86f2f8349..aae4ed1cd 100644 --- a/release/CHANGELOG.md +++ b/release/CHANGELOG.md @@ -1,5 +1,16 @@ # @synthetixio/synpress +## 4.0.0 + +### Patch Changes + +- 4848abc: Alpha Release +- Updated dependencies [4848abc] + - @synthetixio/synpress-cache@0.0.1 + - @synthetixio/synpress-core@0.0.1 + - @synthetixio/ethereum-wallet-mock@0.0.1 + - @synthetixio/synpress-metamask@0.0.1 + ## 4.0.0-alpha.10 ### Patch Changes diff --git a/release/package.json b/release/package.json index 82db45ca3..f0945101f 100644 --- a/release/package.json +++ b/release/package.json @@ -1,6 +1,6 @@ { "name": "@synthetixio/synpress", - "version": "4.0.0-alpha.10", + "version": "4.0.0", "type": "module", "exports": { ".": { @@ -39,12 +39,12 @@ }, "dependencies": { "@synthetixio/ethereum-wallet-mock": "workspace:*", - "@synthetixio/synpress-cache": "0.0.1-alpha.10", - "@synthetixio/synpress-core": "0.0.1-alpha.10", + "@synthetixio/synpress-cache": "0.0.1", + "@synthetixio/synpress-core": "0.0.1", "@synthetixio/synpress-metamask": "workspace:*" }, "devDependencies": { - "@synthetixio/synpress-tsconfig": "0.0.1-alpha.10", + "@synthetixio/synpress-tsconfig": "0.0.1", "@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 c2eb1781a..0fe6f05a2 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 + +### Patch Changes + +- 4848abc: Alpha Release +- Updated dependencies [4848abc] + - @synthetixio/synpress-core@0.0.1 + ## 0.0.1-alpha.10 ### Patch Changes diff --git a/wallets/ethereum-wallet-mock/package.json b/wallets/ethereum-wallet-mock/package.json index 721059cca..f7b5d7ef9 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.10", + "version": "0.0.1", "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.10", + "@synthetixio/synpress-core": "0.0.1", "viem": "2.9.9" }, "devDependencies": { "@depay/web3-mock": "14.17.0", - "@synthetixio/synpress-tsconfig": "0.0.1-alpha.10", + "@synthetixio/synpress-tsconfig": "0.0.1", "@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 e5ab46e72..ec2ec1ab9 100644 --- a/wallets/metamask/CHANGELOG.md +++ b/wallets/metamask/CHANGELOG.md @@ -1,5 +1,14 @@ # @synthetixio/synpress-metamask +## 0.0.1 + +### Patch Changes + +- 4848abc: Alpha Release +- Updated dependencies [4848abc] + - @synthetixio/synpress-cache@0.0.1 + - @synthetixio/synpress-core@0.0.1 + ## 0.0.1-alpha.10 ### Patch Changes diff --git a/wallets/metamask/package.json b/wallets/metamask/package.json index 6a8d61271..41aa1dcd9 100644 --- a/wallets/metamask/package.json +++ b/wallets/metamask/package.json @@ -1,6 +1,6 @@ { "name": "@synthetixio/synpress-metamask", - "version": "0.0.1-alpha.10", + "version": "0.0.1", "type": "module", "exports": { "./cypress": { @@ -49,7 +49,7 @@ "zod": "3.22.4" }, "devDependencies": { - "@synthetixio/synpress-tsconfig": "0.0.1-alpha.10", + "@synthetixio/synpress-tsconfig": "0.0.1", "@types/fs-extra": "11.0.4", "@types/node": "20.11.17", "@vitest/coverage-v8": "1.2.2",