Skip to content

Commit 9a3c7e8

Browse files
Version Packages (#604)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4aa54a7 commit 9a3c7e8

File tree

9 files changed

+18
-24
lines changed

9 files changed

+18
-24
lines changed

.changeset/blue-pigs-melt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cyan-goats-cough.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/giant-wolves-press.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/khaki-camels-march.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/pkg/CHANGELOG.md

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

3+
## 1.5.14
4+
5+
### Patch Changes
6+
7+
- ff11dad: fix: module alias(like `react` -> `react-dom`)
8+
- ac854dd: fix: compile all deps when specify deps in compileDependencies
9+
- 374f81c: feat: supporty compile cjs and cts
10+
311
## 1.5.13
412

513
### Patch 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": "1.5.13",
3+
"version": "1.5.14",
44
"description": "A fast builder for React components, Node modules and web libraries.",
55
"type": "module",
66
"main": "./lib/index.js",

packages/plugin-jsx-plus/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- 86b56d4: add missing babel-runtime-jsx-plus
8+
39
## 1.0.2
410

511
### Patch Changes

packages/plugin-jsx-plus/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ice/pkg-plugin-jsx-plus",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "ICE PKG plugin for jsx-plus",
55
"main": "es2017/index.js",
66
"type": "module",
@@ -42,7 +42,7 @@
4242
"babel-runtime-jsx-plus": "^0.1.5"
4343
},
4444
"devDependencies": {
45-
"@ice/pkg": "^1.5.4"
45+
"@ice/pkg": "^1.5.14"
4646
},
4747
"publishConfig": {
4848
"access": "public",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)