Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/bump-mobilelink-0.6.6.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wide-dodos-dance.md

This file was deleted.

8 changes: 8 additions & 0 deletions autify-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @autifyhq/autify-cli

## 0.73.2

### Patch Changes

- [#707](https://github.com/autifyhq/autify-cli/pull/707) [`343b8c7`](https://github.com/autifyhq/autify-cli/commit/343b8c738ac12ce99d2053261d10ba78c0a6744e) - Update mobilelink to v0.6.6

- [#704](https://github.com/autifyhq/autify-cli/pull/704) [`5fef52e`](https://github.com/autifyhq/autify-cli/commit/5fef52e83f9cc2fe77ba0a83b8d241fd7120c607) - Configurable timeouts for mobile link and connect via AUTIFY_CONNECT_CLIENT_STARTUP_TIMEOUT and AUTIFY_MOBILE_LINK_STARTUP_TIMEOUT

## 0.73.1

### Patch Changes
Expand Down
80 changes: 40 additions & 40 deletions autify-cli/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion autify-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autifyhq/autify-cli",
"version": "0.73.1",
"version": "0.73.2",
"description": "Autify Command Line Interface (CLI)",
"author": "Autify",
"bin": {
Expand Down
2 changes: 2 additions & 0 deletions integration-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @autifyhq/autify-cli-integration-test

## 0.73.2

## 0.73.1

## 0.73.0
2 changes: 1 addition & 1 deletion integration-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autifyhq/autify-cli-integration-test",
"version": "0.73.1",
"version": "0.73.2",
"description": "Autify Command Line Interface (CLI) Integration Test",
"author": "Autify",
"bin": {
Expand Down
Loading