Skip to content

Commit 0c3409e

Browse files
committed
2 parents 091edc8 + a3d8972 commit 0c3409e

4 files changed

Lines changed: 21 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.3.0
4+
5+
### Minor Changes
6+
7+
- add rollup-config
8+
9+
### Patch Changes
10+
11+
- remove private flag from package.json
12+
- fix eslint warns
13+
314
## 3.2.3
415

516
### Patch 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.2.3",
4+
"version": "3.3.0",
55
"description": "Modern, opinionated development configurations.",
66
"author": "m.doaie",
77
"license": "MIT",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @pixpilot/rollup-config
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- remove private flag from package.json
8+
- fix eslint warns

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

0 commit comments

Comments
 (0)