Skip to content

Commit 2261fc4

Browse files
committed
2 parents 3f7f6d3 + 80eaae4 commit 2261fc4

File tree

6 files changed

+46
-3
lines changed

6 files changed

+46
-3
lines changed

packages/dev-config/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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

packages/dev-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

packages/rollup-config/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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

packages/rollup-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>",

packages/tsdown-config/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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

packages/tsdown-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>",

0 commit comments

Comments
 (0)