Skip to content

Commit

Permalink
setup changeset
Browse files Browse the repository at this point in the history
Signed-off-by: Antonette Caldwell <[email protected]>
  • Loading branch information
nebula-aac committed Aug 24, 2023
1 parent b2ce8d0 commit 322564c
Show file tree
Hide file tree
Showing 7 changed files with 729 additions and 18 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
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": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": ["@layer5/design-system"]
}
6 changes: 6 additions & 0 deletions .changeset/ninety-keys-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@layer5/sistent-components": minor
"@layer5/sistent-svg": minor
---

Prerelease
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,12 @@
"workspaces": [
"packages/*"
],
"packageManager": "[email protected]"
"scripts": {
"changeset": "changeset",
"version-packages": "changeset version"
},
"packageManager": "[email protected]",
"dependencies": {
"@changesets/cli": "^2.26.2"
}
}
3 changes: 3 additions & 0 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.5",
"react": "^18.2.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/svg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
"react-dom": "^18.2.0",
"tsup": "^7.2.0",
"typescript": "^5.1.6"
},
"publishConfig": {
"access": "public"
}
}
Loading

0 comments on commit 322564c

Please sign in to comment.