Skip to content

Commit

Permalink
Merge pull request #126 from ncoden/release/v2.0.3
Browse files Browse the repository at this point in the history
🚀 Release v2.0.3
  • Loading branch information
ncoden authored Jun 24, 2018
2 parents 29aa359 + 149886c commit ae564a2
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

# 2.0.3 (23 June 2018)

This version makes Motion UI compatible with Meteor > 1.4.1 by allowing Meteor to use newer versions of the `fourseven:scss` dependency. Motion UI stays compatible with Meteor v1.2.1 and above.

## 📄 Changes
* 🐛 #125 - Revise Meteor `fourseven:scss` compatibility to support Meteor>1.4.1 support (@ncoden)

# 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.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "motion-ui",
"version": "2.0.2",
"version": "2.0.3",
"authors": [
"ZURB <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zurb/motion-ui",
"description": "Sass library for creating transitions and animations.",
"version": "2.0.2",
"version": "2.0.3",
"keywords": [
"css",
"sass",
Expand Down
7 changes: 5 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'zurb:motion-ui',
version: '2.0.2',
version: '2.0.3',
summary: 'Sass library for creating transitions and animations',
git: 'https://github.com/zurb/motion-ui.git',
documentation: 'meteor-README.md'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "motion-ui",
"version": "2.0.2",
"version": "2.0.3",
"description": "Sass library for creating transitions and animations.",
"main": "dist/motion-ui.js",
"scripts": {
Expand Down

0 comments on commit ae564a2

Please sign in to comment.