We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395021c commit ccaf6feCopy full SHA for ccaf6fe
example/Gemfile.lock
@@ -5,8 +5,9 @@ GEM
5
base64
6
nkf
7
rexml
8
- activesupport (7.2.1.2)
+ activesupport (7.2.2)
9
10
+ benchmark (>= 0.3)
11
bigdecimal
12
concurrent-ruby (~> 1.0, >= 1.3.1)
13
connection_pool (>= 2.2.5)
@@ -23,6 +24,7 @@ GEM
23
24
json (>= 1.5.1)
25
atomos (0.1.3)
26
base64 (0.2.0)
27
+ benchmark (0.3.0)
28
bigdecimal (3.1.8)
29
claide (1.1.0)
30
cocoapods (1.15.2)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-localize",
3
- "version": "3.2.1",
+ "version": "3.3.0",
4
"license": "MIT",
"description": "A toolbox for your React Native app localization.",
"author": "Mathieu Acthernoene <[email protected]>",
0 commit comments