Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @argos-ci/cli@1.0.2
 - @argos-ci/core@1.2.0
 - @argos-ci/cypress@1.0.2
 - @argos-ci/playwright@1.2.0
 - @argos-ci/puppeteer@1.0.2
 - @argos-ci/util@1.1.0
  • Loading branch information
gregberge committed Nov 7, 2023
1 parent aa44bb2 commit 47a9394
Show file tree
Hide file tree
Showing 12 changed files with 63 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.

## [1.0.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cli@1.0.1...@argos-ci/cli@1.0.2) (2023-11-07)

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





## [1.0.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cli@1.0.0...@argos-ci/cli@1.0.1) (2023-11-03)

**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": "1.0.1",
"version": "1.0.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.

# [1.2.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/core@1.1.0...@argos-ci/core@1.2.0) (2023-11-07)


### Features

* **playwright:** support playwright trace ([d194e04](https://github.com/argos-ci/argos-javascript/commit/d194e0449cff224b4b9f984ca9ac0bdb8c130394))





# [1.1.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/core@1.0.0...@argos-ci/core@1.1.0) (2023-11-03)


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": "1.1.0",
"version": "1.2.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.

## [1.0.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@1.0.1...@argos-ci/cypress@1.0.2) (2023-11-07)

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





## [1.0.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cypress@1.0.0...@argos-ci/cypress@1.0.1) (2023-11-03)


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": "1.0.1",
"version": "1.0.2",
"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.

# [1.2.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@1.1.0...@argos-ci/playwright@1.2.0) (2023-11-07)


### Features

* **playwright:** support playwright trace ([d194e04](https://github.com/argos-ci/argos-javascript/commit/d194e0449cff224b4b9f984ca9ac0bdb8c130394))





# [1.1.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@1.0.1...@argos-ci/playwright@1.1.0) (2023-11-03)


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": "1.1.0",
"version": "1.2.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.

## [1.0.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@1.0.1...@argos-ci/puppeteer@1.0.2) (2023-11-07)

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





## [1.0.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/puppeteer@1.0.0...@argos-ci/puppeteer@1.0.1) (2023-11-03)

**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": "1.0.1",
"version": "1.0.2",
"author": "Smooth Code",
"license": "MIT",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/util@1.0.0...@argos-ci/util@1.1.0) (2023-11-07)


### Features

* **playwright:** support playwright trace ([d194e04](https://github.com/argos-ci/argos-javascript/commit/d194e0449cff224b4b9f984ca9ac0bdb8c130394))
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@argos-ci/util",
"description": "Set of utilities used across all Argos SDKs",
"version": "1.0.0",
"version": "1.1.0",
"author": "Smooth Code",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 47a9394

Please sign in to comment.