Skip to content

Commit

Permalink
Release v0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Jun 22, 2014
1 parent 4dee3d4 commit c00496a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
7 changes: 3 additions & 4 deletions HISTORY.md
@@ -1,4 +1,4 @@
## v0.9.10 - unreleased
## v0.9.11 - June 23, 2014

* Add support for `scaleX` and `scaleY`. (@YousefED, #192)
* Add support for npm.
Expand All @@ -13,9 +13,8 @@ Also:
* Add `easeInCubic` easing. (@emagnier, @willblackmore, #161, #142)
* Add test cases for jQuery 2.0+. (@hankhero, #155)

To do:

* Update bootstrap compatibility (#143, #67)
The version `0.9.10` was not officially released as it was published prematurely
to npm.

## v0.9.9 - Dec 14, 2012

Expand Down
7 changes: 7 additions & 0 deletions NOTES.md
Expand Up @@ -11,3 +11,10 @@ Making a new release:
bump *.json *.js # update version number
npm publish # release to npm
git release v1.0.0 # release to github/bower

v1.0.0 to do
------------

* .transitionStop()
* use transitionend by default (#184)
* Update bootstrap compatibility (#143, #67)
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -2,7 +2,7 @@
"name": "jquery.transit",
"repo": "rstacruz/jquery.transit",
"description": "Smooth CSS3 transitions and transformations for jQuery.",
"version": "0.9.9",
"version": "0.9.11",
"keywords": [
"css3",
"animation",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Expand Up @@ -2,7 +2,7 @@
"name": "jquery.transit",
"repo": "rstacruz/jquery.transit",
"description": "Smooth CSS3 transitions and transformations for jQuery.",
"version": "0.9.9",
"version": "0.9.11",
"keywords": [
"css3",
"animation",
Expand Down
2 changes: 1 addition & 1 deletion jquery.transit.js
Expand Up @@ -22,7 +22,7 @@
}(this, function($) {

$.transit = {
version: "0.9.9",
version: "0.9.11",

// Map of $.css() keys to values for 'transitionProperty'.
// See https://developer.mozilla.org/en/CSS/CSS_transitions#Properties_that_can_be_animated
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jquery.transit",
"version": "0.9.9",
"version": "0.9.11",
"description": "Smooth CSS3 transitions and transformations for jQuery.",
"main": "jquery.transit.js",
"directories": {
Expand Down

0 comments on commit c00496a

Please sign in to comment.