Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @argos-ci/cli@2.4.3
 - @argos-ci/core@2.8.1
 - @argos-ci/cypress@2.2.1
 - @argos-ci/playwright@3.6.1
 - @argos-ci/puppeteer@2.2.7
 - @argos-ci/webdriverio@0.3.12
  • Loading branch information
gregberge committed Sep 8, 2024
1 parent e3fcd96 commit e711cad
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.4.3](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cli@2.4.2...@argos-ci/cli@2.4.3) (2024-09-08)

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





## [2.4.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cli@2.4.1...@argos-ci/cli@2.4.2) (2024-09-02)

**Note:** Version bump only for package @argos-ci/cli
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.4.2",
"version": "2.4.3",
"bin": {
"argos": "./bin/argos-cli.js"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.

## [2.8.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/core@2.8.0...@argos-ci/core@2.8.1) (2024-09-08)


### Bug Fixes

* fix common js finalize & readConfig ([10f67bc](https://github.com/argos-ci/argos-javascript/commit/10f67bc78d03b4537053c5210992d487e6ed2f1e))





# [2.8.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/core@2.7.0...@argos-ci/core@2.8.0) (2024-09-02)


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.8.0",
"version": "2.8.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.2.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@2.2.0...@argos-ci/cypress@2.2.1) (2024-09-08)

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





# [2.2.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@2.1.5...@argos-ci/cypress@2.2.0) (2024-09-02)


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.2.0",
"version": "2.2.1",
"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.

## [3.6.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@3.6.0...@argos-ci/playwright@3.6.1) (2024-09-08)

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





# [3.6.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@3.5.3...@argos-ci/playwright@3.6.0) (2024-09-02)


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.6.0",
"version": "3.6.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.7](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@2.2.6...@argos-ci/puppeteer@2.2.7) (2024-09-08)

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





## [2.2.6](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@2.2.5...@argos-ci/puppeteer@2.2.6) (2024-09-02)

**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": "2.2.6",
"version": "2.2.7",
"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.12](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/webdriverio@0.3.11...@argos-ci/webdriverio@0.3.12) (2024-09-08)

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





## [0.3.11](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/webdriverio@0.3.10...@argos-ci/webdriverio@0.3.11) (2024-09-02)

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

0 comments on commit e711cad

Please sign in to comment.