diff --git a/packages/browser/CHANGELOG.md b/packages/browser/CHANGELOG.md new file mode 100644 index 0000000..b63fd70 --- /dev/null +++ b/packages/browser/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +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/browser@1.0.0...@argos-ci/browser@1.1.0) (2023-11-17) + + +### Features + +* stabilize sticky & fixed elements in full page ([5f01dd9](https://github.com/argos-ci/argos-javascript/commit/5f01dd962a3a7a010eb2df8340d37e9d720c250b)) diff --git a/packages/browser/package.json b/packages/browser/package.json index 307ef35..4cce05a 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.", - "version": "1.0.0", + "version": "1.1.0", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/cypress/CHANGELOG.md b/packages/cypress/CHANGELOG.md index 29993cc..4273ea5 100644 --- a/packages/cypress/CHANGELOG.md +++ b/packages/cypress/CHANGELOG.md @@ -3,6 +3,22 @@ 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/cypress@1.0.3...@argos-ci/cypress@1.1.0) (2023-11-17) + + +### Bug Fixes + +* **cypress:** fix typescript ([0a6f598](https://github.com/argos-ci/argos-javascript/commit/0a6f598ac3cc37a7693f5841547de44757d34cee)) + + +### Features + +* stabilize sticky & fixed elements in full page ([5f01dd9](https://github.com/argos-ci/argos-javascript/commit/5f01dd962a3a7a010eb2df8340d37e9d720c250b)) + + + + + ## [1.0.3](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@1.0.2...@argos-ci/cypress@1.0.3) (2023-11-09) **Note:** Version bump only for package @argos-ci/cypress diff --git a/packages/cypress/package.json b/packages/cypress/package.json index 25987ee..88e88bc 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.3", + "version": "1.1.0", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/playwright/CHANGELOG.md b/packages/playwright/CHANGELOG.md index 4253be4..a880edd 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.3.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@1.2.2...@argos-ci/playwright@1.3.0) (2023-11-17) + + +### Features + +* stabilize sticky & fixed elements in full page ([5f01dd9](https://github.com/argos-ci/argos-javascript/commit/5f01dd962a3a7a010eb2df8340d37e9d720c250b)) + + + + + ## [1.2.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@1.2.1...@argos-ci/playwright@1.2.2) (2023-11-09) **Note:** Version bump only for package @argos-ci/playwright diff --git a/packages/playwright/package.json b/packages/playwright/package.json index 6df6c22..5c63bd1 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.2.2", + "version": "1.3.0", "author": "Smooth Code", "license": "MIT", "repository": { diff --git a/packages/puppeteer/CHANGELOG.md b/packages/puppeteer/CHANGELOG.md index f9dae20..8e49008 100644 --- a/packages/puppeteer/CHANGELOG.md +++ b/packages/puppeteer/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/puppeteer@1.0.3...@argos-ci/puppeteer@1.1.0) (2023-11-17) + + +### Features + +* stabilize sticky & fixed elements in full page ([5f01dd9](https://github.com/argos-ci/argos-javascript/commit/5f01dd962a3a7a010eb2df8340d37e9d720c250b)) + + + + + ## [1.0.3](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@1.0.2...@argos-ci/puppeteer@1.0.3) (2023-11-09) **Note:** Version bump only for package @argos-ci/puppeteer diff --git a/packages/puppeteer/package.json b/packages/puppeteer/package.json index 745c343..cf5c20e 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.3", + "version": "1.1.0", "author": "Smooth Code", "license": "MIT", "repository": {