Skip to content

chore(release): publish #276

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 1, 2024
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/eleven-icons-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-trainers-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-mirrors-swim.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/live-update/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 6.4.0

### Minor Changes

- [`4e4fcc0`](https://github.com/capawesome-team/capacitor-plugins/commit/4e4fcc0515f5b55280755766056c86eb2a7442a1) ([#277](https://github.com/capawesome-team/capacitor-plugins/pull/277)): feat: add configuration option `httpTimeout`

### Patch Changes

- [`f4df3ff`](https://github.com/capawesome-team/capacitor-plugins/commit/f4df3ffec7b9a18271be8e0596b8f864de127eff) ([#275](https://github.com/capawesome-team/capacitor-plugins/pull/275)): fix: throw an error if the sync is already in progress

* [`375c857`](https://github.com/capawesome-team/capacitor-plugins/commit/375c8574cf09a7053e35408177eb8b340a648e42) ([#279](https://github.com/capawesome-team/capacitor-plugins/pull/279)): fix: throw error if a http timeout occurs

## 6.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/live-update/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capawesome/capacitor-live-update",
"version": "6.3.0",
"version": "6.4.0",
"description": "Capacitor plugin to update your app remotely in real-time.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down