@iyulab/modern-app 0.11.0 β†’ 0.11.1

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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.11.1] - 2026-08-04
4
+
5
+ ### Fixed
6
+
7
+ - πŸ”΄**`@iyulab/components` 의쑴 λ²”μœ„κ°€ μ‹€μ œλ‘œ ν•„μš”ν•œ 것보닀 λŠμŠ¨ν–ˆλ‹€** β€” `^1.21.0` μ΄μ—ˆμœΌλ‚˜
8
+ `0.11.0` 의 **λ‚΄λΉ„ μ•„μ΄μ½˜ 폴백은 `u-icon[fallback]`(1.24.0)** 을 μ“΄λ‹€. λ²”μœ„κ°€ 그것을
9
+ Β«μš”κ΅¬Β»ν•˜μ§€ μ•ŠμœΌλ―€λ‘œ, components λ₯Ό `1.22.x` 에 κ³ μ •ν•œ μ†ŒλΉ„μžμ—κ²ŒλŠ” 폴백이 **쑰용히
10
+ λ™μž‘ν•˜μ§€ μ•ŠλŠ”λ‹€** β€” μ•„μ΄μ½˜ μ—†λŠ” κ·Έλ£Ή ν•­λͺ©μ΄ μ ‘νžŒ μ‚¬μ΄λ“œλ°”μ—μ„œ λ‹€μ‹œ 빈 λ²„νŠΌμ΄ λœλ‹€.
11
+ β‡’ `^1.24.0` 으둜 μ’ν˜”λ‹€.
12
+
13
+ β˜…**이것을 λ“œλŸ¬λ‚Έ 것은 CI μ˜€λ‹€** β€” `0.11.0` νƒœκ·Έ μ§μ „μ˜ main λΉŒλ“œκ°€ 아직 κ²Œμ‹œλ˜μ§€ μ•Šμ€
14
+ `1.24.0` λŒ€μ‹  `1.23.0` 을 μ„€μΉ˜ν–ˆκ³ , κ·Έ μ‘°ν•©μ—μ„œ 폴백 νšŒκ·€ 7건이 μ‹€νŒ¨ν–ˆλ‹€.
15
+ ***Β«λ²”μœ„κ°€ λ‹΄λŠ”λ‹€Β»μ™€ Β«λ²”μœ„κ°€ μš”κ΅¬ν•œλ‹€Β»λŠ” λ‹€λ₯΄λ‹€.***
16
+
3
17
  ## [0.11.0] - 2026-08-04
4
18
 
5
19
  ### Fixed
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iyulab/modern-app",
3
3
  "description": "web-framework by iyulab based on lit-element",
4
- "version": "0.11.0",
4
+ "version": "0.11.1",
5
5
  "keywords": [
6
6
  "iyulab",
7
7
  "web-framework",
@@ -42,7 +42,7 @@
42
42
  "typecheck": "tsc --noEmit"
43
43
  },
44
44
  "dependencies": {
45
- "@iyulab/components": "^1.21.0",
45
+ "@iyulab/components": "^1.24.0",
46
46
  "@iyulab/router": "^0.10.2",
47
47
  "i18next": "^26.3.6",
48
48
  "lit": "^3.3.3"