File tree Expand file tree Collapse file tree 6 files changed +46
-3
lines changed
Expand file tree Collapse file tree 6 files changed +46
-3
lines changed Original file line number Diff line number Diff line change 11# @pixpilot/dev-config
22
3+ ## 3.16.0
4+
5+ ### Minor Changes
6+
7+ - add tsdown-config
8+ - add tsconfig option to RollupConfigOptions
9+ - add commit-msg hook for linting
10+
11+ ### Patch Changes
12+
13+ - update project setup to remove build flag
14+ - add directory field to package.json
15+ - update README.md and package.json for clarity and structure
16+
317## 3.15.0
418
519### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @pixpilot/dev-config" ,
33 "type" : " module" ,
4- "version" : " 3.15 .0" ,
4+ "version" : " 3.16 .0" ,
55 "description" : " Modern, opinionated development configurations." ,
66 "author" : " m.doaie" ,
77 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11# @pixpilot/rollup-config
22
3+ ## 0.12.0
4+
5+ ### Minor Changes
6+
7+ - add tsdown-config
8+ - update dependency handling and improve alias creation
9+ - add additional copy targets for configuration
10+
11+ ### Patch Changes
12+
13+ - update project setup to remove build flag
14+ - update package.json to set module type and public access
15+ - fix eslint warns
16+
317## 0.11.0
418
519### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @pixpilot/rollup-config" ,
33 "type" : " module" ,
4- "version" : " 0.11 .0" ,
4+ "version" : " 0.12 .0" ,
55 "packageManager" : " pnpm@10.17.0" ,
66 "description" : " Rollup configuration for PixPilot projects." ,
77 "author" : " PixPilot <m.doaie@hotmail.com>" ,
Original file line number Diff line number Diff line change 11# @pixpilot/tsdown-config
22
3+ ## 0.2.0
4+
5+ ### Minor Changes
6+
7+ - add tsdown-config
8+ - add tsconfig option to RollupConfigOptions
9+ - add commit-msg hook for linting
10+
11+ ### Patch Changes
12+
13+ - update project setup to remove build flag
14+ - add directory field to package.json
15+ - restore CHANGELOG.md for release tracking
16+ - fix eslint warns
17+
318## 0.1.0
419
520### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @pixpilot/tsdown-config" ,
33 "type" : " module" ,
4- "version" : " 0.1 .0" ,
4+ "version" : " 0.2 .0" ,
55 "packageManager" : " pnpm@10.17.0" ,
66 "description" : " Tsdown configuration for PixPilot projects." ,
77 "author" : " PixPilot <m.doaie@hotmail.com>" ,
You can’t perform that action at this time.
0 commit comments