Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @argos-ci/browser@1.0.0
 - @argos-ci/cli@1.0.0
 - @argos-ci/core@1.0.0
 - @argos-ci/cypress@1.0.0
 - @argos-ci/playwright@1.0.0
 - @argos-ci/puppeteer@1.0.0
 - @argos-ci/util@1.0.0
  • Loading branch information
gregberge committed Oct 23, 2023
1 parent f05050c commit f864cce
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@argos-ci/browser",
"description": "Browser utilities to stabilize visual testing.",
"version": "1.0.0-alpha.4",
"version": "1.0.0",
"author": "Smooth Code",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.0.0-alpha.3",
"version": "1.0.0",
"bin": {
"argos": "./bin/argos-cli.js"
},
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": "1.0.0-alpha.3",
"version": "1.0.0",
"type": "module",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@argos-ci/cypress",
"description": "Visual testing solution to avoid visual regression. Cypress commands and utilities for Argos visual testing.",
"version": "1.0.0-alpha.4",
"version": "1.0.0",
"author": "Smooth Code",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@argos-ci/playwright",
"description": "Visual testing solution to avoid visual regression. Playwright commands and utilities for Argos visual testing.",
"version": "1.0.0-alpha.4",
"version": "1.0.0",
"author": "Smooth Code",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@argos-ci/puppeteer",
"description": "Visual testing solution to avoid visual regression. Puppeteer commands and utilities for Argos visual testing.",
"version": "1.0.0-alpha.4",
"version": "1.0.0",
"author": "Smooth Code",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@argos-ci/util",
"description": "Set of utilities used across all Argos SDKs",
"version": "1.0.0-alpha.3",
"version": "1.0.0",
"author": "Smooth Code",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit f864cce

Please sign in to comment.