diff --git a/packages/browser/CHANGELOG.md b/packages/browser/CHANGELOG.md index 2126a63..287288b 100644 --- a/packages/browser/CHANGELOG.md +++ b/packages/browser/CHANGELOG.md @@ -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) diff --git a/packages/browser/package.json b/packages/browser/package.json index 061836e..e751542 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -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": { diff --git a/packages/cypress/CHANGELOG.md b/packages/cypress/CHANGELOG.md index 0c3aab7..21a6533 100644 --- a/packages/cypress/CHANGELOG.md +++ b/packages/cypress/CHANGELOG.md @@ -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 diff --git a/packages/cypress/package.json b/packages/cypress/package.json index b6a18d4..236547b 100644 --- a/packages/cypress/package.json +++ b/packages/cypress/package.json @@ -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": { diff --git a/packages/playwright/CHANGELOG.md b/packages/playwright/CHANGELOG.md index b0cb0aa..eba1096 100644 --- a/packages/playwright/CHANGELOG.md +++ b/packages/playwright/CHANGELOG.md @@ -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) diff --git a/packages/playwright/package.json b/packages/playwright/package.json index 99aa22f..8e3fac5 100644 --- a/packages/playwright/package.json +++ b/packages/playwright/package.json @@ -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": { diff --git a/packages/puppeteer/CHANGELOG.md b/packages/puppeteer/CHANGELOG.md index 3130fd1..3d5263e 100644 --- a/packages/puppeteer/CHANGELOG.md +++ b/packages/puppeteer/CHANGELOG.md @@ -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 diff --git a/packages/puppeteer/package.json b/packages/puppeteer/package.json index 72aec33..201928e 100644 --- a/packages/puppeteer/package.json +++ b/packages/puppeteer/package.json @@ -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": {