Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @argos-ci/[email protected]
 - @argos-ci/core@0.11.0
  • Loading branch information
gregberge committed Sep 9, 2023
1 parent 0d8a379 commit 75d2c0c
Show file tree
Hide file tree
Showing 5 changed files with 39 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.

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

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


### Features

* modernize project ([43c9975](https://github.com/argos-ci/argos-javascript/commit/43c9975441ea49038851259db2bec314aa9f1df9))


### BREAKING CHANGES

* Require Node.js v16





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

**Note:** Version bump only for package @argos-ci/cli
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.7",
"version": "0.5.0",
"bin": {
"argos": "./bin/argos-cli.js"
},
Expand Down Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"dependencies": {
"@argos-ci/core": "^0.10.0",
"@argos-ci/core": "^0.11.0",
"commander": "^11.0.0",
"ora": "^7.0.1",
"update-notifier": "^6.0.2"
Expand Down
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* modernize project ([43c9975](https://github.com/argos-ci/argos-javascript/commit/43c9975441ea49038851259db2bec314aa9f1df9))


### BREAKING CHANGES

* Require Node.js v16





# [0.10.0](https://github.com/argos-ci/argos-javascript/compare/@argos-ci/[email protected]...@argos-ci/[email protected]) (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.10.0",
"version": "0.11.0",
"scripts": {
"prebuild": "rm -rf dist",
"build": "rollup -c",
Expand Down

0 comments on commit 75d2c0c

Please sign in to comment.