Skip to content

Commit

Permalink
chore: add changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics committed Nov 10, 2024
1 parent b6f19cc commit d1da356
Show file tree
Hide file tree
Showing 5 changed files with 609 additions and 213 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)
13 changes: 13 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": true,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [
"vitepress-carbon-demo"
]
}
5 changes: 5 additions & 0 deletions .changeset/cuddly-cats-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'vitepress-carbon': minor
---

Fixed dist imports and navbar menu
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
"prettier:fail": "prettier --check --parser typescript \"{__tests__,docs,packages,types}/**/*.ts\"",
"lint": "pnpm eslint --fix && pnpm prettier",
"lint:fail": "pnpm eslint && pnpm prettier:fail",
"build": "pnpm --filter vitepress-carbon run build && pnpm --filter vpcar run build && pnpm --filter vitepress-carbon-demo build",
"release": "changelogen --release && pnpm --filter vpcar run release && pnpm --filter vitepress-carbon release && git push --follow-tags",
"release:minor": "changelogen --release --minor && pnpm --filter vpcar run release && pnpm --filter vitepress-carbon release && git push --follow-tags"
"build": "pnpm --filter vitepress-carbon run build && pnpm --filter vpcar run build && pnpm --filter vitepress-carbon-demo build"
},
"author": "Breno A.",
"license": "MIT",
Expand All @@ -26,6 +24,7 @@
"url": "https://github.com/brenoepics/vitepress-carbon/issues"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@eslint/js": "^9.12.0",
"@types/mark.js": "^8.11.12",
"eslint": "^9.12.0",
Expand All @@ -38,7 +37,6 @@
"dependencies": {
"@algolia/client-search": "^5.8.1",
"@types/node": "^22.7.4",
"changelogen": "^0.5.7",
"mark.js": "^8.11.1",
"search-insights": "^2.17.2",
"vitepress": "^1.4.1",
Expand Down
Loading

0 comments on commit d1da356

Please sign in to comment.