Skip to content

Commit

Permalink
build: Move from Alpha to Beta (#66)
Browse files Browse the repository at this point in the history
Intermediate changes require to move packages from alpha to beta.
  • Loading branch information
nicholas-codecov authored Feb 8, 2024
1 parent f7f0670 commit f5cae1c
Show file tree
Hide file tree
Showing 24 changed files with 109 additions and 100 deletions.
8 changes: 0 additions & 8 deletions .changeset/breezy-horses-rule.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/calm-points-mix.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/flat-coats-jump.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/fluffy-candles-switch.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/grumpy-icons-hammer.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"@codecov/vite-plugin": patch
---

Move bundler-core test deps to dev deps
Move packages into beta
8 changes: 0 additions & 8 deletions .changeset/new-chefs-fold.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/poor-cows-kneel.md

This file was deleted.

24 changes: 6 additions & 18 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
{
"mode": "pre",
"tag": "alpha",
"tag": "beta",
"initialVersions": {
"@codecov/bundler-plugin-core": "0.0.1",
"@codecov/rollup-plugin": "0.0.1",
"@codecov/vite-plugin": "0.0.1",
"@codecov/webpack-plugin": "0.0.1"
},
"changesets": [
"breezy-horses-rule",
"calm-points-mix",
"flat-coats-jump",
"fluffy-candles-switch",
"grumpy-icons-hammer",
"new-chefs-fold",
"poor-cows-kneel",
"pretty-ghosts-arrive",
"shy-bottles-shout",
"tasty-adults-design"
]
"@codecov/bundler-plugin-core": "0.0.0",
"@codecov/rollup-plugin": "0.0.0",
"@codecov/vite-plugin": "0.0.0",
"@codecov/webpack-plugin": "0.0.0"
}
}
8 changes: 0 additions & 8 deletions .changeset/pretty-ghosts-arrive.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tasty-adults-design.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Codecov Bundler Plugins

> [!WARNING]
> These plugins are currently in alpha and are subject to change.
> These plugins are currently in beta and are subject to change.
Codecov plugins for various JavaScript bundlers. Currently supporting Rollup, Vite, Webpack 5.

Expand Down
15 changes: 15 additions & 0 deletions packages/bundler-plugin-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @codecov/bundler-plugin-core

## 0.0.1-beta.0

### Patch Changes

- becd728: Add duration to webpack bundler plugin directly
- 543a526: Update dependencies before moving package out of alpha
- 4f1183e: Remove references to Webpack 4, as we currently on support Node 18+.
- c1fdbd6: Fix retry when fetching by throwing custom error if response is not okay
- d28a2e4: Break from retry loop when the response is ok
- 7c55993: Rename uploaderOverrides to uploadOverrides, remove url from uploadOverrides, and removal of repoToken/globalUploadToken in favour of just uploadToken.
- 36ed299: Alpha release of Codecov bundler plugins
- 562ac0c: Adjust peer dep versions to use x-range instead of caret
- 48b6e90: Move bundler-core test deps to dev deps
- c755a5c: Add missing outputPath to output stats file

## 0.0.1-alpha.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-plugin-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Codecov Bundler Plugin Core

> [!WARNING]
> These plugins are currently in alpha and are subject to change.
> These plugins are currently in beta and are subject to change.
Core package containing the bundler-agnostic logic for the Codecov Bundler Plugins.

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": "0.0.1-alpha.3",
"version": "0.0.0",
"description": "Official Codecov Bundler Plugin Core",
"author": "Codecov",
"license": "MIT",
Expand Down
26 changes: 26 additions & 0 deletions packages/rollup-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @codecov/rollup-plugin

## 0.0.1-beta.0

### Patch Changes

- becd728: Add duration to webpack bundler plugin directly
- 543a526: Update dependencies before moving package out of alpha
- 4f1183e: Remove references to Webpack 4, as we currently on support Node 18+.
- c1fdbd6: Fix retry when fetching by throwing custom error if response is not okay
- d28a2e4: Break from retry loop when the response is ok
- 7c55993: Rename uploaderOverrides to uploadOverrides, remove url from uploadOverrides, and removal of repoToken/globalUploadToken in favour of just uploadToken.
- 36ed299: Alpha release of Codecov bundler plugins
- 562ac0c: Adjust peer dep versions to use x-range instead of caret
- 48b6e90: Move bundler-core test deps to dev deps
- c755a5c: Add missing outputPath to output stats file
- Updated dependencies [becd728]
- Updated dependencies [543a526]
- Updated dependencies [4f1183e]
- Updated dependencies [c1fdbd6]
- Updated dependencies [d28a2e4]
- Updated dependencies [7c55993]
- Updated dependencies [36ed299]
- Updated dependencies [562ac0c]
- Updated dependencies [48b6e90]
- Updated dependencies [c755a5c]
- @codecov/bundler-plugin-core@0.0.1

