From 6ed72701f69df8b94a54b9389096b3c68b7088bc Mon Sep 17 00:00:00 2001 From: Gadi Cohen Date: Thu, 4 Jun 2015 11:34:30 +0200 Subject: [PATCH] v1.0.0; http://forums.famous-views.org/t/update-on-mixed-mode-famous-v0-5/28/13 --- .versions | 4 ++-- HISTORY.md | 10 ++++++++++ package.js | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.versions b/.versions index 457bd40..5d8ec4f 100644 --- a/.versions +++ b/.versions @@ -9,7 +9,7 @@ ddp@1.1.0 deps@1.0.7 ejson@1.0.6 gadicohen:famous@0.5.0_4 -gadicohen:famous-views@1.0.0-pre.6 +gadicohen:famous-views@1.0.0 gadicohen:modules@0.0.5 geojson-utils@1.0.3 html-tools@1.0.4 @@ -18,7 +18,7 @@ id-map@1.0.3 jag:pince@0.0.6 jquery@1.11.3_2 json@1.0.3 -local-test:gadicohen:famous-views@1.0.0-pre.6 +local-test:gadicohen:famous-views@1.0.0 logging@1.0.7 meteor@1.1.6 minifiers@1.1.5 diff --git a/HISTORY.md b/HISTORY.md index 4cfcd6e..3f4cf5b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,15 @@ ## vNEXT +## v1.0.0 + +PLEASE NOTE, this is not a "1.0.0 production quality release". Meteor packages +use SEMANTIC VERSIONING (see http://semver.org/). The new major version (v1) +indicates a breaking change in API from the previous version, and does not +imply anything about build quality. This is still an early release (but still +quite useable and fun to play with). + +See http://forums.famous-views.org/t/update-on-mixed-mode-famous-v0-5/28/13. + * Override Meteor timers/setimmediate/tracker to work with Famous event loop ## v1.0.0-pre.6 diff --git a/package.js b/package.js index 689306a..7e6f062 100644 --- a/package.js +++ b/package.js @@ -1,6 +1,6 @@ Package.describe({ name: 'gadicohen:famous-views', - version: '1.0.0-pre.6', + version: '1.0.0', summary: 'Famous, the Meteor Way (with Reactive Blaze Templates/Views)', git: 'https://github.com/gadicc/meteor-famous-views.git' });