Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @argos-ci/cli@1.0.1
 - @argos-ci/core@1.1.0
 - @argos-ci/cypress@1.0.1
 - @argos-ci/playwright@1.1.0
 - @argos-ci/puppeteer@1.0.1
  • Loading branch information
gregberge committed Nov 3, 2023
1 parent 4636f86 commit 0824634
Show file tree
Hide file tree
Showing 10 changed files with 67 additions and 7 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.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





# [0.6.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cli@0.5.1...@argos-ci/cli@0.6.0) (2023-09-18)


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

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


### Features

* **playwright:** sharding support ([a495905](https://github.com/argos-ci/argos-javascript/commit/a49590517e9668ae007dca486302f79bca37ed28))





# [0.12.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/core@0.11.1...@argos-ci/core@0.12.0) (2023-09-18)


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.0.0",
"version": "1.1.0",
"type": "module",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
Expand Down
19 changes: 18 additions & 1 deletion packages/cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Change Log

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

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


### Bug Fixes

* address Cypress `require.resolve` issue ([7aae22b](https://github.com/argos-ci/argos-javascript/commit/7aae22bec58db5d61628e359e59f8fc6eea6ec26))
* **cypress:** compatibility with esm bundlers ([fbf3d91](https://github.com/argos-ci/argos-javascript/commit/fbf3d91fc988de69d89513b088ef5d9aabf83fae))





# Changelog

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.
Expand Down Expand Up @@ -60,4 +77,4 @@ All notable changes to this project will be documented in this file. See [standa

### 0.0.1 (2022-08-30)

Initial version
Initial version
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.0",
"version": "1.0.1",
"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.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)


### Features

* **playwright:** sharding support ([a495905](https://github.com/argos-ci/argos-javascript/commit/a49590517e9668ae007dca486302f79bca37ed28))





## [1.0.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/playwright@1.0.0...@argos-ci/playwright@1.0.1) (2023-10-24)


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.0.1",
"version": "1.1.0",
"author": "Smooth Code",
"license": "MIT",
"repository": {
Expand Down
15 changes: 14 additions & 1 deletion packages/puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

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

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





# Changelog

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.
Expand Down Expand Up @@ -29,4 +42,4 @@ All notable changes to this project will be documented in this file. See [standa

### 0.0.1 (2022-09-02)

Initial version
Initial version
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.0",
"version": "1.0.1",
"author": "Smooth Code",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 0824634

Please sign in to comment.