Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @argos-ci/api-client@0.5.1
 - @argos-ci/cli@2.4.4
 - @argos-ci/core@2.8.2
 - @argos-ci/cypress@2.2.3
 - @argos-ci/gitlab@0.1.7
 - @argos-ci/playwright@3.6.3
 - @argos-ci/puppeteer@2.2.9
 - @argos-ci/webdriverio@0.3.13
  • Loading branch information
gregberge committed Oct 8, 2024
1 parent 44def81 commit 0e6df53
Show file tree
Hide file tree
Showing 16 changed files with 81 additions and 8 deletions.
11 changes: 11 additions & 0 deletions packages/api-client/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.

## [0.5.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/api-client@0.5.0...@argos-ci/api-client@0.5.1) (2024-10-08)


### Bug Fixes

* display error messages from API ([#152](https://github.com/argos-ci/argos-javascript/issues/152)) ([44def81](https://github.com/argos-ci/argos-javascript/commit/44def8170d62553695724448fb0a2748c0b77b6d))





# [0.5.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/api-client@0.4.0...@argos-ci/api-client@0.5.0) (2024-09-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@argos-ci/api-client",
"description": "Argos API client.",
"version": "0.5.0",
"version": "0.5.1",
"author": "Smooth Code",
"license": "MIT",
"repository": {
Expand Down
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.4](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cli@2.4.3...@argos-ci/cli@2.4.4) (2024-10-08)

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





## [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
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.3",
"version": "2.4.4",
"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.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/core@2.8.1...@argos-ci/core@2.8.2) (2024-10-08)


### Bug Fixes

* display error messages from API ([#152](https://github.com/argos-ci/argos-javascript/issues/152)) ([44def81](https://github.com/argos-ci/argos-javascript/commit/44def8170d62553695724448fb0a2748c0b77b6d))





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


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.1",
"version": "2.8.2",
"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.3](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@2.2.2...@argos-ci/cypress@2.2.3) (2024-10-08)

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





## [2.2.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@2.2.1...@argos-ci/cypress@2.2.2) (2024-09-25)

**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.2.2",
"version": "2.2.3",
"author": "Smooth Code",
"license": "MIT",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/gitlab/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.1.7](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/gitlab@0.1.6...@argos-ci/gitlab@0.1.7) (2024-10-08)

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





## [0.1.6](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/gitlab@0.1.5...@argos-ci/gitlab@0.1.6) (2024-09-02)

**Note:** Version bump only for package @argos-ci/gitlab
Expand Down
2 changes: 1 addition & 1 deletion packages/gitlab/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@argos-ci/gitlab",
"description": "GitLab utilities for Argos.",
"version": "0.1.6",
"version": "0.1.7",
"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.3](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@3.6.2...@argos-ci/playwright@3.6.3) (2024-10-08)

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





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


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.2",
"version": "3.6.3",
"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.9](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@2.2.8...@argos-ci/puppeteer@2.2.9) (2024-10-08)

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





## [2.2.8](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@2.2.7...@argos-ci/puppeteer@2.2.8) (2024-09-25)


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

## [0.3.13](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/webdriverio@0.3.12...@argos-ci/webdriverio@0.3.13) (2024-10-08)


### Bug Fixes

* display error messages from API ([#152](https://github.com/argos-ci/argos-javascript/issues/152)) ([44def81](https://github.com/argos-ci/argos-javascript/commit/44def8170d62553695724448fb0a2748c0b77b6d))





## [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
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.12",
"version": "0.3.13",
"author": "Smooth Code",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 0e6df53

Please sign in to comment.