From db599c8bc3021cb18315f4e39717f9c2990e7847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Mon, 21 Oct 2024 13:23:43 +0200 Subject: [PATCH] Publish - @argos-ci/api-client@0.6.1 - @argos-ci/cli@2.4.6 - @argos-ci/core@2.9.1 - @argos-ci/cypress@2.2.6 - @argos-ci/gitlab@0.1.9 - @argos-ci/playwright@3.7.2 - @argos-ci/puppeteer@2.2.12 - @argos-ci/webdriverio@0.3.15 --- packages/api-client/CHANGELOG.md | 11 +++++++++++ packages/api-client/package.json | 2 +- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 2 +- packages/cypress/CHANGELOG.md | 8 ++++++++ packages/cypress/package.json | 2 +- packages/gitlab/CHANGELOG.md | 8 ++++++++ packages/gitlab/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 +- 16 files changed, 75 insertions(+), 8 deletions(-) diff --git a/packages/api-client/CHANGELOG.md b/packages/api-client/CHANGELOG.md index 324f8ed..43259ad 100644 --- a/packages/api-client/CHANGELOG.md +++ b/packages/api-client/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. +## [0.6.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/api-client@0.6.0...@argos-ci/api-client@0.6.1) (2024-10-21) + + +### Bug Fixes + +* **api:** fix error message ([#156](https://github.com/argos-ci/argos-javascript/issues/156)) ([1be8635](https://github.com/argos-ci/argos-javascript/commit/1be8635994da7ec70780ea0a8befebb8370e105c)) + + + + + # [0.6.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/api-client@0.5.1...@argos-ci/api-client@0.6.0) (2024-10-11) diff --git a/packages/api-client/package.json b/packages/api-client/package.json index d6984dc..eea8240 100644 --- a/packages/api-client/package.json +++ b/packages/api-client/package.json @@ -1,7 +1,7 @@ { "name": "@argos-ci/api-client", "description": "Argos API client.", - "version": "0.6.0", + "version": "0.6.1", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 0ecdbf9..90738d2 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.6](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cli@2.4.5...@argos-ci/cli@2.4.6) (2024-10-21) + +**Note:** Version bump only for package @argos-ci/cli + + + + + ## [2.4.5](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cli@2.4.4...@argos-ci/cli@2.4.5) (2024-10-11) **Note:** Version bump only for package @argos-ci/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 020af3b..77c1da6 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.5", + "version": "2.4.6", "bin": { "argos": "./bin/argos-cli.js" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 152ee80..10e77b3 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.9.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/core@2.9.0...@argos-ci/core@2.9.1) (2024-10-21) + +**Note:** Version bump only for package @argos-ci/core + + + + + # [2.9.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/core@2.8.2...@argos-ci/core@2.9.0) (2024-10-11) diff --git a/packages/core/package.json b/packages/core/package.json index 3f22362..6ea705e 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.9.0", + "version": "2.9.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 21a6533..cc78f85 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.6](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@2.2.5...@argos-ci/cypress@2.2.6) (2024-10-21) + +**Note:** Version bump only for package @argos-ci/cypress + + + + + ## [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 diff --git a/packages/cypress/package.json b/packages/cypress/package.json index 236547b..127fad6 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.5", + "version": "2.2.6", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/gitlab/CHANGELOG.md b/packages/gitlab/CHANGELOG.md index 8b0e046..d100421 100644 --- a/packages/gitlab/CHANGELOG.md +++ b/packages/gitlab/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.1.9](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/gitlab@0.1.8...@argos-ci/gitlab@0.1.9) (2024-10-21) + +**Note:** Version bump only for package @argos-ci/gitlab + + + + + ## [0.1.8](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/gitlab@0.1.7...@argos-ci/gitlab@0.1.8) (2024-10-11) **Note:** Version bump only for package @argos-ci/gitlab diff --git a/packages/gitlab/package.json b/packages/gitlab/package.json index d776d52..abbb208 100644 --- a/packages/gitlab/package.json +++ b/packages/gitlab/package.json @@ -1,7 +1,7 @@ { "name": "@argos-ci/gitlab", "description": "GitLab utilities for Argos.", - "version": "0.1.8", + "version": "0.1.9", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/playwright/CHANGELOG.md b/packages/playwright/CHANGELOG.md index eba1096..35ab6c7 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.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@3.7.1...@argos-ci/playwright@3.7.2) (2024-10-21) + +**Note:** Version bump only for package @argos-ci/playwright + + + + + ## [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 diff --git a/packages/playwright/package.json b/packages/playwright/package.json index 8e3fac5..5671ef8 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.1", + "version": "3.7.2", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/puppeteer/CHANGELOG.md b/packages/puppeteer/CHANGELOG.md index 3d5263e..746b013 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.12](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@2.2.11...@argos-ci/puppeteer@2.2.12) (2024-10-21) + +**Note:** Version bump only for package @argos-ci/puppeteer + + + + + ## [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 diff --git a/packages/puppeteer/package.json b/packages/puppeteer/package.json index 201928e..26795b7 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.11", + "version": "2.2.12", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/webdriverio/CHANGELOG.md b/packages/webdriverio/CHANGELOG.md index 4891b06..f1ec787 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.15](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/webdriverio@0.3.14...@argos-ci/webdriverio@0.3.15) (2024-10-21) + +**Note:** Version bump only for package @argos-ci/webdriverio + + + + + ## [0.3.14](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/webdriverio@0.3.13...@argos-ci/webdriverio@0.3.14) (2024-10-11) **Note:** Version bump only for package @argos-ci/webdriverio diff --git a/packages/webdriverio/package.json b/packages/webdriverio/package.json index 6af917f..0682ee5 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.14", + "version": "0.3.15", "author": "Smooth Code", "license": "MIT", "repository": {