Skip to content

chore: publish new package versions - #759

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Closed

chore: publish new package versions#759
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 5, 2025

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release 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.

Releases

@electric-sql/pglite@0.4.0

Minor Changes

  • f12a582: Ensure MessageContext and its children are actually cleared between queries

@electric-sql/pglite-react@1.0.0

Patch Changes

  • Updated dependencies [f12a582]
    • @electric-sql/pglite@0.4.0

@electric-sql/pglite-repl@1.0.0

Patch Changes

  • Updated dependencies [f12a582]
    • @electric-sql/pglite@0.4.0
    • @electric-sql/pglite-react@1.0.0

@electric-sql/pglite-socket@1.0.0

Patch Changes

  • Updated dependencies [f12a582]
    • @electric-sql/pglite@0.4.0

@electric-sql/pglite-sync@1.0.0

Patch Changes

  • Updated dependencies [f12a582]
    • @electric-sql/pglite@0.4.0

@electric-sql/pglite-tools@1.0.0

Patch Changes

  • be677b4: fix pg_dump on Windows systems

    When calling pg_dump on Windows system the function fails with an error as the one bellow.
    ❗ Notice the double drive letter
    Error: ENOENT: no such file or directory, open 'E:\C:\Users\<USERNAME>\AppData\Local\npm-cache\_npx\ba4f1959e38407b5\node_modules\@electric-sql\pglite-tools\dist\pg_dump.wasm'

    The problem is in execPgDump function at line
    const blob = await fs.readFile(bin.toString().slice(7))
    I think the intention here was to remove file:// from the begging of the path. However this is not necesarry readFile can handle URL objects.
    Moreover this will fail on Windows becase the slice creates a path like '/C:/...' and the readFile function will add the extra drive letter

  • Updated dependencies [f12a582]

    • @electric-sql/pglite@0.4.0

@electric-sql/pglite-vue@1.0.0

Patch Changes

  • Updated dependencies [f12a582]
    • @electric-sql/pglite@0.4.0

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from f088317 to 785890e Compare August 11, 2025 09:52
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 785890e to f936e75 Compare August 12, 2025 07:18
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from f936e75 to 5a5b4e3 Compare September 8, 2025 13:30
@tdrz
tdrz force-pushed the changeset-release/main branch from 5a5b4e3 to d6a8e3f Compare September 8, 2025 14:00
@tdrz tdrz closed this Sep 8, 2025
@tdrz
tdrz deleted the changeset-release/main branch September 8, 2025 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant