Skip to content

Commit 0824634

Browse files
committed
Publish
- @argos-ci/[email protected] - @argos-ci/core@1.1.0 - @argos-ci/[email protected] - @argos-ci/[email protected] - @argos-ci/[email protected]
1 parent 4636f86 commit 0824634

File tree

10 files changed

+67
-7
lines changed

10 files changed

+67
-7
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.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-11-03)
7+
8+
**Note:** Version bump only for package @argos-ci/cli
9+
10+
11+
12+
13+
614
# [0.6.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-09-18)
715

816

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.0",
4+
"version": "1.0.1",
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.1.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-11-03)
7+
8+
9+
### Features
10+
11+
* **playwright:** sharding support ([a495905](https://github.com/argos-ci/argos-javascript/commit/a49590517e9668ae007dca486302f79bca37ed28))
12+
13+
14+
15+
16+
617
# [0.12.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-09-18)
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.0.0",
4+
"version": "1.1.0",
55
"type": "module",
66
"main": "./dist/index.cjs",
77
"types": "./dist/index.d.ts",

packages/cypress/CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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.0.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-11-03)
7+
8+
9+
### Bug Fixes
10+
11+
* address Cypress `require.resolve` issue ([7aae22b](https://github.com/argos-ci/argos-javascript/commit/7aae22bec58db5d61628e359e59f8fc6eea6ec26))
12+
* **cypress:** compatibility with esm bundlers ([fbf3d91](https://github.com/argos-ci/argos-javascript/commit/fbf3d91fc988de69d89513b088ef5d9aabf83fae))
13+
14+
15+
16+
17+
118
# Changelog
219

320
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
@@ -60,4 +77,4 @@ All notable changes to this project will be documented in this file. See [standa
6077

6178
### 0.0.1 (2022-08-30)
6279

63-
Initial version
80+
Initial version

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.0",
4+
"version": "1.0.1",
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.1.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-11-03)
7+
8+
9+
### Features
10+
11+
* **playwright:** sharding support ([a495905](https://github.com/argos-ci/argos-javascript/commit/a49590517e9668ae007dca486302f79bca37ed28))
12+
13+
14+
15+
16+
617
## [1.0.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-10-24)
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.0.1",
4+
"version": "1.1.0",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

packages/puppeteer/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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.0.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-11-03)
7+
8+
**Note:** Version bump only for package @argos-ci/puppeteer
9+
10+
11+
12+
13+
114
# Changelog
215

316
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
@@ -29,4 +42,4 @@ All notable changes to this project will be documented in this file. See [standa
2942

3043
### 0.0.1 (2022-09-02)
3144

32-
Initial version
45+
Initial version

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.0",
4+
"version": "1.0.1",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)