diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 5aa839e..3b2d8d5 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.3](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cli@2.5.2...@argos-ci/cli@2.5.3) (2024-12-03) + +**Note:** Version bump only for package @argos-ci/cli + + + + + ## [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 diff --git a/packages/cli/package.json b/packages/cli/package.json index 2fda6ac..7844ade 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.2", + "version": "2.5.3", "bin": { "argos": "./bin/argos-cli.js" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2b4a95b..e15c6aa 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.12.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/core@2.11.1...@argos-ci/core@2.12.0) (2024-12-03) + + +### Features + +* **github-actions:** improve algorithm to find pull request ([ef188fb](https://github.com/argos-ci/argos-javascript/commit/ef188fbb4ed83bc080a54fda5aa945a4ddfb757b)) + + + + + ## [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 diff --git a/packages/core/package.json b/packages/core/package.json index 24aeb51..550526f 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.1", + "version": "2.12.0", "type": "module", "main": "./dist/index.cjs", "exports": { @@ -50,11 +50,11 @@ "tmp": "^0.2.3" }, "devDependencies": { + "@octokit/webhooks": "^13.4.1", "@types/convict": "^6.1.6", "@types/debug": "^4.1.12", "@types/tmp": "^0.2.6", - "msw": "^2.5.1", - "@octokit/webhooks": "^13.4.1" + "msw": "^2.5.1" }, "scripts": { "build": "tsup && cp ./src/index.cjs ./dist", diff --git a/packages/cypress/CHANGELOG.md b/packages/cypress/CHANGELOG.md index e3bafd6..437e9ae 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.3](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@2.3.2...@argos-ci/cypress@2.3.3) (2024-12-03) + +**Note:** Version bump only for package @argos-ci/cypress + + + + + ## [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 diff --git a/packages/cypress/package.json b/packages/cypress/package.json index 9ef6f57..6506cab 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.2", + "version": "2.3.3", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/playwright/CHANGELOG.md b/packages/playwright/CHANGELOG.md index 5eef92c..1d49028 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.4](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@3.9.3...@argos-ci/playwright@3.9.4) (2024-12-03) + +**Note:** Version bump only for package @argos-ci/playwright + + + + + ## [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 diff --git a/packages/playwright/package.json b/packages/playwright/package.json index dd7276f..3de3dc8 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.3", + "version": "3.9.4", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/puppeteer/CHANGELOG.md b/packages/puppeteer/CHANGELOG.md index c385bae..44ceb4c 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.3](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@2.3.2...@argos-ci/puppeteer@2.3.3) (2024-12-03) + +**Note:** Version bump only for package @argos-ci/puppeteer + + + + + ## [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 diff --git a/packages/puppeteer/package.json b/packages/puppeteer/package.json index 8673410..ffcf2e9 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.2", + "version": "2.3.3", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/storybook/CHANGELOG.md b/packages/storybook/CHANGELOG.md index a5e9f9c..0dbba20 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.4](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/storybook@0.2.3...@argos-ci/storybook@0.2.4) (2024-12-03) + +**Note:** Version bump only for package @argos-ci/storybook + + + + + ## [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 diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 2770a50..0be5ff9 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.3", + "version": "0.2.4", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/webdriverio/CHANGELOG.md b/packages/webdriverio/CHANGELOG.md index f305349..f6e956f 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.3](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/webdriverio@0.5.2...@argos-ci/webdriverio@0.5.3) (2024-12-03) + +**Note:** Version bump only for package @argos-ci/webdriverio + + + + + ## [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 diff --git a/packages/webdriverio/package.json b/packages/webdriverio/package.json index fb12cf5..5afb751 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.2", + "version": "0.5.3", "author": "Smooth Code", "license": "MIT", "repository": {