From 1dd8b4240b76b0756d8784e3320b7f57d915aeaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Tue, 3 Dec 2024 16:50:16 +0100 Subject: [PATCH] Publish - @argos-ci/api-client@0.7.1 - @argos-ci/browser@2.2.1 - @argos-ci/cli@2.5.2 - @argos-ci/core@2.11.1 - @argos-ci/cypress@2.3.2 - @argos-ci/gitlab@0.2.1 - @argos-ci/playwright@3.9.3 - @argos-ci/puppeteer@2.3.2 - @argos-ci/storybook@0.2.3 - @argos-ci/util@2.2.1 - @argos-ci/webdriverio@0.5.2 --- packages/api-client/CHANGELOG.md | 11 +++++++++++ packages/api-client/package.json | 2 +- packages/browser/CHANGELOG.md | 8 ++++++++ packages/browser/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/storybook/CHANGELOG.md | 8 ++++++++ packages/storybook/package.json | 2 +- packages/util/CHANGELOG.md | 8 ++++++++ packages/util/package.json | 2 +- packages/webdriverio/CHANGELOG.md | 8 ++++++++ packages/webdriverio/package.json | 2 +- 22 files changed, 102 insertions(+), 11 deletions(-) diff --git a/packages/api-client/CHANGELOG.md b/packages/api-client/CHANGELOG.md index d9446cb..1eea246 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.7.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/api-client@0.7.0...@argos-ci/api-client@0.7.1) (2024-12-03) + + +### Bug Fixes + +* fix open-api-fetch version ([cc97b63](https://github.com/argos-ci/argos-javascript/commit/cc97b63502509c3508948c35babcedd61f12f3ab)) + + + + + # [0.7.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/api-client@0.6.2...@argos-ci/api-client@0.7.0) (2024-10-27) diff --git a/packages/api-client/package.json b/packages/api-client/package.json index 24773eb..b60a904 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 library.", - "version": "0.7.0", + "version": "0.7.1", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/browser/CHANGELOG.md b/packages/browser/CHANGELOG.md index 65547dc..e3908d7 100644 --- a/packages/browser/CHANGELOG.md +++ b/packages/browser/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/browser@2.2.0...@argos-ci/browser@2.2.1) (2024-12-03) + +**Note:** Version bump only for package @argos-ci/browser + + + + + # [2.2.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/browser@2.1.6...@argos-ci/browser@2.2.0) (2024-10-27) diff --git a/packages/browser/package.json b/packages/browser/package.json index a2c1825..6041eb3 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 with Argos.", - "version": "2.2.0", + "version": "2.2.1", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 4b55328..5aa839e 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.5.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cli@2.5.1...@argos-ci/cli@2.5.2) (2024-12-03) + +**Note:** Version bump only for package @argos-ci/cli + + + + + ## [2.5.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cli@2.5.0...@argos-ci/cli@2.5.1) (2024-11-20) **Note:** Version bump only for package @argos-ci/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 70c5099..2fda6ac 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@argos-ci/cli", "description": "Command-line (CLI) for visual testing with Argos.", - "version": "2.5.1", + "version": "2.5.2", "bin": { "argos": "./bin/argos-cli.js" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a585fde..2b4a95b 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.11.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/core@2.11.0...@argos-ci/core@2.11.1) (2024-12-03) + +**Note:** Version bump only for package @argos-ci/core + + + + + # [2.11.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/core@2.10.0...@argos-ci/core@2.11.0) (2024-11-20) diff --git a/packages/core/package.json b/packages/core/package.json index 0c06cb1..71a6765 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@argos-ci/core", "description": "Node.js SDK for visual testing with Argos.", - "version": "2.11.0", + "version": "2.11.1", "type": "module", "main": "./dist/index.cjs", "exports": { diff --git a/packages/cypress/CHANGELOG.md b/packages/cypress/CHANGELOG.md index 3a4b19a..e3bafd6 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.3.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@2.3.1...@argos-ci/cypress@2.3.2) (2024-12-03) + +**Note:** Version bump only for package @argos-ci/cypress + + + + + ## [2.3.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@2.3.0...@argos-ci/cypress@2.3.1) (2024-11-20) **Note:** Version bump only for package @argos-ci/cypress diff --git a/packages/cypress/package.json b/packages/cypress/package.json index 0bf2f43..9ef6f57 100644 --- a/packages/cypress/package.json +++ b/packages/cypress/package.json @@ -1,7 +1,7 @@ { "name": "@argos-ci/cypress", "description": "Cypress SDK for visual testing with Argos.", - "version": "2.3.1", + "version": "2.3.2", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/gitlab/CHANGELOG.md b/packages/gitlab/CHANGELOG.md index d164781..4c9b6ca 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.2.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/gitlab@0.2.0...@argos-ci/gitlab@0.2.1) (2024-12-03) + +**Note:** Version bump only for package @argos-ci/gitlab + + + + + # [0.2.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/gitlab@0.1.10...@argos-ci/gitlab@0.2.0) (2024-10-27) diff --git a/packages/gitlab/package.json b/packages/gitlab/package.json index f8812af..be91066 100644 --- a/packages/gitlab/package.json +++ b/packages/gitlab/package.json @@ -1,7 +1,7 @@ { "name": "@argos-ci/gitlab", "description": "GitLab utilities for visual testing with Argos.", - "version": "0.2.0", + "version": "0.2.1", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/playwright/CHANGELOG.md b/packages/playwright/CHANGELOG.md index 49b4d4a..5eef92c 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.9.3](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@3.9.2...@argos-ci/playwright@3.9.3) (2024-12-03) + +**Note:** Version bump only for package @argos-ci/playwright + + + + + ## [3.9.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@3.9.1...@argos-ci/playwright@3.9.2) (2024-11-20) **Note:** Version bump only for package @argos-ci/playwright diff --git a/packages/playwright/package.json b/packages/playwright/package.json index 9c66eed..dd7276f 100644 --- a/packages/playwright/package.json +++ b/packages/playwright/package.json @@ -1,7 +1,7 @@ { "name": "@argos-ci/playwright", "description": "Playwright SDK for visual testing with Argos.", - "version": "3.9.2", + "version": "3.9.3", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/puppeteer/CHANGELOG.md b/packages/puppeteer/CHANGELOG.md index 35fc4b0..c385bae 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.3.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@2.3.1...@argos-ci/puppeteer@2.3.2) (2024-12-03) + +**Note:** Version bump only for package @argos-ci/puppeteer + + + + + ## [2.3.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@2.3.0...@argos-ci/puppeteer@2.3.1) (2024-11-20) **Note:** Version bump only for package @argos-ci/puppeteer diff --git a/packages/puppeteer/package.json b/packages/puppeteer/package.json index e713d19..8673410 100644 --- a/packages/puppeteer/package.json +++ b/packages/puppeteer/package.json @@ -1,7 +1,7 @@ { "name": "@argos-ci/puppeteer", "description": "Puppeteer SDK for visual testing with Argos.", - "version": "2.3.1", + "version": "2.3.2", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/storybook/CHANGELOG.md b/packages/storybook/CHANGELOG.md index 611f02d..a5e9f9c 100644 --- a/packages/storybook/CHANGELOG.md +++ b/packages/storybook/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.2.3](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/storybook@0.2.2...@argos-ci/storybook@0.2.3) (2024-12-03) + +**Note:** Version bump only for package @argos-ci/storybook + + + + + ## [0.2.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/storybook@0.2.1...@argos-ci/storybook@0.2.2) (2024-11-20) **Note:** Version bump only for package @argos-ci/storybook diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 558c685..2770a50 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,7 +1,7 @@ { "name": "@argos-ci/storybook", "description": "Visual testing for Storybook test runner.", - "version": "0.2.2", + "version": "0.2.3", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index 8920b03..e4d72d9 100644 --- a/packages/util/CHANGELOG.md +++ b/packages/util/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/util@2.2.0...@argos-ci/util@2.2.1) (2024-12-03) + +**Note:** Version bump only for package @argos-ci/util + + + + + # [2.2.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/util@2.1.2...@argos-ci/util@2.2.0) (2024-10-27) diff --git a/packages/util/package.json b/packages/util/package.json index 7a00fdd..17943f2 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,7 +1,7 @@ { "name": "@argos-ci/util", "description": "Set of utilities used across all Argos SDKs.", - "version": "2.2.0", + "version": "2.2.1", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/webdriverio/CHANGELOG.md b/packages/webdriverio/CHANGELOG.md index dbf1e83..f305349 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.5.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/webdriverio@0.5.1...@argos-ci/webdriverio@0.5.2) (2024-12-03) + +**Note:** Version bump only for package @argos-ci/webdriverio + + + + + ## [0.5.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/webdriverio@0.5.0...@argos-ci/webdriverio@0.5.1) (2024-11-20) **Note:** Version bump only for package @argos-ci/webdriverio diff --git a/packages/webdriverio/package.json b/packages/webdriverio/package.json index 5cc90b5..fb12cf5 100644 --- a/packages/webdriverio/package.json +++ b/packages/webdriverio/package.json @@ -1,7 +1,7 @@ { "name": "@argos-ci/webdriverio", "description": "WebdriverIO SDK for visual testing with Argos.", - "version": "0.5.1", + "version": "0.5.2", "author": "Smooth Code", "license": "MIT", "repository": {