From b7ae6d0ebaf413af3222c3959d09d1c9dd5abc54 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Wed, 13 Jun 2018 11:48:34 +0200 Subject: [PATCH] chore: release v2.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Motion UI v2.0.2 (13 June 2018) This version fixes an issue introduced in `v2.0.1` preventing Meteor build and update Meteor installation documentation. It is fully compatible with `v2.0.1` and do not introduce any API change. Changes: * 🐛 #121 - Revert "6059743 Unpin Meteor fourseven for a better Meteor compatibility" (@ncoden) * 📖 #120 - Improve standard and Meteor documentation and update Meteor installation instructions (@ncoden) --- CHANGELOG.md | 8 ++++++++ bower.json | 2 +- composer.json | 2 +- package-lock.json | 2 +- package.js | 2 +- package.json | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae06178..5b34001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +# 2.0.2 (13 June 2018) + +This version fixes an issue introduced in `v2.0.1` preventing Meteor build and update Meteor installation documentation. It is fully compatible with `v2.0.1` and do not introduce any API change. + +## 📄 Changes +* 🐛 #121 - Revert "6059743 Unpin Meteor fourseven for a better Meteor compatibility" (@ncoden) +* 📖 #120 - Improve standard and Meteor documentation and update Meteor installation instructions (@ncoden) + # 2.0.1 (10 June 2018) This version fixes various issues with the Meteor `zurb:motion-ui` package. It is fully compatible with `v2.0.0` and do not introduce any API change. diff --git a/bower.json b/bower.json index 0ad14bd..29e3303 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "motion-ui", - "version": "2.0.1", + "version": "2.0.2", "authors": [ "ZURB " ], diff --git a/composer.json b/composer.json index 15e589a..eefb506 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "zurb/motion-ui", "description": "Sass library for creating transitions and animations.", - "version": "2.0.1", + "version": "2.0.2", "keywords": [ "css", "sass", diff --git a/package-lock.json b/package-lock.json index bd033b1..433d9f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "motion-ui", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.js b/package.js index a074468..89cd4f3 100644 --- a/package.js +++ b/package.js @@ -1,6 +1,6 @@ Package.describe({ name: 'zurb:motion-ui', - version: '2.0.1', + version: '2.0.2', summary: 'Sass library for creating transitions and animations', git: 'https://github.com/zurb/motion-ui.git', documentation: 'meteor-README.md' diff --git a/package.json b/package.json index 4158e85..264e286 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "motion-ui", - "version": "2.0.1", + "version": "2.0.2", "description": "Sass library for creating transitions and animations.", "main": "dist/motion-ui.js", "scripts": {