File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145145 if : env.turbo_cache_hit != 1 && steps.cocoapods-cache.outputs.cache-hit != 'true'
146146 run : |
147147 cd example/ios
148- pod install
148+ pod install --repo-update
149149 env :
150150 NO_FLIPPER : 1
151151
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## <small >0.2.1 (2025-08-04)</small >
4+
5+ * chore: change access to public ([ 3ecc0b9] ( https://github.com/inthepocket/react-native-service-discovery/commit/3ecc0b9 ) )
6+ * chore: pass with no tests ([ bc82107] ( https://github.com/inthepocket/react-native-service-discovery/commit/bc82107 ) )
7+ * chore: release 0.2.0 ([ e10b425] ( https://github.com/inthepocket/react-native-service-discovery/commit/e10b425 ) )
8+ * chore: update changelog config with preset again ([ afa9465] ( https://github.com/inthepocket/react-native-service-discovery/commit/afa9465 ) )
9+ * chore: update release-it changelog config ([ 4bf1edd] ( https://github.com/inthepocket/react-native-service-discovery/commit/4bf1edd ) )
10+ * chore: update release-it to fix some vulnerabilities ([ eb3a12a] ( https://github.com/inthepocket/react-native-service-discovery/commit/eb3a12a ) )
11+ * chore: upgrade commitlint ([ c034ec7] ( https://github.com/inthepocket/react-native-service-discovery/commit/c034ec7 ) )
12+ * fix: add proper info.plist entries in example app ([ 7c8af62] ( https://github.com/inthepocket/react-native-service-discovery/commit/7c8af62 ) )
13+ * docs: add docs ([ 1403b68] ( https://github.com/inthepocket/react-native-service-discovery/commit/1403b68 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @inthepocket/react-native-service-discovery" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " mDNS Network Service Discovery in React Native" ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
You can’t perform that action at this time.
0 commit comments