From 36dc00b48375b72a82aad17bc1465b8933e8e6a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Thu, 29 Aug 2024 14:27:08 +0200 Subject: [PATCH] Publish - @argos-ci/cli@2.3.3 - @argos-ci/core@2.5.1 - @argos-ci/cypress@2.1.3 - @argos-ci/playwright@3.5.1 - @argos-ci/puppeteer@2.2.3 - @argos-ci/webdriverio@0.3.8 --- 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 f29a5fa..cab3db0 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.3.3 (2024-08-29) + +**Note:** Version bump only for package @argos-ci/cli + + + + + ## [2.3.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cli@2.3.1...@argos-ci/cli@2.3.2) (2024-08-24) **Note:** Version bump only for package @argos-ci/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index cb0dfee..4ca45f1 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.3.2", + "version": "2.3.3", "bin": { "argos": "./bin/argos-cli.js" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 6c644a8..927b9dd 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.5.1 (2024-08-29) + + +### Bug Fixes + +* fix branch fetching on CircleCI ([2ae4b37](https://github.com/argos-ci/argos-javascript/commit/2ae4b3722b6699a19b10b375f770d5198170812c)) + + + + + # [2.5.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/core@2.4.1...@argos-ci/core@2.5.0) (2024-08-24) diff --git a/packages/core/package.json b/packages/core/package.json index d8528f1..e1b6063 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.5.0", + "version": "2.5.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 8b85899..93d4e6c 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.1.3 (2024-08-29) + +**Note:** Version bump only for package @argos-ci/cypress + + + + + ## [2.1.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@2.1.1...@argos-ci/cypress@2.1.2) (2024-08-24) **Note:** Version bump only for package @argos-ci/cypress diff --git a/packages/cypress/package.json b/packages/cypress/package.json index 7048f0e..8f67258 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.1.2", + "version": "2.1.3", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/playwright/CHANGELOG.md b/packages/playwright/CHANGELOG.md index f04309f..cb34795 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.5.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@3.5.0...@argos-ci/playwright@3.5.1) (2024-08-29) + +**Note:** Version bump only for package @argos-ci/playwright + + + + + # [3.5.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@3.4.2...@argos-ci/playwright@3.5.0) (2024-08-24) diff --git a/packages/playwright/package.json b/packages/playwright/package.json index 1a65f10..bf87f4f 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.5.0", + "version": "3.5.1", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/puppeteer/CHANGELOG.md b/packages/puppeteer/CHANGELOG.md index 90cd046..5636156 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.3 (2024-08-29) + +**Note:** Version bump only for package @argos-ci/puppeteer + + + + + ## [2.2.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@2.2.1...@argos-ci/puppeteer@2.2.2) (2024-08-24) **Note:** Version bump only for package @argos-ci/puppeteer diff --git a/packages/puppeteer/package.json b/packages/puppeteer/package.json index 381e3b1..23c1763 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.2", + "version": "2.2.3", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/webdriverio/CHANGELOG.md b/packages/webdriverio/CHANGELOG.md index aaef71a..a0c9b92 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.8 (2024-08-29) + +**Note:** Version bump only for package @argos-ci/webdriverio + + + + + ## [0.3.7](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/webdriverio@0.3.6...@argos-ci/webdriverio@0.3.7) (2024-08-24) **Note:** Version bump only for package @argos-ci/webdriverio diff --git a/packages/webdriverio/package.json b/packages/webdriverio/package.json index bd779e0..dfb94c2 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.7", + "version": "0.3.8", "author": "Smooth Code", "license": "MIT", "repository": {