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

meta(changelog): Update package versions (beta) #141

Closed
wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

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

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@codecov/[email protected]

Patch Changes

  • a2e576f: Fix SvelteKit plugin keywords
  • a2e576f: Add in new Remix plugin

@codecov/[email protected]

Patch Changes

@codecov/[email protected]

Patch Changes

@codecov/[email protected]

Patch Changes

@codecov/[email protected]

Patch Changes

@codecov/[email protected]

Patch Changes

@codecov/[email protected]

Patch Changes

Copy link

@codecov codecov bot left a comment

Choose a reason for hiding this comment

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

The changes mainly seem to focus on dependency updates and version increments across multiple packages. There is also the introduction of the new plugin - @codecov/remix-plugin. The updated dependencies should be reviewed for potential issues. It might be important to ensure that the new Remix plugin has been thoroughly tested before inclusion in this commit.

@@ -7,9 +7,11 @@
"@codecov/vite-plugin": "0.0.0",
"@codecov/webpack-plugin": "0.0.0",
"@codecov/nuxt-plugin": "0.0.0",
"@codecov/sveltekit-plugin": "0.0.0"
"@codecov/sveltekit-plugin": "0.0.0",
"@codecov/remix-plugin": "0.0.1-beta.9"
Copy link

Choose a reason for hiding this comment

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

Addition of a new plugin '@codecov/remix-plugin'. Please ensure this new plugin has been thoroughly tested before merging.

@@ -1,6 +1,6 @@
{
"name": "@codecov/bundler-plugin-core",
"version": "0.0.1-beta.9",
"version": "0.0.1-beta.10",
Copy link

Choose a reason for hiding this comment

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

The version of '@codecov/bundler-plugin-core' is being updated. Please confirm that the new version is compatible with the other components.

@@ -1,6 +1,6 @@
{
"name": "@codecov/nuxt-plugin",
"version": "0.0.1-beta.9",
"version": "0.0.1-beta.10",
Copy link

Choose a reason for hiding this comment

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

The version of '@codecov/nuxt-plugin' is being updated. Please confirm that the new version doesn't introduce breaking changes.

@@ -1,6 +1,6 @@
{
"name": "@codecov/remix-plugin",
"version": "0.0.1-beta.9",
"version": "0.0.1-beta.10",
Copy link

Choose a reason for hiding this comment

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

The version of '@codecov/remix-plugin' is being updated. Ensure that the other components are compatible with this new version.

@@ -1,6 +1,6 @@
{
"name": "@codecov/rollup-plugin",
"version": "0.0.1-beta.9",
"version": "0.0.1-beta.10",
Copy link

Choose a reason for hiding this comment

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

The version of '@codecov/rollup-plugin' is being updated. Please confirm that this new version is stable and thoroughly tested.

@@ -1,6 +1,6 @@
{
"name": "@codecov/sveltekit-plugin",
"version": "0.0.1-beta.9",
"version": "0.0.1-beta.10",
Copy link

Choose a reason for hiding this comment

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

The version of '@codecov/sveltekit-plugin' is being updated. Make sure to check if there are necessary adjustments due to this version increment.

@@ -1,6 +1,6 @@
{
"name": "@codecov/vite-plugin",
"version": "0.0.1-beta.9",
"version": "0.0.1-beta.10",
Copy link

Choose a reason for hiding this comment

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

The version of '@codecov/vite-plugin' is being updated. Ensure that the other components are compatible with this new version.

@@ -1,6 +1,6 @@
{
"name": "@codecov/webpack-plugin",
"version": "0.0.1-beta.9",
"version": "0.0.1-beta.10",
Copy link

Choose a reason for hiding this comment

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

The version of '@codecov/webpack-plugin' is being updated. Make sure to check if there are necessary adjustments due to this version increment.

@nicholas-codecov
Copy link
Collaborator

Closing this as we're going to quickly re-brand the Remix plugin from @codecov/remix-plugin to @codecov/remix-vite-plugin.

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