From e711cad38854fb0ec6aa96587ed4b49490b8add0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Sun, 8 Sep 2024 21:23:45 +0200 Subject: [PATCH] Publish - @argos-ci/cli@2.4.3 - @argos-ci/core@2.8.1 - @argos-ci/cypress@2.2.1 - @argos-ci/playwright@3.6.1 - @argos-ci/puppeteer@2.2.7 - @argos-ci/webdriverio@0.3.12 --- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/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 +- packages/webdriverio/CHANGELOG.md | 8 ++++++++ packages/webdriverio/package.json | 2 +- 12 files changed, 57 insertions(+), 6 deletions(-) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 90fe7d2..2b8687d 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/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.4.3](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cli@2.4.2...@argos-ci/cli@2.4.3) (2024-09-08) + +**Note:** Version bump only for package @argos-ci/cli + + + + + ## [2.4.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cli@2.4.1...@argos-ci/cli@2.4.2) (2024-09-02) **Note:** Version bump only for package @argos-ci/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index c9b39fd..7308964 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@argos-ci/cli", "description": "Visual testing solution to avoid visual regression. Argos CLI is used to interact with and upload screenshots to argos-ci.com via command line.", - "version": "2.4.2", + "version": "2.4.3", "bin": { "argos": "./bin/argos-cli.js" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 79103cf..05142f6 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.8.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/core@2.8.0...@argos-ci/core@2.8.1) (2024-09-08) + + +### Bug Fixes + +* fix common js finalize & readConfig ([10f67bc](https://github.com/argos-ci/argos-javascript/commit/10f67bc78d03b4537053c5210992d487e6ed2f1e)) + + + + + # [2.8.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/core@2.7.0...@argos-ci/core@2.8.0) (2024-09-02) diff --git a/packages/core/package.json b/packages/core/package.json index bd0fd31..075aef0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@argos-ci/core", "description": "Visual testing solution to avoid visual regression. The core component of Argos SDK that handles build creation.", - "version": "2.8.0", + "version": "2.8.1", "type": "module", "main": "./dist/index.cjs", "types": "./dist/index.d.ts", diff --git a/packages/cypress/CHANGELOG.md b/packages/cypress/CHANGELOG.md index 69893e4..dd2de74 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.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@2.2.0...@argos-ci/cypress@2.2.1) (2024-09-08) + +**Note:** Version bump only for package @argos-ci/cypress + + + + + # [2.2.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@2.1.5...@argos-ci/cypress@2.2.0) (2024-09-02) diff --git a/packages/cypress/package.json b/packages/cypress/package.json index 628cbb2..0e899d2 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.0", + "version": "2.2.1", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/playwright/CHANGELOG.md b/packages/playwright/CHANGELOG.md index f2d6cbf..3f915d9 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.6.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@3.6.0...@argos-ci/playwright@3.6.1) (2024-09-08) + +**Note:** Version bump only for package @argos-ci/playwright + + + + + # [3.6.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@3.5.3...@argos-ci/playwright@3.6.0) (2024-09-02) diff --git a/packages/playwright/package.json b/packages/playwright/package.json index 6dd694e..2b9f80c 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.6.0", + "version": "3.6.1", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/puppeteer/CHANGELOG.md b/packages/puppeteer/CHANGELOG.md index 96dbcfc..de564dd 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.7](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@2.2.6...@argos-ci/puppeteer@2.2.7) (2024-09-08) + +**Note:** Version bump only for package @argos-ci/puppeteer + + + + + ## [2.2.6](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@2.2.5...@argos-ci/puppeteer@2.2.6) (2024-09-02) **Note:** Version bump only for package @argos-ci/puppeteer diff --git a/packages/puppeteer/package.json b/packages/puppeteer/package.json index e10156c..a7e1613 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.6", + "version": "2.2.7", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/webdriverio/CHANGELOG.md b/packages/webdriverio/CHANGELOG.md index eeffc07..9ece8b2 100644 --- a/packages/webdriverio/CHANGELOG.md +++ b/packages/webdriverio/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. +## [0.3.12](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/webdriverio@0.3.11...@argos-ci/webdriverio@0.3.12) (2024-09-08) + +**Note:** Version bump only for package @argos-ci/webdriverio + + + + + ## [0.3.11](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/webdriverio@0.3.10...@argos-ci/webdriverio@0.3.11) (2024-09-02) **Note:** Version bump only for package @argos-ci/webdriverio diff --git a/packages/webdriverio/package.json b/packages/webdriverio/package.json index 3891196..7296f49 100644 --- a/packages/webdriverio/package.json +++ b/packages/webdriverio/package.json @@ -1,7 +1,7 @@ { "name": "@argos-ci/webdriverio", "description": "Visual testing solution to avoid visual regression. Webdriver SDK and utilities for Argos visual testing.", - "version": "0.3.11", + "version": "0.3.12", "author": "Smooth Code", "license": "MIT", "repository": {