Skip to content

Commit

Permalink
chore: prepare changesets integration
Browse files Browse the repository at this point in the history
  • Loading branch information
noherczeg committed Nov 16, 2023
1 parent b7e2b83 commit e6adc4e
Show file tree
Hide file tree
Showing 3 changed files with 1,653 additions and 4 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": []
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "pandino-root",
"version": "0.8.30",
"license": "EPL-2.0",
"author": "Norbert Herczeg <[email protected]>",
"workspaces": [
Expand All @@ -9,12 +10,14 @@
"registry": "https://registry.npmjs.org"
},
"scripts": {
"changeset": "changeset",
"build": "pnpm -r run build",
"test": "pnpm -r --if-present run test",
"format": "prettier --config .prettierrc \"packages/@pandino/*/src/**/*.{js,ts,tsx}\" --write",
"format-examples": "prettier --config .prettierrc examples/*/packages/*/src/**/*.{ts,tsx} --write"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@types/node": "^20.9.0",
"prettier": "^3.1.0",
"rimraf": "^5.0.5"
Expand Down
Loading

0 comments on commit e6adc4e

Please sign in to comment.