Skip to content

Commit c3590e6

Browse files
authored
Merge pull request #8 from unimolecule/changeset-release/main
Version Packages
2 parents 3c763d2 + abc941f commit c3590e6

11 files changed

Lines changed: 39 additions & 9 deletions

File tree

.changeset/many-spies-watch.md

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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ section: "introduction"
1414

1515
## 2026-07-02
1616

17+
**@unimolecule/utils** `v0.1.4`
18+
19+
- feat disk & memory check
20+
1721
**@unimolecule/utils** `v0.1.3`
1822

1923
- refactor output-entry-builder, support `entries`

apps/document/content/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ section: "introduction"
1212

1313
## 2026-07-02
1414

15+
**@unimolecule/utils** `v0.1.4`
16+
17+
- feat disk & memory check
18+
1519
**@unimolecule/utils** `v0.1.3`
1620

1721
- refactor output-entry-builder, support `entries`

packages/cache/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @unimolecule/cache
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3c763d2`](https://github.com/unimolecule/core/commit/3c763d2197859402adde20764d7e02a870690272)]:
8+
- @unimolecule/utils@0.1.4
9+
310
## 0.0.1
411

512
### Patch Changes

packages/cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unimolecule/cache",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"private": true,
66
"author": "i7eo",
77
"license": "MIT",

packages/monorepo-tsconfig-paths/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @unimolecule/monorepo-tsconfig-paths
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3c763d2`](https://github.com/unimolecule/core/commit/3c763d2197859402adde20764d7e02a870690272)]:
8+
- @unimolecule/utils@0.1.4
9+
310
## 0.0.1
411

512
### Patch Changes

packages/monorepo-tsconfig-paths/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unimolecule/monorepo-tsconfig-paths",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"private": true,
66
"author": "i7eo",
77
"license": "MIT",

packages/oh-my-fetch/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @unimolecule/oh-my-fetch
22

3+
## 0.1.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3c763d2`](https://github.com/unimolecule/core/commit/3c763d2197859402adde20764d7e02a870690272)]:
8+
- @unimolecule/utils@0.1.4
9+
310
## 0.1.5
411

512
### Patch Changes

packages/oh-my-fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unimolecule/oh-my-fetch",
33
"type": "module",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"author": "i7eo",
66
"license": "MIT",
77
"exports": {

packages/utils/CHANGELOG.md

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

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- [`3c763d2`](https://github.com/unimolecule/core/commit/3c763d2197859402adde20764d7e02a870690272) Thanks [@i7eo](https://github.com/i7eo)! - feat disk & memory check
8+
39
## 0.1.3
410

511
### Patch Changes

0 commit comments

Comments
 (0)