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

chore(release): version packages #30

Merged
merged 1 commit into from
Dec 8, 2023
Merged

Conversation

joakimbeng
Copy link
Member

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

@emigrate/cli@0.6.0

Minor Changes

  • a8db226: Handle storage initialization errors and show missing loader plugin errors in a better way
  • c1d5597: Serialize errors before passing them to the storage so that storage plugins doesn't have to care about serialization of errors
  • 703e6f0: Call storage.end() to cleanup resources when a command has finished

Patch Changes

  • 703e6f0: Handle storage initialization errors in the "list" and "remove" commands
  • Updated dependencies [703e6f0]
  • Updated dependencies [c1d5597]
    • @emigrate/plugin-tools@0.5.0

@emigrate/mysql@0.1.0

Minor Changes

  • 334e209: Implement the first version of the MySQL plugin package. It's three plugins in one: a storage plugin for storing migration history in a MySQL database, a loader plugin for executing migration files written in plain sql and a generator plugin for generating migration file skeletons with the .sql extension.

Patch Changes

  • 703e6f0: Fix issue with closing the connection pool too early
  • Updated dependencies [703e6f0]
  • Updated dependencies [c1d5597]
    • @emigrate/plugin-tools@0.5.0

@emigrate/plugin-tools@0.5.0

Minor Changes

  • 703e6f0: Add "end" method to storage plugins so they can cleanup resources when a command is finished
  • c1d5597: Add serializeError utility function for serializing Error instances

@emigrate/storage-fs@0.3.0

Minor Changes

  • c1d5597: Handle the serialized errors coming from Emigrate, so no need to serialize errors ourselves
  • 703e6f0: Implement an empty "end" method for cleaning up

Patch Changes

  • Updated dependencies [703e6f0]
  • Updated dependencies [c1d5597]
    • @emigrate/plugin-tools@0.5.0

@emigrate/plugin-generate-js@0.2.4

Patch Changes

  • Updated dependencies [703e6f0]
  • Updated dependencies [c1d5597]
    • @emigrate/plugin-tools@0.5.0

@emigrate/reporter-pino@0.1.1

Patch Changes

  • Updated dependencies [703e6f0]
  • Updated dependencies [c1d5597]
    • @emigrate/plugin-tools@0.5.0

@joakimbeng joakimbeng merged commit 3db7e99 into main Dec 8, 2023
2 checks passed
@joakimbeng joakimbeng deleted the changeset-release/main branch December 8, 2023 12:10
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