Skip to content

Commit

Permalink
chore: Update package version and release settings (#171)
Browse files Browse the repository at this point in the history
* Make docs a private package, not for release

* Update package versions to 0.2.0 for release
  • Loading branch information
msfstef authored Aug 12, 2024
1 parent dc51280 commit 5b8756e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["docs"],
"ignore": [],
"privatePackages": { "tag": true, "version": true }
}
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "docs",
"type": "module",
"private": true,
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
Expand Down
2 changes: 1 addition & 1 deletion packages/pglite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electric-sql/pglite",
"version": "0.2.0-alpha.9",
"version": "0.2.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electric-sql/pglite-repl",
"version": "0.0.1-alpha.0",
"version": "0.2.0",
"author": "Electric DB Limited",
"license": "Apache-2.0",
"private": false,
Expand Down

1 comment on commit 5b8756e

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.