Skip to content

Conversation

@github-actions
Copy link
Contributor

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

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 master, this PR will be updated.

Releases

fireworkers@0.3.0

Minor Changes

  • 945dc3c: This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either be pinning the exact version of fireworkers in your package.json file (recommended) or be using a version range syntax that only accepts patch upgrades such as ^0.2.0 or ~0.2.0. See npm's documentation about semver for more information.

    • feat: add new Firestore.set() method that matches the behavior of the SDK's setDoc.
    • fix: update Firestore.update() to match the behavior of the SDK's updateDoc:
      • Fields will be merged instead of overriding the entire document.
      • Operations will fail if the document doesn't exist.

Patch Changes

  • 9d619ba: - fix: process numbers as double instead of integer.

@github-actions github-actions bot force-pushed the changeset-release/master branch from d4ff7dc to d6ed2d1 Compare October 25, 2023 07:54
@alexiglesias93 alexiglesias93 merged commit 54732f1 into master Oct 25, 2023
@alexiglesias93 alexiglesias93 deleted the changeset-release/master branch October 25, 2023 07:54
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