Skip to content

Commit e58b26f

Browse files
committed
Publish
- @argos-ci/[email protected] - @argos-ci/core@0.12.0
1 parent 2643b7e commit e58b26f

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.6.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-09-18)
7+
8+
9+
### Features
10+
11+
* allow to specify ref branch & ref commit ([a6c4ee3](https://github.com/argos-ci/argos-javascript/commit/a6c4ee3d5eda68c2b224c385f7aaa32c565f2c8f))
12+
13+
14+
15+
16+
617
## [0.5.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-09-10)
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.1",
4+
"version": "0.6.0",
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.1",
43+
"@argos-ci/core": "^0.12.0",
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.12.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-09-18)
7+
8+
9+
### Features
10+
11+
* allow to specify ref branch & ref commit ([a6c4ee3](https://github.com/argos-ci/argos-javascript/commit/a6c4ee3d5eda68c2b224c385f7aaa32c565f2c8f))
12+
13+
14+
15+
16+
617
## [0.11.1](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (2023-09-10)
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.1",
4+
"version": "0.12.0",
55
"scripts": {
66
"prebuild": "rm -rf dist",
77
"build": "rollup -c",

0 commit comments

Comments
 (0)