File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.0 (2025-11-28)
4+
5+ ### 🧹 Другое
6+
7+ * initial commit ([ b1436a8] ( https://github.com/cdek-it/react-native-ui-kit/commit/b1436a8c99c70c63d25f800d316f1f8bf5fe8d82 ) )
8+ * добавлен release-it ([ e178b3b] ( https://github.com/cdek-it/react-native-ui-kit/commit/e178b3bafa0d3364d3fef7d1d4ca3f7a9a627bbb ) )
9+ * добавлен релизный workflow ([ 2234c1a] ( https://github.com/cdek-it/react-native-ui-kit/commit/2234c1af02ecfea5a8d68c7d290229a536ef6a7b ) )
10+
311All notable changes to this project will be documented in this file. See
412[ standard-version] ( https://github.com/conventional-changelog/standard-version )
513for commit guidelines.
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ android {
9393 minSdkVersion rootProject. ext. minSdkVersion
9494 targetSdkVersion rootProject. ext. targetSdkVersion
9595 versionCode 1
96- versionName " 0.1.1 "
96+ versionName " 0.2.0 "
9797 }
9898 signingConfigs {
9999 debug {
Original file line number Diff line number Diff line change 366366 );
367367 OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
368368 PRODUCT_BUNDLE_IDENTIFIER = ru.cdek.uikit.prime;
369- PRODUCT_NAME = CDEKUI;
369+ PRODUCT_NAME = " CDEKUI" ;
370370 PROVISIONING_PROFILE_SPECIFIER = "";
371371 SWIFT_OBJC_BRIDGING_HEADER = "CDEKUI/CDEKUI-Bridging-Header.h";
372372 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
373373 SWIFT_VERSION = 5.0;
374- TARGETED_DEVICE_FAMILY = 1 ;
374+ TARGETED_DEVICE_FAMILY = "1" ;
375375 VERSIONING_SYSTEM = "apple-generic";
376376 };
377377 name = Debug;
400400 );
401401 OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
402402 PRODUCT_BUNDLE_IDENTIFIER = ru.cdek.uikit.prime;
403- PRODUCT_NAME = CDEKUI;
403+ PRODUCT_NAME = " CDEKUI" ;
404404 PROVISIONING_PROFILE_SPECIFIER = "";
405405 SWIFT_OBJC_BRIDGING_HEADER = "CDEKUI/CDEKUI-Bridging-Header.h";
406406 SWIFT_VERSION = 5.0;
407- TARGETED_DEVICE_FAMILY = 1 ;
407+ TARGETED_DEVICE_FAMILY = "1" ;
408408 VERSIONING_SYSTEM = "apple-generic";
409409 };
410410 name = Release;
Original file line number Diff line number Diff line change 1919 <key >CFBundlePackageType </key >
2020 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
2121 <key >CFBundleShortVersionString </key >
22- <string >0.1.1 </string >
22+ <string >0.2.0 </string >
2323 <key >CFBundleSignature </key >
2424 <string >???? </string >
2525 <key >CFBundleURLTypes </key >
Original file line number Diff line number Diff line change 160160 "listUnknownPackages" : false
161161 }
162162 }
163+ },
164+ "dependencies" : {
165+ "expo" : " ~53.0.24" ,
166+ "react" : " 19.0.0" ,
167+ "react-native" : " 0.79.6"
163168 }
164- }
169+ }
You can’t perform that action at this time.
0 commit comments