Skip to content

Commit

Permalink
Restore pre.json but explicitly set the 'latest' tag
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Dec 12, 2024
1 parent e889f69 commit eeff4c4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"mode": "pre",
"tag": "beta",
"initialVersions": {
"@electric-examples/bash": "0.0.1",
"@electric-examples/encryption": "0.0.1",
"@electric-examples/gatekeeper-auth": "0.0.1",
"@electric-examples/linearlite": "0.0.1",
"@electric-examples/linearlite-read-only": "0.0.1",
"@electric-examples/nextjs": "0.0.1",
"@electric-examples/proxy-auth": "0.0.1",
"@electric-examples/react": "0.0.1",
"@electric-examples/redis": "0.0.1",
"@electric-examples/remix": "0.0.1",
"@electric-examples/tanstack": "0.0.1",
"@electric-examples/todo-app": "1.0.1",
"@electric-examples/write-patterns": "0.0.1",
"@electric-examples/yjs-provider": "0.0.1",
"@core/elixir-client": "0.2.5",
"@electric-sql/experimental": "0.1.2-beta.0",
"@electric-sql/react": "1.0.0-beta.1",
"@core/sync-service": "1.0.0-beta.1",
"@electric-sql/client": "1.0.0-beta.1",
"@electric-sql/docs": "0.0.1"
},
"changesets": []
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ci:publish": "pnpm '/^ci:publish:.+/'",
"ci:publish:hex-electric": "pnpm run --dir packages/sync-service publish:hex",
"ci:publish:hex-electric-client": "pnpm run --dir packages/elixir-client publish:hex",
"ci:publish:npm": "pnpm changeset publish",
"ci:publish:npm": "pnpm changeset publish --tag latest",
"ci:version": "pnpm exec changeset version",
"example-backend:down": "dotenv -e .env.dev -- docker compose -f .support/docker-compose.yml down --volumes",
"example-backend:just_up": "dotenv -e .env.dev -- docker compose -f ./.support/docker-compose.yml up -d",
Expand Down

0 comments on commit eeff4c4

Please sign in to comment.