Skip to content

Commit 2d239bf

Browse files
Version Packages (alpha) (#675)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3d5189b commit 2d239bf

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.changeset/pre.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,12 @@
2121
"@ice/remark-react-docgen-docusaurus": "1.0.1",
2222
"icepkg-site": "0.0.0"
2323
},
24-
"changesets": ["cold-camels-rest", "dry-pots-buy", "long-experts-design", "violet-pots-brush"]
24+
"changesets": [
25+
"angry-llamas-punch",
26+
"cold-camels-rest",
27+
"dry-pots-buy",
28+
"long-experts-design",
29+
"quick-wasps-shake",
30+
"violet-pots-brush"
31+
]
2532
}

packages/pkg/CHANGELOG.md

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

3+
## 2.0.0-alpha.1
4+
5+
### Major Changes
6+
7+
- 3eeafe1: feat: remove transform swc helpers to cjs
8+
9+
### Patch Changes
10+
11+
- 3d5189b: fix: lock tsc-alias version to 1.8.13 for fix compiling error.
12+
313
## 2.0.0-alpha.0
414

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