Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @argos-ci/cli@0.4.1
 - @argos-ci/core@0.7.1
 - gatsby-plugin-argos@2.1.7
  • Loading branch information
gregberge committed Jan 8, 2023
1 parent 0a1ff6f commit 0ae6b18
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 12 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cli@0.4.0...@argos-ci/cli@0.4.1) (2023-01-08)

### Bug Fixes

- add ARGOS_PR_NUMBER, remove --pull-request arg ([362bd57](https://github.com/argos-ci/argos-javascript/commit/362bd5725334ebaca2ce66a0bfabc3f8206dce74))

# [0.4.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/cli@0.3.2...@argos-ci/cli@0.4.0) (2023-01-04)

### Features
Expand Down
4 changes: 2 additions & 2 deletions 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": "0.4.0",
"version": "0.4.1",
"bin": {
"argos": "./bin/argos-cli.js"
},
Expand Down Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"dependencies": {
"@argos-ci/core": "^0.7.0",
"@argos-ci/core": "^0.7.1",
"commander": "^9.4.1",
"ora": "^6.1.2",
"update-notifier": "^6.0.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.7.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/core@0.7.0...@argos-ci/core@0.7.1) (2023-01-08)

### Bug Fixes

- add ARGOS_PR_NUMBER, remove --pull-request arg ([362bd57](https://github.com/argos-ci/argos-javascript/commit/362bd5725334ebaca2ce66a0bfabc3f8206dce74))
- **core:** branch is now required ([840aec6](https://github.com/argos-ci/argos-javascript/commit/840aec63cece1dee589c90cb2bf0fd63563f17b5))
- make ARGOS\_ environment variables prioritary ([b8e0ea7](https://github.com/argos-ci/argos-javascript/commit/b8e0ea7f6be7e381a0faeaf23892f39873425adb))

# [0.7.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/core@0.6.2...@argos-ci/core@0.7.0) (2023-01-04)

### Bug Fixes
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": "0.7.0",
"version": "0.7.1",
"scripts": {
"prebuild": "rm -rf dist",
"build": "rollup -c",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-argos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.7](https://github.com/argos-ci/argos-javascript/compare/gatsby-plugin-argos@2.1.6...gatsby-plugin-argos@2.1.7) (2023-01-08)

**Note:** Version bump only for package gatsby-plugin-argos

## [2.1.6](https://github.com/argos-ci/argos-javascript/compare/gatsby-plugin-argos@2.1.5...gatsby-plugin-argos@2.1.6) (2023-01-04)

**Note:** Version bump only for package gatsby-plugin-argos
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-argos/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-argos",
"description": "Push your Gatsby screenshots to Argos CI.",
"version": "2.1.6",
"version": "2.1.7",
"main": "index.js",
"bugs": {
"url": "https://github.com/argos-ci/argos-javascript/issues"
Expand All @@ -14,7 +14,7 @@
"screenshot"
],
"dependencies": {
"@argos-ci/core": "^0.7.0",
"@argos-ci/core": "^0.7.1",
"rimraf": "^3.0.2",
"tmp": "^0.2.1"
},
Expand Down

0 comments on commit 0ae6b18

Please sign in to comment.