Skip to content

Commit fc74dc3

Browse files
committed
Publish
- @argos-ci/[email protected] - @argos-ci/[email protected] - @argos-ci/[email protected] - @argos-ci/[email protected] - @argos-ci/[email protected]
1 parent 1c2ed33 commit fc74dc3

File tree

10 files changed

+57
-5
lines changed

10 files changed

+57
-5
lines changed

packages/browser/CHANGELOG.md

+11
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-03-20)
7+
8+
9+
### Features
10+
11+
* stabilize image sizes ([1c2ed33](https://github.com/argos-ci/argos-javascript/commit/1c2ed33563f04b142d1895199240d7ad046f9dea))
12+
13+
14+
15+
16+
617
## [3.0.1](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/browser

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

packages/cypress/CHANGELOG.md

+11
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.3.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-20)
7+
8+
9+
### Features
10+
11+
* stabilize image sizes ([1c2ed33](https://github.com/argos-ci/argos-javascript/commit/1c2ed33563f04b142d1895199240d7ad046f9dea))
12+
13+
14+
15+
16+
617
# [3.2.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-01-21)
718

819

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

packages/playwright/CHANGELOG.md

+11
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+
# [4.2.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-20)
7+
8+
9+
### Features
10+
11+
* stabilize image sizes ([1c2ed33](https://github.com/argos-ci/argos-javascript/commit/1c2ed33563f04b142d1895199240d7ad046f9dea))
12+
13+
14+
15+
16+
617
# [4.1.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-01-18)
718

819

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

packages/puppeteer/CHANGELOG.md

+11
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-03-20)
7+
8+
9+
### Features
10+
11+
* stabilize image sizes ([1c2ed33](https://github.com/argos-ci/argos-javascript/commit/1c2ed33563f04b142d1895199240d7ad046f9dea))
12+
13+
14+
15+
16+
617
## [3.0.1](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/puppeteer

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

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

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

0 commit comments

Comments
 (0)