expo-localization 14.7.0 → 14.8.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
@@ -10,6 +10,10 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 14.8.0 — 2023-12-12
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 14.7.0 — 2023-11-14
14
18
 
15
19
  ### 🛠 Breaking changes
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
3
3
  apply plugin: 'maven-publish'
4
4
 
5
5
  group = 'host.exp.exponent'
6
- version = '14.7.0'
6
+ version = '14.8.0'
7
7
 
8
8
  def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
9
9
  if (expoModulesCorePlugin.exists()) {
@@ -94,7 +94,7 @@ android {
94
94
  namespace "expo.modules.localization"
95
95
  defaultConfig {
96
96
  versionCode 22
97
- versionName "14.7.0"
97
+ versionName "14.8.0"
98
98
  }
99
99
  }
100
100
 
@@ -19,7 +19,7 @@ import expo.modules.kotlin.modules.ModuleDefinition
19
19
  import java.text.DecimalFormatSymbols
20
20
  import java.util.*
21
21
 
22
- // EXPO_VERSIONING_NEEDS_EXPOVIEW_R
22
+ // EXPO_VERSIONING_NEEDS_PACKAGE_R
23
23
 
24
24
  // must be kept in sync with https://github.com/facebook/react-native/blob/main/ReactAndroid/src/main/java/com/facebook/react/modules/i18nmanager/I18nUtil.java
25
25
  private const val SHARED_PREFS_NAME = "com.facebook.react.modules.i18nmanager.I18nUtil"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-localization",
3
- "version": "14.7.0",
3
+ "version": "14.8.0",
4
4
  "description": "Provides an interface for native user localization information.",
5
5
  "main": "build/Localization.js",
6
6
  "types": "build/Localization.d.ts",
@@ -47,5 +47,5 @@
47
47
  "peerDependencies": {
48
48
  "expo": "*"
49
49
  },
50
- "gitHead": "3142a086578deffd8704a8f1b6f0f661527d836c"
50
+ "gitHead": "6aca7ce098ddc667776a3d7cf612adbb985e264a"
51
51
  }