Skip to content

Commit 34c536f

Browse files
committed
2 parents d61c5ff + 1f5fedc commit 34c536f

4 files changed

Lines changed: 24 additions & 2 deletions

File tree

packages/dev-config/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @pixpilot/dev-config
22

3+
## 3.5.0
4+
5+
### Minor Changes
6+
7+
- add additional copy targets for configuration
8+
9+
### Patch Changes
10+
11+
- add directory field to package.json
12+
- update README.md and package.json for clarity and structure
13+
314
## 3.4.0
415

516
### 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.4.0",
4+
"version": "3.5.0",
55
"description": "Modern, opinionated development configurations.",
66
"author": "m.doaie",
77
"license": "MIT",

packages/rollup-config/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @pixpilot/rollup-config
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- enhance configuration with copy options
8+
9+
### Patch Changes
10+
11+
- update package.json to set module type and public access
12+
- fix eslint warns
13+
314
## 0.0.2
415

516
### Patch 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.0.2",
4+
"version": "0.1.0",
55
"packageManager": "pnpm@10.17.0",
66
"author": "PixPilot <m.doaie@hotmail.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)