Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @argos-ci/browser@2.1.5
 - @argos-ci/cypress@2.2.5
 - @argos-ci/playwright@3.7.1
 - @argos-ci/puppeteer@2.2.11
  • Loading branch information
gregberge committed Oct 14, 2024
1 parent 02b758a commit 7e27acc
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.5](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/browser@2.1.4...@argos-ci/browser@2.1.5) (2024-10-14)


### Bug Fixes

* **stabilization:** don't modify IFRAME to avoid reloads ([#155](https://github.com/argos-ci/argos-javascript/issues/155)) ([02b758a](https://github.com/argos-ci/argos-javascript/commit/02b758a28ef39c6387a7e797c0f64e54bd2d047a))





## 2.1.4 (2024-09-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@argos-ci/browser",
"description": "Browser utilities to stabilize visual testing.",
"version": "2.1.4",
"version": "2.1.5",
"author": "Smooth Code",
"license": "MIT",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.5](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@2.2.4...@argos-ci/cypress@2.2.5) (2024-10-14)

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





## [2.2.4](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@2.2.3...@argos-ci/cypress@2.2.4) (2024-10-11)

**Note:** Version bump only for package @argos-ci/cypress
Expand Down
2 changes: 1 addition & 1 deletion packages/cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@argos-ci/cypress",
"description": "Visual testing solution to avoid visual regression. Cypress commands and utilities for Argos visual testing.",
"version": "2.2.4",
"version": "2.2.5",
"author": "Smooth Code",
"license": "MIT",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.7.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@3.7.0...@argos-ci/playwright@3.7.1) (2024-10-14)

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





# [3.7.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@3.6.3...@argos-ci/playwright@3.7.0) (2024-10-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@argos-ci/playwright",
"description": "Visual testing solution to avoid visual regression. Playwright commands and utilities for Argos visual testing.",
"version": "3.7.0",
"version": "3.7.1",
"author": "Smooth Code",
"license": "MIT",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.11](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@2.2.10...@argos-ci/puppeteer@2.2.11) (2024-10-14)

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





## [2.2.10](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@2.2.9...@argos-ci/puppeteer@2.2.10) (2024-10-11)

**Note:** Version bump only for package @argos-ci/puppeteer
Expand Down
2 changes: 1 addition & 1 deletion packages/puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@argos-ci/puppeteer",
"description": "Visual testing solution to avoid visual regression. Puppeteer commands and utilities for Argos visual testing.",
"version": "2.2.10",
"version": "2.2.11",
"author": "Smooth Code",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 7e27acc

Please sign in to comment.