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

Version Packages #126

Merged
merged 1 commit into from
Oct 23, 2023
Merged

Version Packages #126

merged 1 commit into from
Oct 23, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 23, 2023

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to develop, this PR will be updated.

Releases

@freshgum/[email protected]

Minor Changes

  • 658d830: The ContainerInstance.dispose method now runs semi-synchronously. This means that, immediately after calling it, the disposed property will be set to true. This is a semi-preemptive fix for situations where, due to the method previously being marked as async, the property would not be set in the same event loop iteration.

Patch Changes

  • 8b13caa: The ContainerRegistry.removeContainer method no longer disposes already-disposed containers. This may have been an issue if a container was disposed, and then removeContainer was called; the call would always fail, as the registry attempted a disposal upon the container when doing so was invalid.

@github-actions github-actions bot force-pushed the changeset-release/develop branch 7 times, most recently from 55566c4 to 01d6605 Compare October 23, 2023 16:06
@github-actions github-actions bot force-pushed the changeset-release/develop branch from 01d6605 to 62d8986 Compare October 23, 2023 16:10
@freshgum-bubbles freshgum-bubbles merged commit b7ee561 into develop Oct 23, 2023
@freshgum-bubbles freshgum-bubbles deleted the changeset-release/develop branch October 24, 2023 17:51
@freshgum-bubbles freshgum-bubbles restored the changeset-release/develop branch October 24, 2023 17:51
Copy link
Contributor Author

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant