Skip to content

Commit b7ae6d0

Browse files
committed
chore: release v2.0.2
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)
1 parent b7f40a2 commit b7ae6d0

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
# 2.0.2 (13 June 2018)
4+
5+
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.
6+
7+
## 📄 Changes
8+
* 🐛 #121 - Revert "6059743 Unpin Meteor fourseven for a better Meteor compatibility" (@ncoden)
9+
* 📖 #120 - Improve standard and Meteor documentation and update Meteor installation instructions (@ncoden)
10+
311
# 2.0.1 (10 June 2018)
412

513
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.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "motion-ui",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"authors": [
55
66
],

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zurb/motion-ui",
33
"description": "Sass library for creating transitions and animations.",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"keywords": [
66
"css",
77
"sass",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'zurb:motion-ui',
3-
version: '2.0.1',
3+
version: '2.0.2',
44
summary: 'Sass library for creating transitions and animations',
55
git: 'https://github.com/zurb/motion-ui.git',
66
documentation: 'meteor-README.md'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "motion-ui",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Sass library for creating transitions and animations.",
55
"main": "dist/motion-ui.js",
66
"scripts": {

0 commit comments

Comments
 (0)