Skip to content

Commit 4b311c0

Browse files
chore: Align Change Sets for 1.0.0 release (#164)
Take the plugins out of pre mode, and add changeset for 1.0.0 major release.
1 parent 80dc4ee commit 4b311c0

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

.changeset/pre.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"mode": "pre",
2+
"mode": "exit",
33
"tag": "beta",
44
"initialVersions": {
55
"@codecov/bundler-plugin-core": "0.0.0",

.changeset/shiny-ghosts-play.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
"@codecov/bundler-plugin-core": major
3+
"@codecov/nextjs-webpack-plugin": major
4+
"@codecov/nuxt-plugin": major
5+
"@codecov/remix-vite-plugin": major
6+
"@codecov/rollup-plugin": major
7+
"@codecov/solidstart-plugin": major
8+
"@codecov/sveltekit-plugin": major
9+
"@codecov/vite-plugin": major
10+
"@codecov/webpack-plugin": major
11+
---
12+
13+
Release 1.0.0 of the plugins. You can read more about the plugins and bundle analysis in our [docs](https://docs.codecov.com/docs/javascript-bundle-analysis).
14+
15+
The plugins currently support the following frameworks and meta-frameworks:
16+
17+
- NextJS (Webpack) - [Docs](https://dash.readme.com/project/codecov/v2023/docs/nextjs-webpack-quick-start)
18+
- Nuxt - [Docs](https://dash.readme.com/project/codecov/v2023/docs/nuxt-quick-start)
19+
- Remix (Vite) - [Docs](https://dash.readme.com/project/codecov/v2023/docs/remix-vite-quick-start)
20+
- Rollup - [Docs](https://dash.readme.com/project/codecov/v2023/docs/rollup-quick-start)
21+
- SolidStart - [Docs](https://dash.readme.com/project/codecov/v2023/docs/sveltekit-quick-start)
22+
- SvelteKit - [Docs](https://dash.readme.com/project/codecov/v2023/docs/solidstart-quick-start)
23+
- Vite - [Docs](https://dash.readme.com/project/codecov/v2023/docs/vite-quick-start-vue-sveltekit-remix-solidjs-etc)
24+
- Webpack - [Docs](https://dash.readme.com/project/codecov/v2023/docs/webpack-quick-start-nextjs-craco)
25+
26+
The plugins have the following functionality:
27+
28+
- Automatically collect and upload bundle stats data to Codecov
29+
- Tokenless uploads of bundle stats for forked upstream pull requests - [Docs](https://dash.readme.com/project/codecov/v2023/docs/tokenless-bundle-analysis)
30+
- GH OIDC authentication for users or organizations who have configured it with GitHub - [Docs](https://dash.readme.com/project/codecov/v2023/docs/github-oidc-bundle-analysis)
31+
- Support for Codecov Enterprise and self hosted users

0 commit comments

Comments
 (0)