Skip to content

Commit

Permalink
🔖 chore: Release alpha.3 version
Browse files Browse the repository at this point in the history
Signed-off-by: drptbl <[email protected]>
  • Loading branch information
drptbl committed Feb 21, 2024
1 parent 942a85f commit 67f9c5a
Show file tree
Hide file tree
Showing 14 changed files with 74 additions and 18 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"changesets": [
"fluffy-hornets-tell",
"fresh-walls-nail",
"poor-pianos-thank"
"poor-pianos-thank",
"quick-cups-breathe"
]
}
9 changes: 9 additions & 0 deletions .changeset/quick-cups-breathe.md
Original file line number Diff line number Diff line change
@@ -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
7 changes: 7 additions & 0 deletions examples/new-dawn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.1",
"version": "0.0.1-alpha.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -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": {
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.3

### Patch Changes

- Alpha Release

## 0.0.1-alpha.2

### 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.2",
"version": "0.0.1-alpha.3",
"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.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",
Expand Down
8 changes: 8 additions & 0 deletions packages/fixtures/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/fixtures/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
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.3

### Patch Changes

- Alpha Release

## 0.0.1-alpha.2

### 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.2",
"version": "0.0.1-alpha.3",
"type": "module",
"files": [
"base.json"
Expand Down
10 changes: 10 additions & 0 deletions release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 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.2",
"version": "4.0.0-alpha.3",
"type": "module",
"exports": {
"types": "./types/index.d.ts",
Expand All @@ -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",
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.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
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.2",
"version": "0.0.1-alpha.3",
"type": "module",
"exports": {
"types": "./types/index.d.ts",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 67f9c5a

Please sign in to comment.