Skip to content

Commit 0087a3d

Browse files
Version Packages (alpha)
1 parent e0285a9 commit 0087a3d

File tree

7 files changed

+40
-6
lines changed

7 files changed

+40
-6
lines changed

.changeset/pre.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,23 @@
2222
"icepkg-site": "0.0.0",
2323
"@ice/pkg-tests": "0.0.0",
2424
"@ice/pkg-tests-bundle-dep": "0.0.0",
25-
"@ice/pkg-tests-mix-cjs-mjs": "0.0.0"
25+
"@ice/pkg-tests-mix-cjs-mjs": "0.0.0",
26+
"@ice/pkg-tests-react": "0.0.0"
2627
},
2728
"changesets": [
2829
"cold-camels-rest",
2930
"dry-pots-buy",
3031
"eighty-trees-behave",
3132
"famous-fans-yell",
33+
"friendly-birds-invent",
34+
"friendly-radios-walk",
3235
"funny-tomatoes-count",
36+
"giant-seahorses-call",
3337
"hip-beans-fail",
3438
"long-experts-design",
3539
"quick-wasps-shake",
3640
"slimy-walls-tease",
37-
"violet-pots-brush"
41+
"violet-pots-brush",
42+
"wet-rocks-dream"
3843
]
3944
}

packages/create-pkg/CHANGELOG.md

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

3+
## 1.4.0-alpha.0
4+
5+
### Minor Changes
6+
7+
- bd2d88d: feat: update typescript version and enable strict compiler option
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [bd2d88d]
12+
13+
314
## 1.3.5
415

516
- fix: remove docs directory

packages/create-pkg/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ice/create-pkg",
3-
"version": "1.3.5",
3+
"version": "1.4.0-alpha.0",
44
"description": "npm init @ice/pkg",
55
"type": "module",
66
"exports": "./lib/index.mjs",
@@ -39,7 +39,7 @@
3939
"consola": "^2.15.3",
4040
"fs-extra": "^10.0.0",
4141
"globby": "^14.0.1",
42-
"ice-npm-utils": "^3.0.2",
42+
"ice-npm-utils": "^3.1.0-alpha.0",
4343
"inquirer": "^8.2.1",
4444
"os-locale": "^6.0.2",
4545
"validate-npm-package-name": "^3.0.0"

packages/ice-npm-utils/CHANGELOG.md

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

3+
## 3.1.0-alpha.0
4+
5+
### Minor Changes
6+
7+
- bd2d88d: feat: update typescript version and enable strict compiler option
8+
39
## 3.0.3
410

511
- [fix] Using `fs.createWriteStream` will change all file permissions to `0o666`. However, there are cases where files need to be executable, such as files within the `.husky` directory. Therefore, `fs.createWriteStream` should maintain the original file permissions instead of overwriting them.

packages/ice-npm-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ice-npm-utils",
3-
"version": "3.0.3",
3+
"version": "3.1.0-alpha.0",
44
"description": "npm utils for ice",
55
"main": "lib/index.js",
66
"files": [

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.3
4+
5+
### Minor Changes
6+
7+
- bd2d88d: feat: update typescript version and enable strict compiler option
8+
- ce59d6b: feat: add oxc-transform as optional declaration generator
9+
- e0285a9: feat: support rolldown as an experimental engine
10+
11+
### Patch Changes
12+
13+
- 6dac234: feat: support `disable` for pkg config
14+
315
## 2.0.0-alpha.2
416

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