Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .changeset/moody-camels-accept.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/bundle-analyzer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @codecov/bundle-analyzer

## 1.2.0

### Minor Changes

- 6c4377d: Add in better debug logging when fetching pre-signed url or uploading stats fail. Update current logs to have more details present.
Copy link

Choose a reason for hiding this comment

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

Please make sure to test the changes in a staging environment or add some unit tests for the logging improvements.


### Patch Changes

- Updated dependencies [6c4377d]
- @codecov/bundler-plugin-core@1.2.0
Copy link

Choose a reason for hiding this comment

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

It's good to see that dependencies are updated with the version bump.


## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bundle-analyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codecov/bundle-analyzer",
"version": "1.1.0",
"version": "1.2.0",
Copy link

Choose a reason for hiding this comment

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

The version bump here seems to follow the semantic versioning correctly.

"description": "Official Codecov Bundle Analyzer",
"author": "Codecov",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/bundler-plugin-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codecov/bundler-plugin-core

## 1.2.0

### Minor Changes

- 6c4377d: Add in better debug logging when fetching pre-signed url or uploading stats fail. Update current logs to have more details present.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-plugin-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codecov/bundler-plugin-core",
"version": "1.1.0",
"version": "1.2.0",
"description": "Official Codecov Bundler Plugin Core",
"author": "Codecov",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/nextjs-webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @codecov/nextjs-webpack-plugin

## 1.2.0

### Minor Changes

- 6c4377d: Add in better debug logging when fetching pre-signed url or uploading stats fail. Update current logs to have more details present.
Copy link

Choose a reason for hiding this comment

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

As this is a minor version update, please make sure that these changes will not cause any breaking changes.


### Patch Changes

- Updated dependencies [6c4377d]
- @codecov/bundler-plugin-core@1.2.0
- @codecov/webpack-plugin@1.2.0

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codecov/nextjs-webpack-plugin",
"version": "1.1.0",
"version": "1.2.0",
"description": "Official Codecov NextJS (Webpack) plugin",
"author": "Codecov",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/nuxt-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @codecov/nuxt-plugin

## 1.2.0

### Minor Changes

- 6c4377d: Add in better debug logging when fetching pre-signed url or uploading stats fail. Update current logs to have more details present.

### Patch Changes

- Updated dependencies [6c4377d]
- @codecov/bundler-plugin-core@1.2.0
- @codecov/vite-plugin@1.2.0

## 1.1.0
Copy link

Choose a reason for hiding this comment

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

Effective use of a changelog. It will be helpful to see when and what changes were introduced in each update.


### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codecov/nuxt-plugin",
"version": "1.1.0",
"version": "1.2.0",
"description": "Official Codecov Nuxt plugin",
"author": "Codecov",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/remix-vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @codecov/remix-vite-plugin

## 1.2.0

### Minor Changes

- 6c4377d: Add in better debug logging when fetching pre-signed url or uploading stats fail. Update current logs to have more details present.

### Patch Changes

- Updated dependencies [6c4377d]
- @codecov/[email protected]
- @codecov/[email protected]

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codecov/remix-vite-plugin",
"version": "1.1.0",
"version": "1.2.0",
"description": "Official Codecov Remix plugin",
"author": "Codecov",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/rollup-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @codecov/rollup-plugin

## 1.2.0

### Minor Changes

- 6c4377d: Add in better debug logging when fetching pre-signed url or uploading stats fail. Update current logs to have more details present.

### Patch Changes

- Updated dependencies [6c4377d]
- @codecov/[email protected]

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codecov/rollup-plugin",
"version": "1.1.0",
"version": "1.2.0",
"description": "Official Codecov Rollup plugin",
"author": "Codecov",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/solidstart-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @codecov/solidstart-plugin

## 1.2.0

### Minor Changes

- 6c4377d: Add in better debug logging when fetching pre-signed url or uploading stats fail. Update current logs to have more details present.

### Patch Changes

- Updated dependencies [6c4377d]
- @codecov/[email protected]
- @codecov/[email protected]

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solidstart-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codecov/solidstart-plugin",
"version": "1.1.0",
Copy link

Choose a reason for hiding this comment

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

Please ensure that the updated version number is also reflected in any documentation or 'ReadMe' files that may reference these package versions.

"version": "1.2.0",
"description": "Official Codecov SolidStart plugin",
"author": "Codecov",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/sveltekit-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @codecov/sveltekit-plugin

## 1.2.0

### Minor Changes

- 6c4377d: Add in better debug logging when fetching pre-signed url or uploading stats fail. Update current logs to have more details present.

### Patch Changes

- Updated dependencies [6c4377d]
- @codecov/[email protected]
- @codecov/[email protected]

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sveltekit-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codecov/sveltekit-plugin",
"version": "1.1.0",
"version": "1.2.0",
"description": "Official Codecov SvelteKit plugin",
"author": "Codecov",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @codecov/vite-plugin

## 1.2.0

### Minor Changes

- 6c4377d: Add in better debug logging when fetching pre-signed url or uploading stats fail. Update current logs to have more details present.

Copy link

Choose a reason for hiding this comment

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

Great to see dependencies also up to date. It would prevent potential out-of-sync issues.

### Patch Changes

- Updated dependencies [6c4377d]
- @codecov/bundler-plugin-core@1.2.0

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codecov/vite-plugin",
"version": "1.1.0",
"version": "1.2.0",
"description": "Official Codecov Vite plugin",
"author": "Codecov",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @codecov/webpack-plugin

## 1.2.0

### Minor Changes

- 6c4377d: Add in better debug logging when fetching pre-signed url or uploading stats fail. Update current logs to have more details present.

### Patch Changes
Copy link

Choose a reason for hiding this comment

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

When updating the changelog, it would be helpful to add a bit more context about the improvements to the debug logging to inform users.


- Updated dependencies [6c4377d]
- @codecov/bundler-plugin-core@1.2.0

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codecov/webpack-plugin",
"version": "1.1.0",
"version": "1.2.0",
"description": "Official Codecov Webpack plugin",
"author": "Codecov",
"license": "MIT",
Expand Down