Skip to content

Commit

Permalink
ci: add changeset config
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Jun 20, 2024
1 parent 808f085 commit a35cd3c
Show file tree
Hide file tree
Showing 3 changed files with 2,258 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
}
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "@lumeweb/portal-plugin-dashboard",
"private": true,
"version": "0.0.0",
"devDependencies": {
"@changesets/cli": "^2.27.1"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit a35cd3c

Please sign in to comment.