remote-reload-utils 1.0.1 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -1
  2. package/package.json +2 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - - chore: git 记录到 changelog 日志中
8
+
9
+ ## 1.0.2
10
+
11
+ ### Major Changes
12
+
13
+ - 8e4a168: test publish
14
+
15
+ ### Patch Changes
16
+
17
+ - d5c8346: 完善单元测试 & runtime 实例重试机制
18
+
3
19
  ## 1.0.0
4
20
 
5
21
  ### Major Changes
@@ -19,7 +35,6 @@
19
35
 
20
36
  - Published version 1.0.1 with patch bump
21
37
 
22
-
23
38
  ## [0.0.17] - 2026-03-19
24
39
 
25
40
  ### Release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remote-reload-utils",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "type": "module",
5
5
  "description": "Utilities for remote reload in Module Federation & React Component",
6
6
  "exports": {
@@ -59,6 +59,7 @@
59
59
  },
60
60
  "devDependencies": {
61
61
  "@biomejs/biome": "2.0.6",
62
+ "@changesets/changelog-git": "^0.2.1",
62
63
  "@rslib/core": "0.17.0",
63
64
  "@tailwindcss/postcss": "^4.2.1",
64
65
  "@types/node": "^22.17.2",