Skip to content

Commit

Permalink
First beta release (#2130)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored Dec 10, 2024
1 parent fcd63a2 commit 1255205
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .changeset/beige-hotels-sin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@electric-sql/client": none
"@core/sync-service": none
"@electric-sql/react": none
---

First beta release
2 changes: 1 addition & 1 deletion packages/react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@electric-sql/react",
"description": "React hooks for ElectricSQL",
"version": "0.6.2",
"version": "1.0.0-beta.0",
"author": "ElectricSQL team and contributors.",
"bugs": {
"url": "https://github.com/electric-sql/electric/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/sync-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@core/sync-service",
"private": true,
"version": "0.9.5",
"version": "1.0.0-beta.0",
"scripts": {
"publish:hex": "mix do deps.get, hex.publish --yes || true"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@electric-sql/client",
"description": "Postgres everywhere - your data, in sync, wherever you need it.",
"version": "0.9.1",
"version": "1.0.0-beta.0",
"author": "ElectricSQL team and contributors.",
"bugs": {
"url": "https://github.com/electric-sql/electric/issues"
Expand Down

0 comments on commit 1255205

Please sign in to comment.