Skip to content

Commit 9178e3d

Browse files
github-actions[bot]anerli
authored andcommitted
Version Packages
1 parent 870d225 commit 9178e3d

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/ten-ways-sneeze.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.29
4+
5+
### Patch Changes
6+
7+
- [`870d225`](https://github.com/magnitudedev/magnitude/commit/870d2257c21cef24b4c14938fc20ae23fb369a80) Thanks [@anerli](https://github.com/anerli)! - disable temp config in vertex for now, seems format does not align with expected
8+
39
## 0.2.28
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.28",
3+
"version": "0.2.29",
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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`870d225`](https://github.com/magnitudedev/magnitude/commit/870d2257c21cef24b4c14938fc20ae23fb369a80)]:
8+
- magnitude-core@0.2.29
9+
310
## 0.3.7
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.7",
3+
"version": "0.3.8",
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.28",
78+
"magnitude-core": "0.2.29",
7979
"pino": "^9.6.0",
8080
"pino-pretty": "^13.0.0",
8181
"playwright": "^1.51.0",

0 commit comments

Comments
 (0)