Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @argos-ci/browser@1.1.1
 - @argos-ci/cypress@1.1.2
 - @argos-ci/playwright@1.3.2
 - @argos-ci/puppeteer@1.1.2
  • Loading branch information
gregberge committed Nov 27, 2023
1 parent 668aeb4 commit 27c07b6
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/browser/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.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/browser@1.1.0...@argos-ci/browser@1.1.1) (2023-11-27)


### Bug Fixes

* **types:** fix types in browser package ([#91](https://github.com/argos-ci/argos-javascript/issues/91)) ([668aeb4](https://github.com/argos-ci/argos-javascript/commit/668aeb48abfe8204086902779ae1282c91d81d30))





# [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)


Expand Down
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.1.0",
"version": "1.1.1",
"author": "Smooth Code",
"license": "MIT",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@1.1.1...@argos-ci/cypress@1.1.2) (2023-11-27)

**Note:** Version bump only for package @argos-ci/cypress





## [1.1.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@1.1.0...@argos-ci/cypress@1.1.1) (2023-11-24)

**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.1.1",
"version": "1.1.2",
"author": "Smooth Code",
"license": "MIT",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@1.3.1...@argos-ci/playwright@1.3.2) (2023-11-27)

**Note:** Version bump only for package @argos-ci/playwright





## [1.3.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@1.3.0...@argos-ci/playwright@1.3.1) (2023-11-24)

**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.3.1",
"version": "1.3.2",
"author": "Smooth Code",
"license": "MIT",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@1.1.1...@argos-ci/puppeteer@1.1.2) (2023-11-27)

**Note:** Version bump only for package @argos-ci/puppeteer





## [1.1.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@1.1.0...@argos-ci/puppeteer@1.1.1) (2023-11-24)

**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.1.1",
"version": "1.1.2",
"author": "Smooth Code",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 27c07b6

Please sign in to comment.