diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index b37f114..7122d04 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. +## [1.0.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cli@1.0.0...@argos-ci/cli@1.0.1) (2023-11-03) + +**Note:** Version bump only for package @argos-ci/cli + + + + + # [0.6.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cli@0.5.1...@argos-ci/cli@0.6.0) (2023-09-18) diff --git a/packages/cli/package.json b/packages/cli/package.json index c833005..6c13a15 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": "1.0.0", + "version": "1.0.1", "bin": { "argos": "./bin/argos-cli.js" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7d3e665..7bd470d 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. +# [1.1.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/core@1.0.0...@argos-ci/core@1.1.0) (2023-11-03) + + +### Features + +* **playwright:** sharding support ([a495905](https://github.com/argos-ci/argos-javascript/commit/a49590517e9668ae007dca486302f79bca37ed28)) + + + + + # [0.12.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/core@0.11.1...@argos-ci/core@0.12.0) (2023-09-18) diff --git a/packages/core/package.json b/packages/core/package.json index ffe6d52..c5799bb 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": "1.0.0", + "version": "1.1.0", "type": "module", "main": "./dist/index.cjs", "types": "./dist/index.d.ts", diff --git a/packages/cypress/CHANGELOG.md b/packages/cypress/CHANGELOG.md index e07f23b..2673b91 100644 --- a/packages/cypress/CHANGELOG.md +++ b/packages/cypress/CHANGELOG.md @@ -1,3 +1,20 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@1.0.0...@argos-ci/cypress@1.0.1) (2023-11-03) + + +### Bug Fixes + +* address Cypress `require.resolve` issue ([7aae22b](https://github.com/argos-ci/argos-javascript/commit/7aae22bec58db5d61628e359e59f8fc6eea6ec26)) +* **cypress:** compatibility with esm bundlers ([fbf3d91](https://github.com/argos-ci/argos-javascript/commit/fbf3d91fc988de69d89513b088ef5d9aabf83fae)) + + + + + # Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. @@ -60,4 +77,4 @@ All notable changes to this project will be documented in this file. See [standa ### 0.0.1 (2022-08-30) -Initial version \ No newline at end of file +Initial version diff --git a/packages/cypress/package.json b/packages/cypress/package.json index a151ab0..32a1798 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": "1.0.0", + "version": "1.0.1", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/playwright/CHANGELOG.md b/packages/playwright/CHANGELOG.md index 02a9b67..50dde06 100644 --- a/packages/playwright/CHANGELOG.md +++ b/packages/playwright/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. +# [1.1.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@1.0.1...@argos-ci/playwright@1.1.0) (2023-11-03) + + +### Features + +* **playwright:** sharding support ([a495905](https://github.com/argos-ci/argos-javascript/commit/a49590517e9668ae007dca486302f79bca37ed28)) + + + + + ## [1.0.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@1.0.0...@argos-ci/playwright@1.0.1) (2023-10-24) diff --git a/packages/playwright/package.json b/packages/playwright/package.json index d8d0fef..cebafaa 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": "1.0.1", + "version": "1.1.0", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/puppeteer/CHANGELOG.md b/packages/puppeteer/CHANGELOG.md index d56e106..4835a5f 100644 --- a/packages/puppeteer/CHANGELOG.md +++ b/packages/puppeteer/CHANGELOG.md @@ -1,3 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@1.0.0...@argos-ci/puppeteer@1.0.1) (2023-11-03) + +**Note:** Version bump only for package @argos-ci/puppeteer + + + + + # Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. @@ -29,4 +42,4 @@ All notable changes to this project will be documented in this file. See [standa ### 0.0.1 (2022-09-02) -Initial version \ No newline at end of file +Initial version diff --git a/packages/puppeteer/package.json b/packages/puppeteer/package.json index 99ba184..be51805 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": "1.0.0", + "version": "1.0.1", "author": "Smooth Code", "license": "MIT", "repository": {