Skip to content

Commit 6385df8

Browse files
committed
Publish
- @argos-ci/[email protected] - @argos-ci/[email protected] - @argos-ci/[email protected] - @argos-ci/core@3.1.1 - @argos-ci/[email protected] - @argos-ci/[email protected] - @argos-ci/[email protected] - @argos-ci/[email protected] - @argos-ci/[email protected] - @argos-ci/[email protected] - @argos-ci/[email protected]
1 parent 187c582 commit 6385df8

22 files changed

+139
-11
lines changed

packages/api-client/CHANGELOG.md

+8
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+
## [0.8.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-25)
7+
8+
**Note:** Version bump only for package @argos-ci/api-client
9+
10+
11+
12+
13+
614
# [0.8.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-01-18)
715

816

packages/api-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@argos-ci/api-client",
33
"description": "Argos API Client library.",
4-
"version": "0.8.0",
4+
"version": "0.8.1",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

packages/browser/CHANGELOG.md

+16
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+
# [4.0.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-25)
7+
8+
9+
### Features
10+
11+
* allow to disable every stabilization plugin ([60245ab](https://github.com/argos-ci/argos-javascript/commit/60245ab90a22ce2abd309761de6ac14fa5293e2d))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* `options.stabilize` has changed and now accepts any stabilization plugin
17+
18+
19+
20+
21+
622
# [3.2.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-22)
723

824

packages/browser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@argos-ci/browser",
33
"description": "Browser utilities to stabilize visual testing with Argos.",
4-
"version": "3.2.0",
4+
"version": "4.0.0",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

packages/cli/CHANGELOG.md

+8
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.6](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-25)
7+
8+
**Note:** Version bump only for package @argos-ci/cli
9+
10+
11+
12+
13+
614
## [2.5.5](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-01-18)
715

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

packages/cli/package.json

+1-1
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.5",
4+
"version": "2.5.6",
55
"bin": {
66
"argos": "./bin/argos-cli.js"
77
},

packages/core/CHANGELOG.md

+8
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.1.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-25)
7+
8+
**Note:** Version bump only for package @argos-ci/core
9+
10+
11+
12+
13+
614
# [3.1.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-01-18)
715

816

packages/core/package.json

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

packages/cypress/CHANGELOG.md

+16
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+
# [4.0.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-25)
7+
8+
9+
### Features
10+
11+
* allow to disable every stabilization plugin ([60245ab](https://github.com/argos-ci/argos-javascript/commit/60245ab90a22ce2abd309761de6ac14fa5293e2d))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* `options.stabilize` has changed and now accepts any stabilization plugin
17+
18+
19+
20+
21+
622
# [3.4.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-22)
723

824

packages/cypress/package.json

+1-1
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": "3.4.0",
4+
"version": "4.0.0",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

packages/gitlab/CHANGELOG.md

+8
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+
## [0.2.4](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-25)
7+
8+
**Note:** Version bump only for package @argos-ci/gitlab
9+
10+
11+
12+
13+
614
## [0.2.3](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-01-18)
715

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

packages/gitlab/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@argos-ci/gitlab",
33
"description": "GitLab utilities for visual testing with Argos.",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

packages/playwright/CHANGELOG.md

+16
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/[email protected]...@argos-ci/[email protected]) (2025-03-25)
7+
8+
9+
### Features
10+
11+
* allow to disable every stabilization plugin ([60245ab](https://github.com/argos-ci/argos-javascript/commit/60245ab90a22ce2abd309761de6ac14fa5293e2d))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* `options.stabilize` has changed and now accepts any stabilization plugin
17+
18+
19+
20+
21+
622
# [4.3.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-22)
723

824

packages/playwright/package.json

+1-1
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": "4.3.0",
4+
"version": "5.0.0",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

packages/puppeteer/CHANGELOG.md

+16
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+
# [4.0.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-25)
7+
8+
9+
### Features
10+
11+
* allow to disable every stabilization plugin ([60245ab](https://github.com/argos-ci/argos-javascript/commit/60245ab90a22ce2abd309761de6ac14fa5293e2d))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* `options.stabilize` has changed and now accepts any stabilization plugin
17+
18+
19+
20+
21+
622
# [3.2.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-22)
723

824

packages/puppeteer/package.json

+1-1
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": "3.2.0",
4+
"version": "4.0.0",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

packages/storybook/CHANGELOG.md

+16
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+
# [2.0.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-25)
7+
8+
9+
### Features
10+
11+
* allow to disable every stabilization plugin ([60245ab](https://github.com/argos-ci/argos-javascript/commit/60245ab90a22ce2abd309761de6ac14fa5293e2d))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* `options.stabilize` has changed and now accepts any stabilization plugin
17+
18+
19+
20+
21+
622
## [1.0.6](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-22)
723

824
**Note:** Version bump only for package @argos-ci/storybook

packages/storybook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@argos-ci/storybook",
33
"description": "Visual testing for Storybook test runner.",
4-
"version": "1.0.6",
4+
"version": "2.0.0",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

packages/util/CHANGELOG.md

+8
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.3.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-25)
7+
8+
**Note:** Version bump only for package @argos-ci/util
9+
10+
11+
12+
13+
614
# [2.3.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-01-18)
715

816

packages/util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@argos-ci/util",
33
"description": "Set of utilities used across all Argos SDKs.",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

packages/webdriverio/CHANGELOG.md

+8
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+
## [0.5.7](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-25)
7+
8+
**Note:** Version bump only for package @argos-ci/webdriverio
9+
10+
11+
12+
13+
614
## [0.5.6](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-22)
715

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

packages/webdriverio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@argos-ci/webdriverio",
33
"description": "WebdriverIO SDK for visual testing with Argos.",
4-
"version": "0.5.6",
4+
"version": "0.5.7",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)