Skip to content

Commit f864cce

Browse files
committed
Publish
- @argos-ci/[email protected] - @argos-ci/[email protected] - @argos-ci/core@1.0.0 - @argos-ci/[email protected] - @argos-ci/[email protected] - @argos-ci/[email protected] - @argos-ci/[email protected]
1 parent f05050c commit f864cce

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

packages/browser/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/browser",
33
"description": "Browser utilities to stabilize visual testing.",
4-
"version": "1.0.0-alpha.4",
4+
"version": "1.0.0",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

packages/cli/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/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": "1.0.0-alpha.3",
4+
"version": "1.0.0",
55
"bin": {
66
"argos": "./bin/argos-cli.js"
77
},

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": "1.0.0-alpha.3",
4+
"version": "1.0.0",
55
"type": "module",
66
"main": "./dist/index.cjs",
77
"types": "./dist/index.d.ts",

packages/cypress/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/cypress",
33
"description": "Visual testing solution to avoid visual regression. Cypress commands and utilities for Argos visual testing.",
4-
"version": "1.0.0-alpha.4",
4+
"version": "1.0.0",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

packages/playwright/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/playwright",
33
"description": "Visual testing solution to avoid visual regression. Playwright commands and utilities for Argos visual testing.",
4-
"version": "1.0.0-alpha.4",
4+
"version": "1.0.0",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

packages/puppeteer/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/puppeteer",
33
"description": "Visual testing solution to avoid visual regression. Puppeteer commands and utilities for Argos visual testing.",
4-
"version": "1.0.0-alpha.4",
4+
"version": "1.0.0",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

packages/util/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/util",
33
"description": "Set of utilities used across all Argos SDKs",
4-
"version": "1.0.0-alpha.3",
4+
"version": "1.0.0",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)