Skip to content

Commit 6ca4bb9

Browse files
author
Rishabh Karnad
committed
[build] 0.2.0
1 parent 8ac40eb commit 6ca4bb9

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

packages/vue-native-core/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3860,7 +3860,7 @@ Object.defineProperty(Vue.prototype, '$isServer', {
38603860
get: isServerRendering
38613861
});
38623862

3863-
Vue.version = '0.1.4';
3863+
Vue.version = '0.2.0';
38643864

38653865
//
38663866

packages/vue-native-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-native-core",
3-
"version": "0.1.4",
3+
"version": "0.2.0",
44
"description": "Library with core functionalities to create Vue Native components",
55
"main": "index.js",
66
"repository": {

packages/vue-native-helper/build.js

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,16 +279,28 @@ function def (obj, key, val, enumerable) {
279279
}
280280

281281
/**
282-
* List of soon to be deprecated packages in react native v0.59
282+
* List of soon to be deprecated packages in react native v0.63
283283
*/
284284
var deprecatedPackages = [
285285
'AlertIOS',
286286
'AsyncStorage',
287+
'CheckBox',
288+
'Clipboard',
289+
'DatePickerAndroid',
290+
'DatePickerIOS',
291+
'ImagePickerIOS',
287292
'ImageStore',
288293
'ListView',
289294
'MaskedViewIOS',
290295
'NetInfo',
296+
'Picker',
297+
'PickerIOS',
298+
'ProgressBarAndroid',
299+
'ProgressViewIOS',
300+
'PushNotificationIOS',
301+
'SegmentedControlIOS',
291302
'Slider',
303+
'StatusBarIOS',
292304
'SwipeableListView',
293305
'ViewPagerAndroid',
294306
'WebView' ];

packages/vue-native-helper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-native-helper",
3-
"version": "0.1.4",
3+
"version": "0.2.0",
44
"description": "Helper library with utilities for vue-native-core",
55
"main": "index.js",
66
"repository": {

packages/vue-native-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-native-scripts",
3-
"version": "0.1.4",
3+
"version": "0.2.0",
44
"description": "Compile Vue Native components to React Native",
55
"main": "index.js",
66
"scripts": {},

packages/vue-native-template-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-native-template-compiler",
3-
"version": "0.1.4",
3+
"version": "0.2.0",
44
"description": "Vue Native template compiler, dependency of vue-native-scripts. It can also be used as a stand-alone compiler",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)