Skip to content

Commit d357bd6

Browse files
committed
Publish
- @argos-ci/[email protected] - @argos-ci/core@3.2.0 - @argos-ci/[email protected] - @argos-ci/[email protected] - @argos-ci/[email protected] - @argos-ci/[email protected] - @argos-ci/[email protected]
1 parent a385a2c commit d357bd6

File tree

14 files changed

+66
-7
lines changed

14 files changed

+66
-7
lines changed

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.5.7](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-05-15)
7+
8+
**Note:** Version bump only for package @argos-ci/cli
9+
10+
11+
12+
13+
614
## [2.5.6](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-25)
715

816
**Note:** Version bump only for package @argos-ci/cli

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@argos-ci/cli",
33
"description": "Command-line (CLI) for visual testing with Argos.",
4-
"version": "2.5.6",
4+
"version": "2.5.7",
55
"bin": {
66
"argos": "./bin/argos-cli.js"
77
},

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.2.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-05-15)
7+
8+
9+
### Features
10+
11+
* add debug info for merge base ([a385a2c](https://github.com/argos-ci/argos-javascript/commit/a385a2c18ffc51c4284038e90876b71036063055))
12+
13+
14+
15+
16+
617
## [3.1.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-25)
718

819
**Note:** Version bump only for package @argos-ci/core

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@argos-ci/core",
33
"description": "Node.js SDK for visual testing with Argos.",
4-
"version": "3.1.1",
4+
"version": "3.2.0",
55
"type": "module",
66
"main": "./dist/index.cjs",
77
"exports": {

packages/cypress/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.4](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-05-15)
7+
8+
**Note:** Version bump only for package @argos-ci/cypress
9+
10+
11+
12+
13+
614
## [4.0.3](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-04-12)
715

816
**Note:** Version bump only for package @argos-ci/cypress

packages/cypress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@argos-ci/cypress",
33
"description": "Cypress SDK for visual testing with Argos.",
4-
"version": "4.0.3",
4+
"version": "4.0.4",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

packages/playwright/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.4](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-05-15)
7+
8+
**Note:** Version bump only for package @argos-ci/playwright
9+
10+
11+
12+
13+
614
## [5.0.3](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-04-12)
715

816

packages/playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@argos-ci/playwright",
33
"description": "Playwright SDK for visual testing with Argos.",
4-
"version": "5.0.3",
4+
"version": "5.0.4",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

packages/puppeteer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.4](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-05-15)
7+
8+
**Note:** Version bump only for package @argos-ci/puppeteer
9+
10+
11+
12+
13+
614
## [4.0.3](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-04-12)
715

816
**Note:** Version bump only for package @argos-ci/puppeteer

packages/puppeteer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@argos-ci/puppeteer",
33
"description": "Puppeteer SDK for visual testing with Argos.",
4-
"version": "4.0.3",
4+
"version": "4.0.4",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)