Skip to content

Conversation

@stevensJourney
Copy link
Collaborator

This PR adds the Changesets tooling for this repo's package management.

@stevensJourney stevensJourney marked this pull request as ready for review October 18, 2023 12:41
@@ -0,0 +1,36 @@
# Action to publish packages under the `next` tag for testing
# Packages are versioned as `0.0.0-dev.{short-sha}`

Choose a reason for hiding this comment

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

Is this comment still accurate? Changesets version pattern is slightly different

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good catch! This has been updated to the new format

package.json Outdated
]
},
"dependencies": {
"@changesets/cli": "^2.26.2"

Choose a reason for hiding this comment

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

This can be moved to devDependencies seeing that it is only used on local dev and CI and not when the package is installed somewhere else

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Moved this now 🙏

Manrich121
Manrich121 previously approved these changes Oct 19, 2023
Copy link

@Manrich121 Manrich121 left a comment

Choose a reason for hiding this comment

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

Minor comments, but happy with the changes

@stevensJourney stevensJourney merged commit bef1da9 into main Oct 19, 2023
@stevensJourney stevensJourney deleted the feature/changesets branch October 19, 2023 08:15
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.

3 participants