Skip to content

Commit 8e3c44d

Browse files
committed
Publish
- @argos-ci/[email protected] - @argos-ci/core@0.11.1
1 parent b05dff3 commit 8e3c44d

File tree

5 files changed

+29
-7
lines changed

5 files changed

+29
-7
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/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+
## [0.5.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-09-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **cli:** fix --token usage in CLI ([673dda3](https://github.com/argos-ci/argos-javascript/commit/673dda34da12dacd378ee5035844730094a8667e))
12+
13+
14+
15+
16+
617
# [0.5.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-09-09)
718

819

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
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": "0.5.0",
4+
"version": "0.5.1",
55
"bin": {
66
"argos": "./bin/argos-cli.js"
77
},
@@ -40,7 +40,7 @@
4040
"access": "public"
4141
},
4242
"dependencies": {
43-
"@argos-ci/core": "^0.11.0",
43+
"@argos-ci/core": "^0.11.1",
4444
"commander": "^11.0.0",
4545
"ora": "^7.0.1",
4646
"update-notifier": "^6.0.2"

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+
## [0.11.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-09-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **cli:** fix --token usage in CLI ([673dda3](https://github.com/argos-ci/argos-javascript/commit/673dda34da12dacd378ee5035844730094a8667e))
12+
13+
14+
15+
16+
617
# [0.11.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-09-09)
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": "0.11.0",
4+
"version": "0.11.1",
55
"scripts": {
66
"prebuild": "rm -rf dist",
77
"build": "rollup -c",

0 commit comments

Comments
 (0)