Skip to content

Commit fed0e33

Browse files
github-actions[bot]anerli
authored andcommitted
Version Packages
1 parent aa3dadb commit fed0e33

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/loose-jokes-joke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/magnitude-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# magnitude-core
22

3+
## 0.2.28
4+
5+
### Patch Changes
6+
7+
- [`aa3dadb`](https://github.com/magnitudedev/magnitude/commit/aa3dadb9b4662d610809191b84aa59cb017981f6) Thanks [@anerli](https://github.com/anerli)! - throw on failure to get conn observations - prevents potential infinite wait loop if browser closed
8+
39
## 0.2.27
410

511
### Patch Changes

packages/magnitude-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magnitude-core",
3-
"version": "0.2.27",
3+
"version": "0.2.28",
44
"description": "Magnitude e2e testing agent",
55
"publishConfig": {
66
"access": "public"

packages/magnitude-test/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# magnitude-test
22

3+
## 0.3.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`aa3dadb`](https://github.com/magnitudedev/magnitude/commit/aa3dadb9b4662d610809191b84aa59cb017981f6)]:
8+
- magnitude-core@0.2.28
9+
310
## 0.3.6
411

512
### Patch Changes

packages/magnitude-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magnitude-test",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"description": "A TypeScript client for running automated UI tests through the Magnitude testing platform",
55
"publishConfig": {
66
"access": "public"
@@ -75,7 +75,7 @@
7575
"glob": "^11.0.1",
7676
"jiti": "^2.4.2",
7777
"log-update": "^6.1.0",
78-
"magnitude-core": "0.2.27",
78+
"magnitude-core": "0.2.28",
7979
"pino": "^9.6.0",
8080
"pino-pretty": "^13.0.0",
8181
"playwright": "^1.51.0",

0 commit comments

Comments
 (0)