Skip to content

Commit 4b33226

Browse files
Version Packages (alpha)
1 parent bd2d88d commit 4b33226

File tree

7 files changed

+34
-5
lines changed

7 files changed

+34
-5
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,13 @@
2929
"dry-pots-buy",
3030
"eighty-trees-behave",
3131
"famous-fans-yell",
32+
"friendly-birds-invent",
3233
"funny-tomatoes-count",
3334
"hip-beans-fail",
3435
"long-experts-design",
3536
"quick-wasps-shake",
3637
"slimy-walls-tease",
37-
"violet-pots-brush"
38+
"violet-pots-brush",
39+
"wet-rocks-dream"
3840
]
3941
}

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+
- ice-npm-utils@3.1.0-alpha.0
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
9+
### Patch Changes
10+
11+
- 6dac234: feat: support `disable` for pkg config
12+
313
## 2.0.0-alpha.2
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.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)