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

feat: set client version for integrations #85

Merged
merged 2 commits into from
Nov 19, 2024
Merged

feat: set client version for integrations #85

merged 2 commits into from
Nov 19, 2024

Conversation

mzanoni
Copy link
Collaborator

@mzanoni mzanoni commented Nov 15, 2024

@@ -34,7 +34,7 @@
"publish": "npm run build && npm run build:types"
},
"peerDependencies": {
"@relewise/client": "^2.0.0"
"@relewise/client": ">=1.22.0 <3.0.0"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the latest release this is how this is configured:
"@relewise/client": "^1.22.0"

This should allow this to be runned with any version between 1.22.0 and 3.0.0, where 3.0.0 and above is excluded

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool! 👏

@mzanoni mzanoni marked this pull request as ready for review November 18, 2024 11:54
@mzanoni mzanoni requested a review from SWH-Relewise November 18, 2024 11:55
Copy link
Contributor

@SWH-Relewise SWH-Relewise left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

@mzanoni mzanoni merged commit d6cf97b into main Nov 19, 2024
2 checks passed
@mzanoni mzanoni deleted the mzanoni-patch-1 branch November 19, 2024 07:02
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.

2 participants