diff --git a/.changeset/shiny-clouds-occur.md b/.changeset/shiny-clouds-occur.md new file mode 100644 index 00000000..88758bd1 --- /dev/null +++ b/.changeset/shiny-clouds-occur.md @@ -0,0 +1,20 @@ +--- +'@orbitkit/docs': patch +'@orbitkit/marketing': patch +'@orbitkit/web': patch +'@orbitkit/api': patch +'@orbitkit/assets': patch +'@orbitkit/auth': patch +'@orbitkit/eslint': patch +'@orbitkit/storybook': patch +'@orbitkit/tailwind': patch +'@orbitkit/tsconfig': patch +'@orbitkit/vite': patch +'@orbitkit/core': patch +'@orbitkit/db': patch +'@orbitkit/env': patch +'@orbitkit/ui': patch +'@orbitkit/utils': patch +--- + +Fix: fixed issue with reset:changelog script diff --git a/package.json b/package.json index 712b0fb4..41aa8c7b 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "lint:spell": "cspell \"**\" --gitignore --dot --no-progress --cache --unique ", "prepare": "husky", "release": "turbo run build lint typecheck && changeset version && changeset publish", - "reset:changelog": "bun run rm -rf **/CHANGELOG.md", + "reset:changelog": "bun run rm -rf */**/CHANGELOG.md", "typecheck": "tsc", "update:workspace": "bun run ./scripts/update-workspace" },