@generaltranslation/react-core 1.8.12 → 1.8.13

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,16 @@
1
1
  # @generaltranslation/react-core
2
2
 
3
+ ## 1.8.13
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1312](https://github.com/generaltranslation/gt/pull/1312) [`d9f3646`](https://github.com/generaltranslation/gt/commit/d9f3646aee45dc85cb3e28952bbf2c61b2b25050) Thanks [@bgub](https://github.com/bgub)! - Fix locale selector sorting so it does not mutate provider locale state.
8
+
9
+ - Updated dependencies [[`fecaf93`](https://github.com/generaltranslation/gt/commit/fecaf93d1dcae65598b3f81b8eeabaeb35be13c6)]:
10
+ - generaltranslation@8.2.11
11
+ - gt-i18n@0.8.12
12
+ - @generaltranslation/supported-locales@2.0.69
13
+
3
14
  ## 1.8.12
4
15
 
5
16
  ### Patch Changes
@@ -3,7 +3,6 @@
3
3
  * Gets the list of properties for using a locale selector.
4
4
  * Provides locale management utilities for the application.
5
5
  * @param locales an optional list of locales to use for the drop down. These locales must be a subset of the locales provided by the `<GTProvider>` context. When not provided, the list of locales from the `<GTProvider>` context is used.
6
- * Provides locale management utilities for the application.
7
6
  *
8
7
  * @returns {Object} An object containing locale-related utilities:
9
8
  * @returns {string} return.locale - The currently selected locale.
@@ -1 +1 @@
1
- {"version":3,"file":"useLocaleSelector.d.ts","sourceRoot":"","sources":["../../src/hooks/useLocaleSelector.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;GAYG;AACH,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,OAAO,CAAC,EAAE,MAAM,EAAE;;;;kCAoB/C,MAAM;EAYlB"}
1
+ {"version":3,"file":"useLocaleSelector.d.ts","sourceRoot":"","sources":["../../src/hooks/useLocaleSelector.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;GAWG;AACH,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,OAAO,CAAC,EAAE,MAAM,EAAE;;;;kCAoB/C,MAAM;EAYlB"}