Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @argos-ci/cli@2.3.3
 - @argos-ci/core@2.5.1
 - @argos-ci/cypress@2.1.3
 - @argos-ci/playwright@3.5.1
 - @argos-ci/puppeteer@2.2.3
 - @argos-ci/webdriverio@0.3.8
  • Loading branch information
gregberge committed Aug 29, 2024
1 parent f54e3c2 commit 36dc00b
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.3 (2024-08-29)

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





## [2.3.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cli@2.3.1...@argos-ci/cli@2.3.2) (2024-08-24)

**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.3.2",
"version": "2.3.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.5.1 (2024-08-29)


### Bug Fixes

* fix branch fetching on CircleCI ([2ae4b37](https://github.com/argos-ci/argos-javascript/commit/2ae4b3722b6699a19b10b375f770d5198170812c))





# [2.5.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/core@2.4.1...@argos-ci/core@2.5.0) (2024-08-24)


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.5.0",
"version": "2.5.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.3 (2024-08-29)

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





## [2.1.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@2.1.1...@argos-ci/cypress@2.1.2) (2024-08-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": "2.1.2",
"version": "2.1.3",
"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.5.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@3.5.0...@argos-ci/playwright@3.5.1) (2024-08-29)

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





# [3.5.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@3.4.2...@argos-ci/playwright@3.5.0) (2024-08-24)


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.5.0",
"version": "3.5.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.3 (2024-08-29)

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





## [2.2.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@2.2.1...@argos-ci/puppeteer@2.2.2) (2024-08-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": "2.2.2",
"version": "2.2.3",
"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.8 (2024-08-29)

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





## [0.3.7](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/webdriverio@0.3.6...@argos-ci/webdriverio@0.3.7) (2024-08-24)

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

0 comments on commit 36dc00b

Please sign in to comment.