Skip to content

Commit

Permalink
build: Add in base patch changeset to get a version number live (#36)
Browse files Browse the repository at this point in the history
Final fixes for getting changeset working properly.
  • Loading branch information
nicholas-codecov authored Dec 21, 2023
1 parent 9b9d8e8 commit 36ed299
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .changeset/poor-cows-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@codecov/bundler-plugin-core": patch
"@codecov/webpack-plugin": patch
"@codecov/rollup-plugin": patch
"@codecov/vite-plugin": patch
---

Alpha release of Codecov bundler plugins
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",
"version": "0.0.0",
"description": "Official Codecov Bundler Plugin Core",
"author": "Codecov",
"license": "MIT",
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",
"version": "0.0.0",
"description": "Official Codecov Rollup plugin",
"author": "Codecov",
"license": "MIT",
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",
"version": "0.0.0",
"description": "Official Codecov Vite plugin",
"author": "Codecov",
"license": "MIT",
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",
"version": "0.0.0",
"description": "Official Codecov Webpack plugin",
"author": "Codecov",
"license": "MIT",
Expand Down

0 comments on commit 36ed299

Please sign in to comment.