From ca85e577b125eef6a070f1a346c8cc5dee6e5ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=9A=E6=98=86?= Date: Thu, 20 Jan 2022 19:15:39 +0800 Subject: [PATCH] Installing SKSVG 0.1.1 (was 0.1.0) --- DoricSVG.podspec | 2 +- android/pom.properties | 2 +- example/package.json | 2 +- iOS/Classes/DoricSVGViewNode.h | 2 +- iOS/Classes/DoricSVGViewNode.m | 2 -- package.json | 6 +++--- version | 2 +- 7 files changed, 8 insertions(+), 10 deletions(-) diff --git a/DoricSVG.podspec b/DoricSVG.podspec index 0acece1..391e096 100644 --- a/DoricSVG.podspec +++ b/DoricSVG.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DoricSVG' - s.version = '0.1.10' + s.version = '0.1.11' s.summary = 'Doric extension library for SVG' s.description = <<-DESC Doric SVG plugin to load SVG. diff --git a/android/pom.properties b/android/pom.properties index 71c6e56..f2fc0c5 100644 --- a/android/pom.properties +++ b/android/pom.properties @@ -1,4 +1,4 @@ name=DoricSVG groupId=pub.doric.extension artifactId=svg -version=0.1.10 \ No newline at end of file +version=0.1.11 \ No newline at end of file diff --git a/example/package.json b/example/package.json index 716b38b..d380d4a 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "0.1.10", + "version": "0.1.11", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/iOS/Classes/DoricSVGViewNode.h b/iOS/Classes/DoricSVGViewNode.h index 08d974c..c3bf175 100644 --- a/iOS/Classes/DoricSVGViewNode.h +++ b/iOS/Classes/DoricSVGViewNode.h @@ -6,7 +6,7 @@ // #import "DoricViewNode.h" -#import "SVGKit.h" +#import @interface DoricSVGViewNode : DoricViewNode diff --git a/iOS/Classes/DoricSVGViewNode.m b/iOS/Classes/DoricSVGViewNode.m index a9b1edb..d17b118 100644 --- a/iOS/Classes/DoricSVGViewNode.m +++ b/iOS/Classes/DoricSVGViewNode.m @@ -8,8 +8,6 @@ #import "DoricSVGViewNode.h" #import "DoricExtensions.h" #import "DoricUtil.h" -#import "SVGKImageView+WebCache.h" -#import "SDSVGKImage.h" @interface DoricSVGViewNode () @property(nonatomic, copy) NSString *loadCallbackId; diff --git a/package.json b/package.json index 1f5ff89..af23e8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "doric-svg", - "version": "0.1.10", + "version": "0.1.11", "main": "dist/bundle_doricsvg.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", @@ -12,8 +12,8 @@ }, "license": "Apache-2.0", "dependencies": { - "doric": "^0.9.27", - "doric-cli": "^0.9.27", + "doric": "^0.9.32", + "doric-cli": "^0.9.32", "typescript": "^4.2.2", "rollup": "^2.59.0" }, diff --git a/version b/version index 9767cc9..20f4951 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.1.10 +0.1.11