Skip to content

Commit 10a2ccd

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 28d1834 commit 10a2ccd

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.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-20)
7+
8+
9+
### Bug Fixes
10+
11+
* fix image size restoration ([28d1834](https://github.com/argos-ci/argos-javascript/commit/28d1834a08d9a88c0e1f7b01c61035bbfc190d3e))
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-20)
718

819

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.1.1",
4+
"version": "3.1.2",
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.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-20)
7+
8+
9+
### Bug Fixes
10+
11+
* fix image size restoration ([28d1834](https://github.com/argos-ci/argos-javascript/commit/28d1834a08d9a88c0e1f7b01c61035bbfc190d3e))
12+
13+
14+
15+
16+
617
## [3.3.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-20)
718

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

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.3.1",
4+
"version": "3.3.2",
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.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-20)
7+
8+
9+
### Bug Fixes
10+
11+
* fix image size restoration ([28d1834](https://github.com/argos-ci/argos-javascript/commit/28d1834a08d9a88c0e1f7b01c61035bbfc190d3e))
12+
13+
14+
15+
16+
617
## [4.2.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-20)
718

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

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.2.1",
4+
"version": "4.2.2",
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.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-20)
7+
8+
9+
### Bug Fixes
10+
11+
* fix image size restoration ([28d1834](https://github.com/argos-ci/argos-javascript/commit/28d1834a08d9a88c0e1f7b01c61035bbfc190d3e))
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-20)
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.1.1",
4+
"version": "3.1.2",
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.4](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.3](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2025-03-20)
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.3",
4+
"version": "1.0.4",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)