Skip to content

Commit 47a9394

Browse files
committed
Publish
- @argos-ci/[email protected] - @argos-ci/core@1.2.0 - @argos-ci/[email protected] - @argos-ci/[email protected] - @argos-ci/[email protected] - @argos-ci/[email protected]
1 parent aa44bb2 commit 47a9394

File tree

12 files changed

+63
-6
lines changed

12 files changed

+63
-6
lines changed

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-11-07)
7+
8+
**Note:** Version bump only for package @argos-ci/cli
9+
10+
11+
12+
13+
614
## [1.0.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-11-03)
715

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

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@argos-ci/cli",
33
"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.",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"bin": {
66
"argos": "./bin/argos-cli.js"
77
},

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.2.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-11-07)
7+
8+
9+
### Features
10+
11+
* **playwright:** support playwright trace ([d194e04](https://github.com/argos-ci/argos-javascript/commit/d194e0449cff224b4b9f984ca9ac0bdb8c130394))
12+
13+
14+
15+
16+
617
# [1.1.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-11-03)
718

819

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@argos-ci/core",
33
"description": "Visual testing solution to avoid visual regression. The core component of Argos SDK that handles build creation.",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"type": "module",
66
"main": "./dist/index.cjs",
77
"types": "./dist/index.d.ts",

packages/cypress/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-11-07)
7+
8+
**Note:** Version bump only for package @argos-ci/cypress
9+
10+
11+
12+
13+
614
## [1.0.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-11-03)
715

816

packages/cypress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@argos-ci/cypress",
33
"description": "Visual testing solution to avoid visual regression. Cypress commands and utilities for Argos visual testing.",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

packages/playwright/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.2.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-11-07)
7+
8+
9+
### Features
10+
11+
* **playwright:** support playwright trace ([d194e04](https://github.com/argos-ci/argos-javascript/commit/d194e0449cff224b4b9f984ca9ac0bdb8c130394))
12+
13+
14+
15+
16+
617
# [1.1.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-11-03)
718

819

packages/playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@argos-ci/playwright",
33
"description": "Visual testing solution to avoid visual regression. Playwright commands and utilities for Argos visual testing.",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

packages/puppeteer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.2](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-11-07)
7+
8+
**Note:** Version bump only for package @argos-ci/puppeteer
9+
10+
11+
12+
13+
614
## [1.0.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-11-03)
715

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

packages/puppeteer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@argos-ci/puppeteer",
33
"description": "Visual testing solution to avoid visual regression. Puppeteer commands and utilities for Argos visual testing.",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

packages/util/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [1.1.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-11-07)
7+
8+
9+
### Features
10+
11+
* **playwright:** support playwright trace ([d194e04](https://github.com/argos-ci/argos-javascript/commit/d194e0449cff224b4b9f984ca9ac0bdb8c130394))

packages/util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@argos-ci/util",
33
"description": "Set of utilities used across all Argos SDKs",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)