Skip to content

Commit

Permalink
chore: add package version numbers (#4796)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Black <[email protected]>
  • Loading branch information
2 people authored and TylerJDev committed Jul 31, 2024
1 parent ef127aa commit 880b759
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"initialVersions": {
"docs": "1.0.0",
"codesandbox": "0.0.0",
"example-app-router": "0.0.0",
"example-consumer-test": "0.0.0",
"example-nextjs": "0.0.0",
"@primer/react": "36.27.0",
"rollup-plugin-import-css": "0.0.0"
Expand Down
1 change: 1 addition & 0 deletions examples/app-router/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "example-app-router",
"version": "0.0.0",
"private": true,
"scripts": {
"clean": "rimraf .next",
Expand Down
1 change: 1 addition & 0 deletions examples/consumer-test/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "example-consumer-test",
"version": "0.0.0",
"private": true,
"scripts": {
"check": "tsc --noEmit"
Expand Down

0 comments on commit 880b759

Please sign in to comment.