Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @argos-ci/browser@1.1.0
 - @argos-ci/cypress@1.1.0
 - @argos-ci/playwright@1.3.0
 - @argos-ci/puppeteer@1.1.0
  • Loading branch information
gregberge committed Nov 17, 2023
1 parent 102bb11 commit 0cdfcea
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
16 changes: 16 additions & 0 deletions packages/cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/cypress/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions packages/playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions packages/puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 0cdfcea

Please sign in to comment.