Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@
"dry-pots-buy",
"eighty-trees-behave",
"famous-fans-yell",
"friendly-birds-invent",
"funny-tomatoes-count",
"hip-beans-fail",
"long-experts-design",
"quick-wasps-shake",
"slimy-walls-tease",
"violet-pots-brush"
"violet-pots-brush",
"wet-rocks-dream"
]
}
11 changes: 11 additions & 0 deletions packages/create-pkg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.4.0-alpha.0

### Minor Changes

- bd2d88d: feat: update typescript version and enable strict compiler option

### Patch Changes

- Updated dependencies [bd2d88d]
- ice-npm-utils@3.1.0-alpha.0

## 1.3.5

- fix: remove docs directory
Expand Down
4 changes: 2 additions & 2 deletions packages/create-pkg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/create-pkg",
"version": "1.3.5",
"version": "1.4.0-alpha.0",
"description": "npm init @ice/pkg",
"type": "module",
"exports": "./lib/index.mjs",
Expand Down Expand Up @@ -39,7 +39,7 @@
"consola": "^2.15.3",
"fs-extra": "^10.0.0",
"globby": "^14.0.1",
"ice-npm-utils": "^3.0.2",
"ice-npm-utils": "^3.1.0-alpha.0",
"inquirer": "^8.2.1",
"os-locale": "^6.0.2",
"validate-npm-package-name": "^3.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/ice-npm-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.1.0-alpha.0

### Minor Changes

- bd2d88d: feat: update typescript version and enable strict compiler option

## 3.0.3

- [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.
Expand Down
2 changes: 1 addition & 1 deletion packages/ice-npm-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ice-npm-utils",
"version": "3.0.3",
"version": "3.1.0-alpha.0",
"description": "npm utils for ice",
"main": "lib/index.js",
"files": [
Expand Down
10 changes: 10 additions & 0 deletions packages/pkg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 2.0.0-alpha.3

### Minor Changes

- bd2d88d: feat: update typescript version and enable strict compiler option

### Patch Changes

- 6dac234: feat: support `disable` for pkg config

## 2.0.0-alpha.2

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pkg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/pkg",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"description": "A fast builder for React components, Node modules and web libraries.",
"type": "module",
"main": "./lib/index.js",
Expand Down