Publish version 0.3.8
This commit is contained in:
parent
98c7d59a70
commit
a2e3dea675
@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'DoricCore'
|
||||
s.version = '0.3.7'
|
||||
s.version = '0.3.8'
|
||||
s.summary = 'Doric iOS SDK'
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'DoricDevkit'
|
||||
s.version = '0.3.7'
|
||||
s.version = '0.3.8'
|
||||
s.summary = 'Doric iOS Devkit'
|
||||
|
||||
s.description = <<-DESC
|
||||
|
@ -1 +1 @@
|
||||
version=0.3.7
|
||||
version=0.3.8
|
||||
|
6
doric-js/index.d.ts
vendored
6
doric-js/index.d.ts
vendored
@ -51,7 +51,13 @@ declare module 'doric/lib/src/runtime/global' {
|
||||
screenWidth: number;
|
||||
screenHeight: number;
|
||||
statusBarHeight: number;
|
||||
/**
|
||||
* ex:Apple or Google
|
||||
*/
|
||||
deviceBrand: string;
|
||||
/**
|
||||
* ex: iPhone12,5 or pixel 3
|
||||
*/
|
||||
deviceModel: string;
|
||||
[index: string]: number | string | boolean | object | undefined;
|
||||
};
|
||||
|
6
doric-js/lib/src/runtime/global.d.ts
vendored
6
doric-js/lib/src/runtime/global.d.ts
vendored
@ -37,7 +37,13 @@ declare global {
|
||||
screenWidth: number;
|
||||
screenHeight: number;
|
||||
statusBarHeight: number;
|
||||
/**
|
||||
* ex:Apple or Google
|
||||
*/
|
||||
deviceBrand: string;
|
||||
/**
|
||||
* ex: iPhone12,5 or pixel 3
|
||||
*/
|
||||
deviceModel: string;
|
||||
[index: string]: number | string | boolean | object | undefined;
|
||||
};
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "doric",
|
||||
"version": "0.3.7",
|
||||
"version": "0.3.8",
|
||||
"description": "The JS Framework of Doric",
|
||||
"main": "bundle/doric-vm.js",
|
||||
"types": "index.d.ts",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "doric-web",
|
||||
"version": "0.3.7",
|
||||
"version": "0.3.8",
|
||||
"description": "Doric library for Web",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
Reference in New Issue
Block a user