@telia-ace/alliance-utilities 1.0.2-next.0 → 1.0.3-next.0

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,5 +1,17 @@
1
1
  # @telia-ace/alliance-utilities
2
2
 
3
+ ## 1.0.3-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - c1ca5b5: Move translation and text manager to `@telia-ace/alliance-utilities`.
8
+
9
+ ## 1.0.2
10
+
11
+ ### Patch Changes
12
+
13
+ - b23b6b7: Upgrade dependencies.
14
+
3
15
  ## 1.0.2-next.0
4
16
 
5
17
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1 +1,3 @@
1
+ export { default as Texts, type TextArgs } from './texts';
2
+ export { TranslationsKey } from './translations';
1
3
  export { default as viteCssImportPlugin } from './vite-plugin-css-import';