## 0.0.1-alpha.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Codecov Rollup Plugin

> [!WARNING]
> These plugins are currently in alpha and are subject to change.
> These plugins are currently in beta and are subject to change.
> A Rollup plugin that provides bundle analysis support for Codecov.
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": "0.0.1-alpha.3",
"version": "0.0.0",
"description": "Official Codecov Rollup plugin",
"author": "Codecov",
"license": "MIT",
Expand Down
26 changes: 26 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @codecov/vite-plugin

## 0.0.1-beta.0

### Patch Changes

- becd728: Add duration to webpack bundler plugin directly
- 543a526: Update dependencies before moving package out of alpha
- 4f1183e: Remove references to Webpack 4, as we currently on support Node 18+.
- c1fdbd6: Fix retry when fetching by throwing custom error if response is not okay
- d28a2e4: Break from retry loop when the response is ok
- 7c55993: Rename uploaderOverrides to uploadOverrides, remove url from uploadOverrides, and removal of repoToken/globalUploadToken in favour of just uploadToken.
- 36ed299: Alpha release of Codecov bundler plugins
- 562ac0c: Adjust peer dep versions to use x-range instead of caret
- 48b6e90: Move bundler-core test deps to dev deps
- c755a5c: Add missing outputPath to output stats file
- Updated dependencies [becd728]
- Updated dependencies [543a526]
- Updated dependencies [4f1183e]
- Updated dependencies [c1fdbd6]
- Updated dependencies [d28a2e4]
- Updated dependencies [7c55993]
- Updated dependencies [36ed299]
- Updated dependencies [562ac0c]
- Updated dependencies [48b6e90]
- Updated dependencies [c755a5c]
- @codecov/bundler-plugin-core@0.0.1

## 0.0.1-alpha.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Codecov Vite Plugin

> [!WARNING]
> These plugins are currently in alpha and are subject to change.
> These plugins are currently in beta and are subject to change.
> A Vite plugin that provides bundle analysis support for Codecov.
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": "0.0.1-alpha.3",
"version": "0.0.0",
"description": "Official Codecov Vite plugin",
"author": "Codecov",
"license": "MIT",
Expand Down
26 changes: 26 additions & 0 deletions packages/webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @codecov/webpack-plugin

## 0.0.1-beta.0

### Patch Changes

- becd728: Add duration to webpack bundler plugin directly
- 543a526: Update dependencies before moving package out of alpha
- 4f1183e: Remove references to Webpack 4, as we currently on support Node 18+.
- c1fdbd6: Fix retry when fetching by throwing custom error if response is not okay
- d28a2e4: Break from retry loop when the response is ok
- 7c55993: Rename uploaderOverrides to uploadOverrides, remove url from uploadOverrides, and removal of repoToken/globalUploadToken in favour of just uploadToken.
- 36ed299: Alpha release of Codecov bundler plugins
- 562ac0c: Adjust peer dep versions to use x-range instead of caret
- 48b6e90: Move bundler-core test deps to dev deps
- c755a5c: Add missing outputPath to output stats file
- Updated dependencies [becd728]
- Updated dependencies [543a526]
- Updated dependencies [4f1183e]
- Updated dependencies [c1fdbd6]
- Updated dependencies [d28a2e4]
- Updated dependencies [7c55993]
- Updated dependencies [36ed299]
- Updated dependencies [562ac0c]
- Updated dependencies [48b6e90]
- Updated dependencies [c755a5c]
- @codecov/bundler-plugin-core@0.0.1

## 0.0.1-alpha.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Codecov Webpack Plugin

> [!WARNING]
> These plugins are currently in alpha and are subject to change.
> These plugins are currently in beta and are subject to change.
> A Webpack plugin that provides bundle analysis support for Codecov.
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": "0.0.1-alpha.3",
"version": "0.0.0",
"description": "Official Codecov Webpack plugin",
"author": "Codecov",
"license": "MIT",
Expand Down

0 comments on commit f5cae1c

Please sign in to comment.