From 3a067a676cc61af26d229693274e1a168e5499d0 Mon Sep 17 00:00:00 2001 From: Tim Brandin Date: Fri, 29 Aug 2014 18:02:42 +0200 Subject: [PATCH 1/2] For 0.9.0 --- package.js | 7 ++- smart.json | 11 ---- versions.json | 139 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 144 insertions(+), 13 deletions(-) delete mode 100644 smart.json create mode 100644 versions.json diff --git a/package.js b/package.js index 9b461d0..8d16ad2 100644 --- a/package.js +++ b/package.js @@ -1,9 +1,12 @@ Package.describe({ - summary: "A meteorite package that makes building dynamic two way forms easy" + summary: "A meteorite package that makes building dynamic two way forms easy", + version: "0.1.8", + git: "https://github.com/Differential/simple-form.git" }); Package.on_use(function(api) { - api.use(['ui', 'templating', 'underscore', 'underscore-string-latest'], 'client'); + api.versionsFrom("METEOR@0.9.0"); + api.use(['ui', 'templating', 'underscore', "mrt:underscore-string-latest@2.3.3"], 'client'); api.add_files(['fileField.html', 'fileField.js', 'helper.js', 'simpleform.js'], 'client'); api.export('SimpleForm', 'client'); }); diff --git a/smart.json b/smart.json deleted file mode 100644 index b38c10f..0000000 --- a/smart.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "simple-form", - "description": "A meteorite package that makes building dynamic two way forms easy (uses bootstrap markup)", - "homepage": "https://github.com/Differential/simple-form", - "author": "Differential (http://differential.io)", - "version": "0.1.8", - "git": "https://github.com/Differential/simple-form.git", - "packages": { - "underscore-string-latest": {} - } -} diff --git a/versions.json b/versions.json new file mode 100644 index 0000000..6b43855 --- /dev/null +++ b/versions.json @@ -0,0 +1,139 @@ +{ + "dependencies": [ + [ + "application-configuration", + "1.0.0" + ], + [ + "binary-heap", + "1.0.0" + ], + [ + "blaze", + "1.0.3" + ], + [ + "blaze-tools", + "1.0.0" + ], + [ + "callback-hook", + "1.0.0" + ], + [ + "check", + "1.0.0" + ], + [ + "deps", + "1.0.1" + ], + [ + "ejson", + "1.0.0" + ], + [ + "follower-livedata", + "1.0.0" + ], + [ + "geojson-utils", + "1.0.0" + ], + [ + "html-tools", + "1.0.0" + ], + [ + "htmljs", + "1.0.0" + ], + [ + "id-map", + "1.0.0" + ], + [ + "jquery", + "1.0.0" + ], + [ + "json", + "1.0.0" + ], + [ + "livedata", + "1.0.7" + ], + [ + "logging", + "1.0.2" + ], + [ + "meteor", + "1.0.2" + ], + [ + "minifiers", + "1.0.2" + ], + [ + "minimongo", + "1.0.1" + ], + [ + "mongo-livedata", + "1.0.3" + ], + [ + "mrt:underscore-string-latest", + "2.3.3" + ], + [ + "observe-sequence", + "1.0.1" + ], + [ + "ordered-dict", + "1.0.0" + ], + [ + "random", + "1.0.0" + ], + [ + "retry", + "1.0.0" + ], + [ + "routepolicy", + "1.0.0" + ], + [ + "spacebars", + "1.0.0" + ], + [ + "spacebars-compiler", + "1.0.1" + ], + [ + "templating", + "1.0.4" + ], + [ + "ui", + "1.0.0" + ], + [ + "underscore", + "1.0.0" + ], + [ + "webapp", + "1.0.2" + ] + ], + "pluginDependencies": [], + "toolVersion": "meteor-tool@1.0.26", + "format": "1.0" +} \ No newline at end of file From 6887e7f3c2e951666590e510b9e8f3363e8395d1 Mon Sep 17 00:00:00 2001 From: Tim Brandin Date: Thu, 18 Sep 2014 15:36:47 +0200 Subject: [PATCH 2/2] new version. --- versions.json | 66 +++++++++++++++++++++++++++++++++------------------ 1 file changed, 43 insertions(+), 23 deletions(-) diff --git a/versions.json b/versions.json index 6b43855..22a6735 100644 --- a/versions.json +++ b/versions.json @@ -2,6 +2,10 @@ "dependencies": [ [ "application-configuration", + "1.0.2" + ], + [ + "base64", "1.0.0" ], [ @@ -10,12 +14,16 @@ ], [ "blaze", - "1.0.3" + "2.0.0" ], [ "blaze-tools", "1.0.0" ], + [ + "boilerplate-generator", + "1.0.0" + ], [ "callback-hook", "1.0.0" @@ -24,17 +32,21 @@ "check", "1.0.0" ], + [ + "ddp", + "1.0.8" + ], [ "deps", - "1.0.1" + "1.0.3" ], [ "ejson", - "1.0.0" + "1.0.2" ], [ "follower-livedata", - "1.0.0" + "1.0.1" ], [ "geojson-utils", @@ -46,7 +58,7 @@ ], [ "htmljs", - "1.0.0" + "1.0.1" ], [ "id-map", @@ -60,29 +72,25 @@ "json", "1.0.0" ], - [ - "livedata", - "1.0.7" - ], [ "logging", - "1.0.2" + "1.0.3" ], [ "meteor", - "1.0.2" + "1.1.0" ], [ "minifiers", - "1.0.2" + "1.1.0" ], [ "minimongo", - "1.0.1" + "1.0.3" ], [ - "mongo-livedata", - "1.0.3" + "mongo", + "1.0.5" ], [ "mrt:underscore-string-latest", @@ -90,7 +98,7 @@ ], [ "observe-sequence", - "1.0.1" + "1.0.2" ], [ "ordered-dict", @@ -100,29 +108,37 @@ "random", "1.0.0" ], + [ + "reactive-var", + "1.0.1" + ], [ "retry", "1.0.0" ], [ "routepolicy", - "1.0.0" + "1.0.1" ], [ "spacebars", - "1.0.0" + "1.0.1" ], [ "spacebars-compiler", - "1.0.1" + "1.0.2" ], [ "templating", - "1.0.4" + "1.0.6" + ], + [ + "tracker", + "1.0.2" ], [ "ui", - "1.0.0" + "1.0.2" ], [ "underscore", @@ -130,10 +146,14 @@ ], [ "webapp", - "1.0.2" + "1.1.1" + ], + [ + "webapp-hashing", + "1.0.0" ] ], "pluginDependencies": [], - "toolVersion": "meteor-tool@1.0.26", + "toolVersion": "meteor-tool@1.0.31", "format": "1.0" } \ No newline at end of file