Skip to content

Commit 3f9032b

Browse files
github-actions[bot]anerli
authored andcommitted
Version Packages
1 parent f1ae52e commit 3f9032b

File tree

6 files changed

+18
-13
lines changed

6 files changed

+18
-13
lines changed

.changeset/grumpy-pumas-joke.md

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

.changeset/shy-ants-tease.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.26
4+
5+
### Patch Changes
6+
7+
- [`f1ae52e`](https://github.com/magnitudedev/magnitude/commit/f1ae52e7e812434d1b4a5468d0797ca13237d056) Thanks [@anerli](https://github.com/anerli)! - retry get full page content in extract
8+
39
## 0.2.25
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.25",
3+
"version": "0.2.26",
44
"description": "Magnitude e2e testing agent",
55
"publishConfig": {
66
"access": "public"

packages/magnitude-test/CHANGELOG.md

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

3+
## 0.3.5
4+
5+
### Patch Changes
6+
7+
- [`6424a0a`](https://github.com/magnitudedev/magnitude/commit/6424a0a8bfe24dc3de292670ccdb47e3f8de0d80) Thanks [@anerli](https://github.com/anerli)! - fix faulty api key check
8+
9+
- Updated dependencies [[`f1ae52e`](https://github.com/magnitudedev/magnitude/commit/f1ae52e7e812434d1b4a5468d0797ca13237d056)]:
10+
- magnitude-core@0.2.26
11+
312
## 0.3.4
413

514
### 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.4",
3+
"version": "0.3.5",
44
"description": "A TypeScript client for running automated UI tests through the Magnitude testing platform",
55
"publishConfig": {
66
"access": "public"
@@ -73,7 +73,7 @@
7373
"glob": "^11.0.1",
7474
"jiti": "^2.4.2",
7575
"log-update": "^6.1.0",
76-
"magnitude-core": "0.2.25",
76+
"magnitude-core": "0.2.26",
7777
"pino": "^9.6.0",
7878
"pino-pretty": "^13.0.0",
7979
"playwright": "^1.51.0",

0 commit comments

Comments
 (0)