Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
j3tan committed Nov 19, 2015
1 parent 0dd81bb commit 5a18e86
Show file tree
Hide file tree
Showing 18 changed files with 25 additions and 20 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v2.0.2 - November 18, 2015

* 2.0.2 (Jeff Tan)
* Remove package.json caching in the dist function (Jeff Tan)

v2.0.1 - November 18, 2015

* 2.0.1 (Jeff Tan)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ The last published release:

```
<!-- Recommended: Latest version of T3 -->
<script src="https://cdn.rawgit.com/box/t3js/v2.0.1/dist/t3.js"></script>
<script src="https://cdn.rawgit.com/box/t3js/v2.0.2/dist/t3.js"></script>
<!-- Recommended: Latest minified version of T3 -->
<script src="https://cdn.rawgit.com/box/t3js/v2.0.1/dist/t3.min.js"></script>
<script src="https://cdn.rawgit.com/box/t3js/v2.0.2/dist/t3.min.js"></script>
<!-- jQuery version (IE8 + 1.8.0+ jQuery) -->
<script src="https://cdn.rawgit.com/box/t3js/v2.0.1/dist/t3-jquery.js"></script>
<script src="https://cdn.rawgit.com/box/t3js/v2.0.2/dist/t3-jquery.js"></script>
<!-- jQuery minified version (IE8 + 1.8.0+ jQuery) -->
<script src="https://cdn.rawgit.com/box/t3js/v2.0.1/dist/t3-jquery.min.js"></script>
<script src="https://cdn.rawgit.com/box/t3js/v2.0.2/dist/t3-jquery.min.js"></script>
```
## Upgrade from 1.5.1 to 2.0.0

Expand Down
2 changes: 1 addition & 1 deletion dist/t3-jquery-2.0.0.js → dist/t3-jquery-2.0.2.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! t3-jquery v2.0.0 */
/*! t3-jquery v2.0.2 */
/*!
Copyright 2015 Box, Inc. All rights reserved.
Expand Down

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

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! t3-jquery-testing v2.0.0 */
/*! t3-jquery-testing v2.0.2 */
/*!
Copyright 2015 Box, Inc. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion dist/t3-jquery-testing.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! t3-jquery-testing v2.0.0 */
/*! t3-jquery-testing v2.0.2 */
/*!
Copyright 2015 Box, Inc. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion dist/t3-jquery.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! t3-jquery v2.0.0 */
/*! t3-jquery v2.0.2 */
/*!
Copyright 2015 Box, Inc. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion dist/t3-jquery.min.js

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

2 changes: 1 addition & 1 deletion dist/t3-native-2.0.0.js → dist/t3-native-2.0.2.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! t3-native v2.0.0 */
/*! t3-native v2.0.2 */
/*!
Copyright 2015 Box, Inc. All rights reserved.
Expand Down

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

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! t3-native-testing v2.0.0 */
/*! t3-native-testing v2.0.2 */
/*!
Copyright 2015 Box, Inc. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion dist/t3-native-testing.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! t3-native-testing v2.0.0 */
/*! t3-native-testing v2.0.2 */
/*!
Copyright 2015 Box, Inc. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion dist/t3-native.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! t3-native v2.0.0 */
/*! t3-native v2.0.2 */
/*!
Copyright 2015 Box, Inc. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion dist/t3-native.min.js

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

2 changes: 1 addition & 1 deletion dist/t3-testing.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! t3-testing v2.0.0 */
/*! t3-testing v2.0.2 */
/*!
Copyright 2015 Box, Inc. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion dist/t3.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! t3 v2.0.0 */
/*! t3 v2.0.2 */
/*!
Copyright 2015 Box, Inc. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion dist/t3.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "t3js",
"description": "T3 Javascript Framework",
"version": "2.0.1",
"version": "2.0.2",
"author": "Box (https://www.box.com/)",
"files": [
"LICENSE",
Expand Down

0 comments on commit 5a18e86

Please sign in to comment.