Skip to content

Commit e3d6a79

Browse files
Version Packages (#551)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 733b09e commit e3d6a79

File tree

7 files changed

+16
-14
lines changed

7 files changed

+16
-14
lines changed

.changeset/breezy-glasses-guess.md

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

.changeset/fair-lobsters-grow.md

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

packages/pkg/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.5.7
4+
5+
### Patch Changes
6+
7+
- b90b394: fix: not transform node_modules packages
8+
39
## 1.5.6
410

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

packages/plugin-docusaurus/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.4.10
4+
5+
### Patch Changes
6+
7+
- 4b81cc1: fix: OOM when use tnpm/cnpm to install dependencies
8+
39
## 1.4.9
410

511
### Patch Changes

packages/plugin-docusaurus/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-docusaurus",
3-
"version": "1.4.9",
3+
"version": "1.4.10",
44
"description": "@ice/pkg plugin for component and docs preview.",
55
"main": "es2017/index.mjs",
66
"exports": {
@@ -76,7 +76,7 @@
7676
"devDependencies": {
7777
"@algolia/client-search": "^4.9.1",
7878
"@types/react": "^17.0.0",
79-
"@ice/pkg": "^1.5.6",
79+
"@ice/pkg": "^1.5.7",
8080
"react": "^18.2.0",
8181
"react-dom": "^18.2.0",
8282
"typescript": "^4.9.3",

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)