Skip to content

Commit 8d46b4d

Browse files
committed
Publish
- @argos-ci/[email protected] - @argos-ci/[email protected] - @argos-ci/[email protected] - @argos-ci/core@3.1.0 - @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 a2b3340 commit 8d46b4d

22 files changed

+115
-11
lines changed

packages/api-client/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+
# [0.8.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-01-18)
7+
8+
9+
### Features
10+
11+
* support preview URL ([cb541de](https://github.com/argos-ci/argos-javascript/commit/cb541de9b1d75fcb797066578cc3cfe6e8d1d886))
12+
13+
14+
15+
16+
617
## [0.7.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-01-14)
718

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

packages/api-client/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/api-client",
33
"description": "Argos API Client library.",
4-
"version": "0.7.2",
4+
"version": "0.8.0",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

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

816

packages/browser/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/browser",
33
"description": "Browser utilities to stabilize visual testing with Argos.",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

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.5](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-01-18)
7+
8+
**Note:** Version bump only for package @argos-ci/cli
9+
10+
11+
12+
13+
614
## [2.5.4](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-01-14)
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.4",
4+
"version": "2.5.5",
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.1.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-01-18)
7+
8+
9+
### Features
10+
11+
* support preview URL ([cb541de](https://github.com/argos-ci/argos-javascript/commit/cb541de9b1d75fcb797066578cc3cfe6e8d1d886))
12+
13+
14+
15+
16+
617
# [3.0.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-01-14)
718

819

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

packages/cypress/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.1.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-01-18)
7+
8+
9+
### Features
10+
11+
* support preview URL ([cb541de](https://github.com/argos-ci/argos-javascript/commit/cb541de9b1d75fcb797066578cc3cfe6e8d1d886))
12+
13+
14+
15+
16+
617
# [3.0.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-01-18)
718

819
**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": "3.0.0",
4+
"version": "3.1.0",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

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

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

packages/gitlab/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/gitlab",
33
"description": "GitLab utilities for visual testing with Argos.",
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

packages/playwright/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.1.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-01-18)
7+
8+
9+
### Features
10+
11+
* **playwright:** improve `beforeScreenshot` by allowing to run stabilization in it ([7ae1fa3](https://github.com/argos-ci/argos-javascript/commit/7ae1fa3c3c3a9e16c39ef9a4c0c43b156a71b0f8))
12+
* support preview URL ([cb541de](https://github.com/argos-ci/argos-javascript/commit/cb541de9b1d75fcb797066578cc3cfe6e8d1d886))
13+
14+
15+
16+
17+
618
# [4.0.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-01-18)
719

820
**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": "4.0.0",
4+
"version": "4.1.0",
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+
## [3.0.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-01-18)
7+
8+
**Note:** Version bump only for package @argos-ci/puppeteer
9+
10+
11+
12+
13+
614
# [3.0.0](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/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": "3.0.0",
4+
"version": "3.0.1",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

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

packages/storybook/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/storybook",
33
"description": "Visual testing for Storybook test runner.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

packages/util/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+
# [2.3.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-01-18)
7+
8+
9+
### Features
10+
11+
* support preview URL ([cb541de](https://github.com/argos-ci/argos-javascript/commit/cb541de9b1d75fcb797066578cc3cfe6e8d1d886))
12+
13+
14+
15+
16+
617
## [2.2.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-01-14)
718

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

packages/util/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/util",
33
"description": "Set of utilities used across all Argos SDKs.",
4-
"version": "2.2.2",
4+
"version": "2.3.0",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

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

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

packages/webdriverio/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/webdriverio",
33
"description": "WebdriverIO SDK for visual testing with Argos.",
4-
"version": "0.5.4",
4+
"version": "0.5.5",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)