-
Notifications
You must be signed in to change notification settings - Fork 6
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: update npm dependency to latest stable version #2145
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🦋 Changeset detectedLatest commit: 7b772e5 The changes in this PR will be included in the next version bump. This PR includes changesets to release 23 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
odinr
force-pushed
the
docs/query/add-examples
branch
from
May 13, 2024 08:04
f68f6af
to
ad41e74
Compare
github-actions
bot
added
🚧 chore
maintaines work, (update deps, workflos ...)
🛠️ utils
packages related to utils
labels
May 13, 2024
odinr
force-pushed
the
docs/query/add-examples
branch
2 times, most recently
from
May 13, 2024 17:12
6dc0985
to
de26908
Compare
github-actions
bot
added
the
📚 documentation
Improvements or additions to documentation
label
May 13, 2024
…adme The changeset README has been updated with detailed instructions on how to write a changeset, including examples and guidelines for choosing version tags. The main project README has been improved with a better overview of the Fusion Framework, sections on getting started, cookbooks, and contributing. This provides more context and guidance for new users and contributors.
odinr
force-pushed
the
docs/query/add-examples
branch
from
May 13, 2024 17:23
de26908
to
7b772e5
Compare
Coverage Report
File Coverage
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🚧 chore
maintaines work, (update deps, workflos ...)
📚 documentation
Improvements or additions to documentation
🛠️ utils
packages related to utils
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why
This pull request introduces changes to improve the documentation and tooling for the
@equinor/fusion-query
package.What is the current behavior?
The current behavior is that the documentation for the
@equinor/fusion-query
package is lacking in examples and clarity, making it difficult for developers to understand how to use the package effectively.What is the new behavior?
The new behavior includes the following changes:
@equinor/fusion-query
package.Does this PR introduce a breaking change?
No, this PR does not introduce any breaking changes. It only improves the documentation and tooling for the existing functionality.
Other information?
This PR also includes some minor formatting and code style changes within the Query.ts file, but these changes do not affect the functionality of the code.
Check off the following:
Confirm that I checked changes to branch which I am merging into.
Confirm that the I have completed the self-review checklist.
Confirm that my changes meet our code of conduct.