Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly set releases to use latest tag #2152

Merged
merged 5 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 12 additions & 16 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,26 @@
"mode": "pre",
"tag": "beta",
"initialVersions": {
"@core/elixir-client": "0.2.5",
"@electric-sql/experimental": "0.1.1",
"@electric-sql/react": "1.0.0-beta.0",
"@core/sync-service": "1.0.0-beta.0",
"@electric-sql/client": "1.0.0-beta.0",
"@electric-examples/bash-client": "0.0.1",
"@electric-examples/basic-example": "0.0.1",
"@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-example": "0.0.1",
"@electric-examples/nextjs": "0.0.1",
"@electric-examples/proxy-auth": "0.0.1",
"@electric-examples/redis-sync": "0.0.1",
"@electric-examples/remix-basic": "0.0.1",
"@electric-examples/tanstack-example": "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": [
"beige-hotels-sin",
"healthy-comics-heal",
"polite-frogs-yell"
]
"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
Loading