Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @argos-ci/cli@2.3.1
 - @argos-ci/core@2.4.1
 - @argos-ci/cypress@2.1.1
 - @argos-ci/playwright@3.4.1
 - @argos-ci/puppeteer@2.2.1
 - @argos-ci/webdriverio@0.3.6
  • Loading branch information
gregberge committed Jul 31, 2024
1 parent 862ecb7 commit 8fbd0bb
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 6 deletions.
8 changes: 8 additions & 0 deletions packages/cli/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.

## [2.3.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cli@2.3.0...@argos-ci/cli@2.3.1) (2024-07-31)

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





# [2.3.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cli@2.2.0...@argos-ci/cli@2.3.0) (2024-07-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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": "2.3.0",
"version": "2.3.1",
"bin": {
"argos": "./bin/argos-cli.js"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.

## [2.4.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/core@2.4.0...@argos-ci/core@2.4.1) (2024-07-31)

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





# [2.4.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/core@2.3.0...@argos-ci/core@2.4.0) (2024-07-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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": "2.4.0",
"version": "2.4.1",
"type": "module",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
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.

## [2.1.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@2.1.0...@argos-ci/cypress@2.1.1) (2024-07-31)

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





# [2.1.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@2.0.5...@argos-ci/cypress@2.1.0) (2024-07-08)


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": "2.1.0",
"version": "2.1.1",
"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.

## [3.4.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@3.4.0...@argos-ci/playwright@3.4.1) (2024-07-31)


### Bug Fixes

* **playwright:** fix types to accept a locator ([d434f05](https://github.com/argos-ci/argos-javascript/commit/d434f05414fec00e1cc35ca8d008ad5643a431d0))





# [3.4.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@3.3.0...@argos-ci/playwright@3.4.0) (2024-07-08)


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": "3.4.0",
"version": "3.4.1",
"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.

## [2.2.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@2.2.0...@argos-ci/puppeteer@2.2.1) (2024-07-31)

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





# [2.2.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@2.1.4...@argos-ci/puppeteer@2.2.0) (2024-07-08)


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": "2.2.0",
"version": "2.2.1",
"author": "Smooth Code",
"license": "MIT",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/webdriverio/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.

## [0.3.6](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/webdriverio@0.3.5...@argos-ci/webdriverio@0.3.6) (2024-07-31)

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





## [0.3.5](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/webdriverio@0.3.4...@argos-ci/webdriverio@0.3.5) (2024-07-08)

**Note:** Version bump only for package @argos-ci/webdriverio
Expand Down
2 changes: 1 addition & 1 deletion packages/webdriverio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@argos-ci/webdriverio",
"description": "Visual testing solution to avoid visual regression. Webdriver SDK and utilities for Argos visual testing.",
"version": "0.3.5",
"version": "0.3.6",
"author": "Smooth Code",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 8fbd0bb

Please sign in to comment.