From 27c07b619069353c2a8c8c98203b9c27b4e2bed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Mon, 27 Nov 2023 14:33:04 +0100 Subject: [PATCH] Publish - @argos-ci/browser@1.1.1 - @argos-ci/cypress@1.1.2 - @argos-ci/playwright@1.3.2 - @argos-ci/puppeteer@1.1.2 --- packages/browser/CHANGELOG.md | 11 +++++++++++ packages/browser/package.json | 2 +- packages/cypress/CHANGELOG.md | 8 ++++++++ packages/cypress/package.json | 2 +- packages/playwright/CHANGELOG.md | 8 ++++++++ packages/playwright/package.json | 2 +- packages/puppeteer/CHANGELOG.md | 8 ++++++++ packages/puppeteer/package.json | 2 +- 8 files changed, 39 insertions(+), 4 deletions(-) diff --git a/packages/browser/CHANGELOG.md b/packages/browser/CHANGELOG.md index b63fd70..13a6fc0 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. +## [1.1.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/browser@1.1.0...@argos-ci/browser@1.1.1) (2023-11-27) + + +### Bug Fixes + +* **types:** fix types in browser package ([#91](https://github.com/argos-ci/argos-javascript/issues/91)) ([668aeb4](https://github.com/argos-ci/argos-javascript/commit/668aeb48abfe8204086902779ae1282c91d81d30)) + + + + + # [1.1.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/browser@1.0.0...@argos-ci/browser@1.1.0) (2023-11-17) diff --git a/packages/browser/package.json b/packages/browser/package.json index cdfd090..ef43893 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": "1.1.0", + "version": "1.1.1", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/cypress/CHANGELOG.md b/packages/cypress/CHANGELOG.md index 6440141..88d9357 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. +## [1.1.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@1.1.1...@argos-ci/cypress@1.1.2) (2023-11-27) + +**Note:** Version bump only for package @argos-ci/cypress + + + + + ## [1.1.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@1.1.0...@argos-ci/cypress@1.1.1) (2023-11-24) **Note:** Version bump only for package @argos-ci/cypress diff --git a/packages/cypress/package.json b/packages/cypress/package.json index 72d697a..cbf2d58 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": "1.1.1", + "version": "1.1.2", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/playwright/CHANGELOG.md b/packages/playwright/CHANGELOG.md index c8e7e7f..cb0d644 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. +## [1.3.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@1.3.1...@argos-ci/playwright@1.3.2) (2023-11-27) + +**Note:** Version bump only for package @argos-ci/playwright + + + + + ## [1.3.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@1.3.0...@argos-ci/playwright@1.3.1) (2023-11-24) **Note:** Version bump only for package @argos-ci/playwright diff --git a/packages/playwright/package.json b/packages/playwright/package.json index 1773d9c..a729227 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": "1.3.1", + "version": "1.3.2", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/puppeteer/CHANGELOG.md b/packages/puppeteer/CHANGELOG.md index 487ede0..23b4593 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. +## [1.1.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@1.1.1...@argos-ci/puppeteer@1.1.2) (2023-11-27) + +**Note:** Version bump only for package @argos-ci/puppeteer + + + + + ## [1.1.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@1.1.0...@argos-ci/puppeteer@1.1.1) (2023-11-24) **Note:** Version bump only for package @argos-ci/puppeteer diff --git a/packages/puppeteer/package.json b/packages/puppeteer/package.json index 44d61b2..cc6e53a 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": "1.1.1", + "version": "1.1.2", "author": "Smooth Code", "license": "MIT", "repository": {