@telus-uds/components-web 4.18.1 → 4.18.2

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 +9 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,9 +1,17 @@
1
1
  # Change Log - @telus-uds/components-web
2
2
 
3
- This log was last generated on Wed, 18 Feb 2026 02:50:19 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 20 Feb 2026 23:53:11 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 4.18.2
8
+
9
+ Fri, 20 Feb 2026 23:53:11 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @telus-uds/components-base to v3.28.1
14
+
7
15
  ## 4.18.1
8
16
 
9
17
  Wed, 18 Feb 2026 02:50:19 GMT
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  ],
6
6
  "dependencies": {
7
7
  "@gorhom/portal": "^1.0.14",
8
- "@telus-uds/components-base": "^3.28.0",
8
+ "@telus-uds/components-base": "^3.28.1",
9
9
  "@telus-uds/system-constants": "^3.0.0",
10
10
  "@telus-uds/system-theme-tokens": "^4.20.0",
11
11
  "fscreen": "^1.2.0",
@@ -82,5 +82,5 @@
82
82
  "skip": true
83
83
  },
84
84
  "types": "types/index.d.ts",
85
- "version": "4.18.1"
85
+ "version": "4.18.2"
86
86
  }