Skip to content

Commit 1360c1a

Browse files
chore: publish new package versions (#3227)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @electric-sql/[email protected] ### Patch Changes - Updated dependencies [3775bf6] - @electric-sql/[email protected] ## @electric-sql/[email protected] ### Patch Changes - Updated dependencies [3775bf6] - @electric-sql/[email protected] ## @electric-sql/[email protected] ### Patch Changes - 3775bf6: Revert the shardSubdomain mechanism to avoid CORS and subdomain resolution issues in Safari. ## @electric-sql/[email protected] ### Patch Changes - Updated dependencies [3775bf6] - @electric-sql/[email protected] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3775bf6 commit 1360c1a

File tree

9 files changed

+31
-9
lines changed

9 files changed

+31
-9
lines changed

.changeset/shaggy-rocks-thank.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/experimental/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @electric-sql/experimental
22

3+
## 1.0.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3775bf6]
8+
- @electric-sql/client@1.0.14
9+
310
## 1.0.13
411

512
### Patch Changes

packages/experimental/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@electric-sql/experimental",
33
"description": "Experimental TypeScript features for ElectricSQL.",
4-
"version": "1.0.13",
4+
"version": "1.0.14",
55
"author": "ElectricSQL team and contributors.",
66
"bugs": {
77
"url": "https://github.com/electric-sql/electric/issues"

packages/react-hooks/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @electric-sql/react
22

3+
## 1.0.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3775bf6]
8+
- @electric-sql/client@1.0.14
9+
310
## 1.0.13
411

512
### Patch Changes

packages/react-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@electric-sql/react",
33
"description": "React hooks for ElectricSQL",
4-
"version": "1.0.13",
4+
"version": "1.0.14",
55
"author": "ElectricSQL team and contributors.",
66
"bugs": {
77
"url": "https://github.com/electric-sql/electric/issues"

packages/typescript-client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @electric-sql/client
22

3+
## 1.0.14
4+
5+
### Patch Changes
6+
7+
- 3775bf6: Revert the shardSubdomain mechanism to avoid CORS and subdomain resolution issues in Safari.
8+
39
## 1.0.13
410

511
### Patch Changes

packages/typescript-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@electric-sql/client",
33
"description": "Postgres everywhere - your data, in sync, wherever you need it.",
4-
"version": "1.0.13",
4+
"version": "1.0.14",
55
"author": "ElectricSQL team and contributors.",
66
"bugs": {
77
"url": "https://github.com/electric-sql/electric/issues"

packages/y-electric/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @electric-sql/y-electric
22

3+
## 0.1.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3775bf6]
8+
- @electric-sql/client@1.0.14
9+
310
## 0.1.10
411

512
### Patch Changes

packages/y-electric/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@electric-sql/y-electric",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"description": "YJS network provider for ElectricSQL",
55
"author": "ElectricSQL team and contributors.",
66
"bugs": {

0 commit comments

Comments
 (0)