Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @argos-ci/cli@0.5.1
 - @argos-ci/core@0.11.1
  • Loading branch information
gregberge committed Sep 10, 2023
1 parent b05dff3 commit 8e3c44d
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

11 changes: 11 additions & 0 deletions packages/cli/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.

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


### Bug Fixes

* **cli:** fix --token usage in CLI ([673dda3](https://github.com/argos-ci/argos-javascript/commit/673dda34da12dacd378ee5035844730094a8667e))





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


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.5.0",
"version": "0.5.1",
"bin": {
"argos": "./bin/argos-cli.js"
},
Expand Down Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"dependencies": {
"@argos-ci/core": "^0.11.0",
"@argos-ci/core": "^0.11.1",
"commander": "^11.0.0",
"ora": "^7.0.1",
"update-notifier": "^6.0.2"
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.

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


### Bug Fixes

* **cli:** fix --token usage in CLI ([673dda3](https://github.com/argos-ci/argos-javascript/commit/673dda34da12dacd378ee5035844730094a8667e))





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


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.11.0",
"version": "0.11.1",
"scripts": {
"prebuild": "rm -rf dist",
"build": "rollup -c",
Expand Down

0 comments on commit 8e3c44d

Please sign in to comment.