File tree Expand file tree Collapse file tree 4 files changed +472
-365
lines changed Expand file tree Collapse file tree 4 files changed +472
-365
lines changed Original file line number Diff line number Diff line change
1
+ <!-- markdownlint-disable MD024 MD034 MD033 -->
2
+
3
+ # Release Notes
4
+
5
+ ## 1.0.0
6
+
7
+ - initial official release (but it's been in use months)
8
+ - fix(ios): add missing import (#50 , thanks @nhnam !)
9
+ - docs(README): add width+height in example button style (#55 , thanks @jonstuebe !)
10
+ - chore: upgrade module dependencies (` yarn upgrade --latest ` ) (@mikehardy )
11
+ - chore: add typescript analyzer (` yarn analyze ` ) (@mikehardy )
12
+
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ PODS:
217
217
- React-cxxreact (= 0.61.5)
218
218
- React-jsi (= 0.61.5)
219
219
- ReactCommon/jscallinvoker (= 0.61.5)
220
- - RNAppleAuthentication (0 .0.2 ):
220
+ - RNAppleAuthentication (1 .0.0 ):
221
221
- React
222
222
- Yoga (1.14.0)
223
223
@@ -336,9 +336,9 @@ SPEC CHECKSUMS:
336
336
React-RCTText: 9ccc88273e9a3aacff5094d2175a605efa854dbe
337
337
React-RCTVibration: a49a1f42bf8f5acf1c3e297097517c6b3af377ad
338
338
ReactCommon: 198c7c8d3591f975e5431bec1b0b3b581aa1c5dd
339
- RNAppleAuthentication: b18b4d98d94ecc1a0c8ab033736367f21768d5df
339
+ RNAppleAuthentication: 954b347c26ffb638265c828a5003ce1fa6971120
340
340
Yoga: f2a7cd4280bfe2cca5a7aed98ba0eb3d1310f18b
341
341
342
342
PODFILE CHECKSUM: b1d11349ce6cf63de2878e6ee443202d7fc02a23
343
343
344
- COCOAPODS: 1.8.4
344
+ COCOAPODS: 1.9.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @invertase/react-native-apple-authentication" ,
3
- "version" : " 0.2 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"author" : " Invertase <oss@invertase.io> (http://invertase.io)" ,
5
5
"description" : " A complete Apple Authentication services API for React Native iOS apps." ,
6
6
"main" : " lib/index.js" ,
7
7
"types" : " lib/index.d.ts" ,
8
8
"scripts" : {
9
+ "analyze" : " npx tsc --noEmit" ,
9
10
"build" : " genversion --semi lib/version.js" ,
10
11
"build:clean" : " rimraf rimraf ios/build" ,
11
12
"build:docs" : " typedoc --includeDeclarations --excludeExternals --out docs --plugin typedoc-plugin-markdown --hideBreadcrumbs" ,
12
- "prepare" : " yarn run build"
13
+ "prepare" : " yarn analyze && yarn build"
13
14
},
14
15
"repository" : {
15
16
"type" : " git" ,
30
31
" apple authentication"
31
32
],
32
33
"devDependencies" : {
33
- "@react-native-community/eslint-config" : " ^0.0.5 " ,
34
- "genversion" : " ^2.2.0 " ,
35
- "prettier" : " ^1.19.1 " ,
36
- "rimraf" : " ^3.0.0 " ,
37
- "typedoc" : " ^0.15.3 " ,
38
- "typedoc-plugin-markdown" : " ^2.2.11 " ,
39
- "typescript" : " ^3.7.2 "
34
+ "@react-native-community/eslint-config" : " ^1.1.0 " ,
35
+ "genversion" : " ^2.2.1 " ,
36
+ "prettier" : " ^2.0.5 " ,
37
+ "rimraf" : " ^3.0.2 " ,
38
+ "typedoc" : " ^0.17.6 " ,
39
+ "typedoc-plugin-markdown" : " ^2.2.17 " ,
40
+ "typescript" : " ^3.8.3 "
40
41
},
41
42
"publishConfig" : {
42
43
"access" : " public"
43
- }
44
+ },
45
+ "dependencies" : {}
44
46
}
You can’t perform that action at this time.
0 commit comments