Skip to content

Commit 3e08230

Browse files
docs: πŸ“ changesets/action version packages
1 parent d213148 commit 3e08230

11 files changed

Lines changed: 63 additions & 11 deletions

File tree

β€Ž.changeset/shiny-buttons-leave.mdβ€Ž

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

β€ŽCHANGELOG.mdβ€Ž

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

1313
<!-- CHANGELOG:INSERT -->
1414

15+
## 2026-07-24
16+
17+
**@unimolecule/cache** `v0.0.3`
18+
19+
- Change node version & Update utils package output
20+
21+
**@unimolecule/monorepo-tsconfig-paths** `v0.0.3`
22+
23+
- Change node version & Update utils package output
24+
25+
**@unimolecule/utils** `v0.1.5`
26+
27+
- Change node version & Update utils package output
28+
1529
## 2026-07-02
1630

1731
**@unimolecule/utils** `v0.1.4`

β€Žapps/document/content/changelog.mdβ€Ž

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

1111
<!-- markdownlint-enable MD025 -->
1212

13+
## 2026-07-24
14+
15+
**@unimolecule/cache** `v0.0.3`
16+
17+
- Change node version & Update utils package output
18+
19+
**@unimolecule/monorepo-tsconfig-paths** `v0.0.3`
20+
21+
- Change node version & Update utils package output
22+
23+
**@unimolecule/utils** `v0.1.5`
24+
25+
- Change node version & Update utils package output
26+
1327
## 2026-07-02
1428

1529
**@unimolecule/utils** `v0.1.4`

β€Žpackages/cache/CHANGELOG.mdβ€Ž

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- [`d213148`](https://github.com/unimolecule/core/commit/d213148cde04908c861d84edbf49d563583a7368) Thanks [@i7eo](https://github.com/i7eo)! - Change node version & Update utils package output
8+
9+
- Updated dependencies [[`d213148`](https://github.com/unimolecule/core/commit/d213148cde04908c861d84edbf49d563583a7368)]:
10+
- @unimolecule/utils@0.1.5
11+
312
## 0.0.2
413

514
### 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.2",
4+
"version": "0.0.3",
55
"private": true,
66
"author": "i7eo",
77
"license": "MIT",

β€Žpackages/monorepo-tsconfig-paths/CHANGELOG.mdβ€Ž

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- [`d213148`](https://github.com/unimolecule/core/commit/d213148cde04908c861d84edbf49d563583a7368) Thanks [@i7eo](https://github.com/i7eo)! - Change node version & Update utils package output
8+
9+
- Updated dependencies [[`d213148`](https://github.com/unimolecule/core/commit/d213148cde04908c861d84edbf49d563583a7368)]:
10+
- @unimolecule/utils@0.1.5
11+
312
## 0.0.2
413

514
### 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.2",
4+
"version": "0.0.3",
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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d213148`](https://github.com/unimolecule/core/commit/d213148cde04908c861d84edbf49d563583a7368)]:
8+
- @unimolecule/utils@0.1.5
9+
310
## 0.1.6
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.6",
4+
"version": "0.1.7",
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.5
4+
5+
### Patch Changes
6+
7+
- [`d213148`](https://github.com/unimolecule/core/commit/d213148cde04908c861d84edbf49d563583a7368) Thanks [@i7eo](https://github.com/i7eo)! - Change node version & Update utils package output
8+
39
## 0.1.4
410

511
### Patch Changes

0 commit comments

Comments
Β (0)