Skip to content

Commit 810fab9

Browse files
authoredApr 17, 2025··
Version Packages (alpha) (#672)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f93c5aa commit 810fab9

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed
 

‎.changeset/pre.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"@ice/remark-react-docgen-docusaurus": "1.0.1",
2222
"icepkg-site": "0.0.0"
2323
},
24-
"changesets": []
24+
"changesets": ["cold-camels-rest", "dry-pots-buy", "long-experts-design", "violet-pots-brush"]
2525
}

‎packages/pkg/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 2.0.0-alpha.0
4+
5+
### Major Changes
6+
7+
- 9d79a4e: feat: upgrade rollup to v4 and other packages
8+
- 9f732e5: feat: external support RegExp and not external sub path of package
9+
- 95f233d: feat: support custom format
10+
11+
### Minor Changes
12+
13+
- 073a6cb: feat: add individual declaration task for speed
14+
315
## 1.6.0
416

517
### Minor Changes

‎packages/pkg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ice/pkg",
3-
"version": "1.6.0",
3+
"version": "2.0.0-alpha.0",
44
"description": "A fast builder for React components, Node modules and web libraries.",
55
"type": "module",
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)
Please sign in to comment.