Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @argos-ci/api-client@0.5.0
 - @argos-ci/cli@2.4.2
 - @argos-ci/core@2.8.0
 - @argos-ci/cypress@2.2.0
 - @argos-ci/gitlab@0.1.6
 - @argos-ci/playwright@3.6.0
 - @argos-ci/puppeteer@2.2.6
 - @argos-ci/webdriverio@0.3.11
  • Loading branch information
gregberge committed Sep 2, 2024
1 parent dd61776 commit 682860b
Show file tree
Hide file tree
Showing 16 changed files with 84 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.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)


### Features

* collect test report infos in cypress and playwright ([bc275a2](https://github.com/argos-ci/argos-javascript/commit/bc275a2ad1230bfd9a1aba9d85f86b780333f4a9))





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


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.4.0",
"version": "0.5.0",
"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.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





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


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.1",
"version": "2.4.2",
"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.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/core@2.7.0...@argos-ci/core@2.8.0) (2024-09-02)


### Features

* collect test report infos in cypress and playwright ([bc275a2](https://github.com/argos-ci/argos-javascript/commit/bc275a2ad1230bfd9a1aba9d85f86b780333f4a9))





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


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.7.0",
"version": "2.8.0",
"type": "module",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/cypress/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.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)


### Features

* collect test report infos in cypress and playwright ([bc275a2](https://github.com/argos-ci/argos-javascript/commit/bc275a2ad1230bfd9a1aba9d85f86b780333f4a9))





## [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
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.5",
"version": "2.2.0",
"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.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





## [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
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.5",
"version": "0.1.6",
"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.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)


### Features

* collect test report infos in cypress and playwright ([bc275a2](https://github.com/argos-ci/argos-javascript/commit/bc275a2ad1230bfd9a1aba9d85f86b780333f4a9))





## [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
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.3",
"version": "3.6.0",
"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.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





## [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
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.5",
"version": "2.2.6",
"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.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





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

0 comments on commit 682860b

Please sign in to comment.