Skip to content

Commit

Permalink
chore: publish new package versions (beta) (#2342)
Browse files Browse the repository at this point in the history
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.

⚠️⚠️⚠️⚠️⚠️⚠️

`main` is currently in **pre mode** so this branch has prereleases
rather than normal releases. If you want to exit prereleases, run
`changeset pre exit` on `main`.

⚠️⚠️⚠️⚠️⚠️⚠️

# Releases
## @core/[email protected]

### Patch Changes

-   8ce1353: Add embedded mode to Elixir client using the new Shapes API

## @core/[email protected]

### Patch Changes

- 329c428: Electric as a library: Telemetry config is now option
parameters rather than application environemnt config
-   8ce1353: Add embedded mode to Elixir client using the new Shapes API

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 17, 2025
1 parent 329c428 commit a796d0e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,15 @@
"modern-poets-film",
"modern-toes-drop",
"polite-frogs-yell",
"popular-shrimps-ring",
"seven-files-thank",
"shy-bags-deliver",
"sixty-queens-agree",
"small-pianos-explain",
"smooth-lions-joke",
"stale-bats-tickle",
"stale-carrots-join",
"stupid-sheep-count",
"sweet-yaks-jog",
"tame-snails-retire",
"ten-socks-promise",
Expand Down
6 changes: 6 additions & 0 deletions packages/elixir-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @core/elixir-client

## 0.3.0-beta.3

### Patch Changes

- 8ce1353: Add embedded mode to Elixir client using the new Shapes API

## 0.3.0-beta.2

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/elixir-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@core/elixir-client",
"private": true,
"version": "0.3.0-beta.2",
"version": "0.3.0-beta.3",
"scripts": {
"publish:hex": "mix do deps.get, hex.publish --yes || true"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/sync-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @core/sync-service

## 1.0.0-beta.17

### Patch Changes

- 329c428: Electric as a library: Telemetry config is now option parameters rather than application environemnt config
- 8ce1353: Add embedded mode to Elixir client using the new Shapes API

## 1.0.0-beta.16

### Patch Changes
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": "1.0.0-beta.16",
"version": "1.0.0-beta.17",
"scripts": {
"publish:hex": "mix do deps.get, hex.publish --yes || true"
}
Expand Down

0 comments on commit a796d0e

Please sign in to comment.