From 8ccf5e7f7114a8380015d9ee6c8dfd2ca8b2e315 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 22:38:30 +0300 Subject: [PATCH] chore: releases (#355) # Releases ## electric-sql@0.5.0-next.7 ### Patch Changes - c30483f: Fixed conflicts when using multiple instances of Electric on the same page --- .changeset/pre.json | 1 + clients/typescript/CHANGELOG.md | 6 ++++++ clients/typescript/package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index fed74d7f..dcb2820e 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -39,6 +39,7 @@ "pretty-melons-ring", "real-seahorses-brush", "serious-fireants-drive", + "serious-scissors-invite", "shiny-dots-tan", "shiny-pears-accept", "shiny-phones-destroy", diff --git a/clients/typescript/CHANGELOG.md b/clients/typescript/CHANGELOG.md index 60cb68b7..297628d1 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,11 @@ # electric-sql +## 0.5.0-next.7 + +### Patch Changes + +- c30483f: Fixed conflicts when using multiple instances of Electric on the same page + ## 0.5.0-next.6 ### Patch Changes diff --git a/clients/typescript/package.json b/clients/typescript/package.json index 79d910bb..23c9b0ec 100644 --- a/clients/typescript/package.json +++ b/clients/typescript/package.json @@ -1,5 +1,5 @@ { - "version": "0.5.0-next.6", + "version": "0.5.0-next.7", "name": "electric-sql", "description": "ElectricSQL TypeScript client for developing local-first SQL apps. Supports JavaScript based mobile, web and edge applications.", "repository": "https://github.com/electric-sql/electric/tree/main/clients/typescript",