Skip to content

Commit 4b41cfe

Browse files
Version Packages (alpha) (#685)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent be6e233 commit 4b41cfe

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

.changeset/pre.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,21 @@
1919
"@ice/pkg-plugin-jsx-plus": "1.0.3",
2020
"@ice/pkg-plugin-rax-component": "1.1.2",
2121
"@ice/remark-react-docgen-docusaurus": "1.0.1",
22-
"icepkg-site": "0.0.0"
22+
"icepkg-site": "0.0.0",
23+
"@ice/pkg-tests": "0.0.0",
24+
"@ice/pkg-tests-bundle-dep": "0.0.0",
25+
"@ice/pkg-tests-mix-cjs-mjs": "0.0.0"
2326
},
24-
"changesets": ["cold-camels-rest", "dry-pots-buy", "long-experts-design", "quick-wasps-shake", "violet-pots-brush"]
27+
"changesets": [
28+
"cold-camels-rest",
29+
"dry-pots-buy",
30+
"eighty-trees-behave",
31+
"famous-fans-yell",
32+
"funny-tomatoes-count",
33+
"hip-beans-fail",
34+
"long-experts-design",
35+
"quick-wasps-shake",
36+
"slimy-walls-tease",
37+
"violet-pots-brush"
38+
]
2539
}

packages/pkg/CHANGELOG.md

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

3+
## 2.0.0-alpha.2
4+
5+
### Major Changes
6+
7+
- fc8417f: feat: change polyfill default to none [BREAK]
8+
- be6e233: feat: remove `development` option
9+
10+
### Minor Changes
11+
12+
- 76fa5f6: feat: support disable codeSplitting
13+
- 493eb9d: feat: update swc to 1.13 and not throw @swc/helpers version check error
14+
- 33edb9c: feat: support `pkg` options
15+
316
## 2.0.0-alpha.1
417

518
### Major 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": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
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)