Skip to content

Commit

Permalink
release: 0.0.1-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
drptbl committed Aug 11, 2024
1 parent d3f2c3b commit ffd054d
Show file tree
Hide file tree
Showing 16 changed files with 86 additions and 20 deletions.
11 changes: 11 additions & 0 deletions .changeset/fluffy-trains-eat.md
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"changesets": [
"fluffy-hornets-tell",
"fluffy-trains-eat",
"fresh-walls-nail",
"great-buttons-whisper",
"great-paws-taste",
Expand Down
8 changes: 8 additions & 0 deletions examples/new-dawn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions examples/new-dawn/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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": {
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.1-alpha.9

### Patch Changes

- Alpha Release

## 0.0.1-alpha.8

### 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.1-alpha.8",
"version": "0.0.1-alpha.9",
"type": "module",
"exports": {
"types": "./types/index.d.ts",
Expand Down Expand Up @@ -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",
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.1-alpha.9

### Patch Changes

- Alpha Release

## 0.0.1-alpha.8

### 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.1-alpha.8",
"version": "0.0.1-alpha.9",
"type": "module",
"exports": {
"types": "./types/index.d.ts",
Expand All @@ -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",
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.1-alpha.9

### Patch Changes

- Alpha Release

## 0.0.1-alpha.8

### 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.1-alpha.8",
"version": "0.0.1-alpha.9",
"type": "module",
"files": [
"base.json"
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.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
Expand Down
12 changes: 6 additions & 6 deletions release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/synpress",
"version": "4.0.0-alpha.8",
"version": "4.0.0-alpha.9",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -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",
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.1-alpha.9

### Patch Changes

- Alpha Release
- Updated dependencies
- @synthetixio/synpress-core@0.0.1-alpha.9

## 0.0.1-alpha.8

### 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.1-alpha.8",
"version": "0.0.1-alpha.9",
"type": "module",
"exports": {
"./cypress": {
Expand Down Expand Up @@ -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",
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.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
Expand Down
8 changes: 4 additions & 4 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.1-alpha.8",
"version": "0.0.1-alpha.9",
"type": "module",
"exports": {
"./cypress": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit ffd054d

Please sign in to comment.