Skip to content

Commit 9e18c1d

Browse files
meta(changelog): Update package versions
1 parent 590f0f1 commit 9e18c1d

File tree

22 files changed

+139
-38
lines changed

22 files changed

+139
-38
lines changed

.changeset/serious-olives-add.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.changeset/twelve-meals-report.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/bundle-analyzer/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @codecov/bundle-analyzer
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- 168610b: Add in debug logs for each param for each provider for better debugging.
8+
- 590f0f1: Add GITHUB_JOB env var to list of env var names in GitHubActions provider util
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [168610b]
13+
- Updated dependencies [590f0f1]
14+
- @codecov/bundler-plugin-core@1.3.0
15+
316
## 1.2.1
417

518
### Patch Changes

packages/bundle-analyzer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codecov/bundle-analyzer",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Official Codecov Bundle Analyzer",
55
"author": "Codecov",
66
"license": "MIT",

packages/bundler-plugin-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @codecov/bundler-plugin-core
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- 168610b: Add in debug logs for each param for each provider for better debugging.
8+
- 590f0f1: Add GITHUB_JOB env var to list of env var names in GitHubActions provider util
9+
310
## 1.2.1
411

512
### Patch Changes

packages/bundler-plugin-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codecov/bundler-plugin-core",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Official Codecov Bundler Plugin Core",
55
"author": "Codecov",
66
"license": "MIT",

packages/nextjs-webpack-plugin/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @codecov/nextjs-webpack-plugin
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- 168610b: Add in debug logs for each param for each provider for better debugging.
8+
- 590f0f1: Add GITHUB_JOB env var to list of env var names in GitHubActions provider util
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [168610b]
13+
- Updated dependencies [590f0f1]
14+
- @codecov/bundler-plugin-core@1.3.0
15+
- @codecov/webpack-plugin@1.3.0
16+
317
## 1.2.1
418

519
### Patch Changes

packages/nextjs-webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codecov/nextjs-webpack-plugin",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Official Codecov NextJS (Webpack) plugin",
55
"author": "Codecov",
66
"license": "MIT",

packages/nuxt-plugin/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @codecov/nuxt-plugin
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- 168610b: Add in debug logs for each param for each provider for better debugging.
8+
- 590f0f1: Add GITHUB_JOB env var to list of env var names in GitHubActions provider util
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [168610b]
13+
- Updated dependencies [590f0f1]
14+
- @codecov/bundler-plugin-core@1.3.0
15+
- @codecov/vite-plugin@1.3.0
16+
317
## 1.2.1
418

519
### Patch Changes

packages/nuxt-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codecov/nuxt-plugin",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Official Codecov Nuxt plugin",
55
"author": "Codecov",
66
"license": "MIT",

0 commit comments

Comments
 (0)