Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @argos-ci/api-client@0.4.0
 - @argos-ci/cli@2.4.1
 - @argos-ci/core@2.7.0
 - @argos-ci/cypress@2.1.5
 - @argos-ci/gitlab@0.1.5
 - @argos-ci/playwright@3.5.3
 - @argos-ci/puppeteer@2.2.5
 - @argos-ci/webdriverio@0.3.10
  • Loading branch information
gregberge committed Sep 1, 2024
1 parent fdf5ec4 commit d5b9650
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.4.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/api-client@0.3.0...@argos-ci/api-client@0.4.0) (2024-09-01)


### Features

* improve error handling ([baed0ef](https://github.com/argos-ci/argos-javascript/commit/baed0ef5a04386444ebcc5e3d734d6c7d3dc92db))





# 0.3.0 (2024-08-31)


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.3.0",
"version": "0.4.0",
"author": "Smooth Code",
"license": "MIT",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/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.4.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cli@2.4.0...@argos-ci/cli@2.4.1) (2024-09-01)


### Bug Fixes

* support no finalized build ([d59c831](https://github.com/argos-ci/argos-javascript/commit/d59c831eae2fbb31914ca9354671f2d89f28b4fe))





# [2.4.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cli@2.3.3...@argos-ci/cli@2.4.0) (2024-08-31)


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.0",
"version": "2.4.1",
"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.7.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/core@2.6.0...@argos-ci/core@2.7.0) (2024-09-01)


### Features

* improve error handling ([baed0ef](https://github.com/argos-ci/argos-javascript/commit/baed0ef5a04386444ebcc5e3d734d6c7d3dc92db))





# [2.6.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/core@2.5.1...@argos-ci/core@2.6.0) (2024-08-31)


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.6.0",
"version": "2.7.0",
"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.5](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@2.1.4...@argos-ci/cypress@2.1.5) (2024-09-01)

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





## [2.1.4](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@2.1.3...@argos-ci/cypress@2.1.4) (2024-08-31)

**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.4",
"version": "2.1.5",
"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.5](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/gitlab@0.1.4...@argos-ci/gitlab@0.1.5) (2024-09-01)

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





## 0.1.4 (2024-08-31)

**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.4",
"version": "0.1.5",
"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.3](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@3.5.2...@argos-ci/playwright@3.5.3) (2024-09-01)

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





## [3.5.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@3.5.1...@argos-ci/playwright@3.5.2) (2024-08-31)

**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": "3.5.2",
"version": "3.5.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.5](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@2.2.4...@argos-ci/puppeteer@2.2.5) (2024-09-01)

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





## [2.2.4](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@2.2.3...@argos-ci/puppeteer@2.2.4) (2024-08-31)

**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.4",
"version": "2.2.5",
"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.10](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/webdriverio@0.3.9...@argos-ci/webdriverio@0.3.10) (2024-09-01)

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





## [0.3.9](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/webdriverio@0.3.8...@argos-ci/webdriverio@0.3.9) (2024-08-31)

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

0 comments on commit d5b9650

Please sign in to comment.