Skip to content

Commit e1fae6c

Browse files
committed
Publish
- @argos-ci/cli@2.5.8 - @argos-ci/core@3.2.1 - @argos-ci/cypress@5.0.0 - @argos-ci/playwright@5.0.6 - @argos-ci/puppeteer@4.0.6 - @argos-ci/storybook@2.1.4 - @argos-ci/util@2.3.2 - @argos-ci/webdriverio@0.5.9
1 parent d6efad9 commit e1fae6c

16 files changed

Lines changed: 80 additions & 8 deletions

File tree

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.8](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cli@2.5.7...@argos-ci/cli@2.5.8) (2025-07-14)
7+
8+
**Note:** Version bump only for package @argos-ci/cli
9+
10+
11+
12+
13+
614
## [2.5.7](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cli@2.5.6...@argos-ci/cli@2.5.7) (2025-05-15)
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.7",
4+
"version": "2.5.8",
55
"bin": {
66
"argos": "./bin/argos-cli.js"
77
},

packages/core/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+
## [3.2.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/core@3.2.0...@argos-ci/core@3.2.1) (2025-07-14)
7+
8+
**Note:** Version bump only for package @argos-ci/core
9+
10+
11+
12+
13+
614
# [3.2.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/core@3.1.1...@argos-ci/core@3.2.0) (2025-05-15)
715

816

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.2.0",
4+
"version": "3.2.1",
55
"type": "module",
66
"main": "./dist/index.cjs",
77
"exports": {

packages/cypress/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@4.0.5...@argos-ci/cypress@5.0.0) (2025-07-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **cypress:** use Argos name as screenshot name ([3107e90](https://github.com/argos-ci/argos-javascript/commit/3107e904e3caa683273313e5a2a9154fa829b4f2))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **cypress:** Screenshot taken with `@argos/cypress` will change of name after upgrade
17+
18+
19+
20+
21+
622
## [4.0.5](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@4.0.4...@argos-ci/cypress@4.0.5) (2025-07-05)
723

824
**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.5",
4+
"version": "5.0.0",
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.6](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@5.0.5...@argos-ci/playwright@5.0.6) (2025-07-14)
7+
8+
**Note:** Version bump only for package @argos-ci/playwright
9+
10+
11+
12+
13+
614
## [5.0.5](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@5.0.4...@argos-ci/playwright@5.0.5) (2025-07-05)
715

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

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.5",
4+
"version": "5.0.6",
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.6](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@4.0.5...@argos-ci/puppeteer@4.0.6) (2025-07-14)
7+
8+
**Note:** Version bump only for package @argos-ci/puppeteer
9+
10+
11+
12+
13+
614
## [4.0.5](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@4.0.4...@argos-ci/puppeteer@4.0.5) (2025-07-05)
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.5",
4+
"version": "4.0.6",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)