Skip to content

Commit f9d5251

Browse files
authored
Merge pull request #4 from unimolecule/changeset-release/main
Version Packages
2 parents bb74320 + fdd9225 commit f9d5251

9 files changed

Lines changed: 53 additions & 10 deletions

File tree

.changeset/bold-beers-act.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-01
16+
17+
**@unimolecule/canon** `v0.1.2`
18+
19+
- use node shims in node-only bundler
20+
21+
**@unimolecule/oh-my-fetch** `v0.1.2`
22+
23+
- use node shims in node-only bundler
24+
25+
**@unimolecule/utils** `v0.1.2`
26+
27+
- use node shims in node-only bundler
28+
1529
## 2026-06-30
1630

1731
**@unimolecule/canon** `v0.1.1`

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-01
14+
15+
**@unimolecule/canon** `v0.1.2`
16+
17+
- use node shims in node-only bundler
18+
19+
**@unimolecule/oh-my-fetch** `v0.1.2`
20+
21+
- use node shims in node-only bundler
22+
23+
**@unimolecule/utils** `v0.1.2`
24+
25+
- use node shims in node-only bundler
26+
1327
## 2026-06-30
1428

1529
**@unimolecule/canon** `v0.1.1`

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.2
4+
5+
### Patch Changes
6+
7+
- [`bb74320`](https://github.com/unimolecule/core/commit/bb7432071d7940b9388d32766170046c5124451e) Thanks [@i7eo](https://github.com/i7eo)! - use node shims in node-only bundler
8+
39
## 0.1.1
410

511
### Patch 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.1",
4+
"version": "0.1.2",
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.2
4+
5+
### Patch Changes
6+
7+
- [`bb74320`](https://github.com/unimolecule/core/commit/bb7432071d7940b9388d32766170046c5124451e) Thanks [@i7eo](https://github.com/i7eo)! - use node shims in node-only bundler
8+
9+
- Updated dependencies [[`bb74320`](https://github.com/unimolecule/core/commit/bb7432071d7940b9388d32766170046c5124451e)]:
10+
- @unimolecule/canon@0.1.2
11+
- @unimolecule/utils@0.1.2
12+
313
## 0.1.1
414

515
### 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.1",
4+
"version": "0.1.2",
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.2
4+
5+
### Patch Changes
6+
7+
- [`bb74320`](https://github.com/unimolecule/core/commit/bb7432071d7940b9388d32766170046c5124451e) Thanks [@i7eo](https://github.com/i7eo)! - use node shims in node-only bundler
8+
39
## 0.1.1
410

511
### Patch 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.1",
4+
"version": "0.1.2",
55
"author": "i7eo",
66
"license": "MIT",
77
"exports": {

0 commit comments

Comments
 (0)