@widergy/mobile-ui 1.26.1 → 1.26.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.26.2](https://github.com/widergy/mobile-ui/compare/v1.26.1...v1.26.2) (2024-09-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * export utbanner ([#366](https://github.com/widergy/mobile-ui/issues/366)) ([83289d5](https://github.com/widergy/mobile-ui/commit/83289d5a5bcee030f74751fd16ba560a27650b2c))
7
+
1
8
  ## [1.26.1](https://github.com/widergy/mobile-ui/compare/v1.26.0...v1.26.1) (2024-09-26)
2
9
 
3
10
 
package/lib/index.js CHANGED
@@ -67,6 +67,7 @@ export { default as UTTooltip } from './components/UTTooltip';
67
67
  export { default as UTTracker } from './components/UTTracker';
68
68
  export { default as UTValidation } from './components/UTValidation';
69
69
  export { default as UTWorkflowContainer } from './components/UTWorkflowContainer';
70
+ export { default as UTBanner } from './components/UTBanner';
70
71
 
71
72
  // Theming
72
73
  export * from './theming';
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@widergy/mobile-ui",
3
3
  "description": "Widergy Mobile Components",
4
4
  "author": "widergy",
5
- "version": "1.26.1",
5
+ "version": "1.26.2",
6
6
  "repository": "https://github.com/widergy/mobile-ui.git",
7
7
  "main": "lib/index.js",
8
8
  "files": [