Skip to content

Commit e8fe7d5

Browse files
docs: πŸ“ changesets/action version packages
1 parent ba078d1 commit e8fe7d5

9 files changed

Lines changed: 52 additions & 11 deletions

File tree

β€Ž.changeset/spotty-squids-jump.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
@@ -14,6 +14,20 @@ section: "introduction"
1414

1515
## 2026-06-30
1616

17+
**@unimolecule/canon** `v0.1.1`
18+
19+
- Modify the bundler's config loader from native node to tsx.
20+
21+
**@unimolecule/oh-my-fetch** `v0.1.1`
22+
23+
- Modify the bundler's config loader from native node to tsx.
24+
25+
**@unimolecule/utils** `v0.1.1`
26+
27+
- Modify the bundler's config loader from native node to tsx.
28+
29+
## 2026-06-30
30+
1731
**@unimolecule/canon** `v0.1.0`
1832

1933
- Generate a unified changelog

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,19 @@ section: "introduction"
1010

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

13-
<!-- CHANGELOG:INSERT -->
13+
## 2026-06-30
14+
15+
**@unimolecule/canon** `v0.1.1`
16+
17+
- Modify the bundler's config loader from native node to tsx.
18+
19+
**@unimolecule/oh-my-fetch** `v0.1.1`
20+
21+
- Modify the bundler's config loader from native node to tsx.
22+
23+
**@unimolecule/utils** `v0.1.1`
24+
25+
- Modify the bundler's config loader from native node to tsx.
1426

1527
## 2026-06-30
1628

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

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [`ba078d1`](https://github.com/unimolecule/core/commit/ba078d144cbfffa8f16622085ca0bdf020f2ccd2) Thanks [@i7eo](https://github.com/i7eo)! - Modify the bundler's config loader from native node to tsx.
8+
39
## 0.1.0
410

511
### Minor Changes

β€Žpackages/canon/package.jsonβ€Ž

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

β€Žpackages/oh-my-fetch/CHANGELOG.mdβ€Ž

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [`ba078d1`](https://github.com/unimolecule/core/commit/ba078d144cbfffa8f16622085ca0bdf020f2ccd2) Thanks [@i7eo](https://github.com/i7eo)! - Modify the bundler's config loader from native node to tsx.
8+
9+
- Updated dependencies [[`ba078d1`](https://github.com/unimolecule/core/commit/ba078d144cbfffa8f16622085ca0bdf020f2ccd2)]:
10+
- @unimolecule/canon@0.1.1
11+
- @unimolecule/utils@0.1.1
12+
313
## 0.1.0
414

515
### Minor 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.0",
4+
"version": "0.1.1",
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.1
4+
5+
### Patch Changes
6+
7+
- [`ba078d1`](https://github.com/unimolecule/core/commit/ba078d144cbfffa8f16622085ca0bdf020f2ccd2) Thanks [@i7eo](https://github.com/i7eo)! - Modify the bundler's config loader from native node to tsx.
8+
39
## 0.1.0
410

511
### Minor Changes

β€Žpackages/utils/package.jsonβ€Ž

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

0 commit comments

Comments
Β (0)