[Pkg-javascript-commits] [backbone] 153/173: Update index
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 07:44:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository backbone.
commit d682061a25f72ab82fbda472d229cc3d1da7df2b
Author: Graeme Yeates <yeatesgraeme at gmail.com>
Date: Fri Mar 4 13:25:34 2016 -0500
Update index
---
index.html | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/index.html b/index.html
index 5e00f34..0208b22 100644
--- a/index.html
+++ b/index.html
@@ -300,7 +300,7 @@
<div id="sidebar" class="interface">
<a class="toc_title" href="#">
- Backbone.js <span class="version">(1.2.3)</span>
+ Backbone.js <span class="version">(1.3.1)</span>
</a>
<ul class="toc_section">
<li>» <a href="http://github.com/jashkenas/backbone">GitHub Repository</a></li>
@@ -579,11 +579,11 @@
<table>
<tr>
- <td><a class="punch" href="backbone.js">Development Version (1.2.3)</a></td>
+ <td><a class="punch" href="backbone.js">Development Version (1.3.1)</a></td>
<td class="text"><i>69kb, Full source, tons of comments</i></td>
</tr>
<tr>
- <td><a class="punch" href="backbone-min.js">Production Version (1.2.3)</a></td>
+ <td><a class="punch" href="backbone-min.js">Production Version (1.3.1)</a></td>
<td class="text" style="line-height: 16px;">
<i>7.3kb, Packed and gzipped</i><br />
<small>(<a href="backbone-min.map">Source Map</a>)</small>
@@ -4297,7 +4297,14 @@ ActiveRecord::Base.include_root_in_json = false
<h2 id="changelog">Change Log</h2>
- <b class="header">1.3.0</b> — <small><i>Jan. 9, 2016</i></small>
+ <b class="header">1.3.1</b> — <small><i>Mar. 4, 2016</i></small> — <a href="https://github.com/jashkenas/backbone/compare/1.3.0...1.3.1">Diff</a> — <a href="https://cdn.rawgit.com/jashkenas/backbone/1.3.1/index.html">Docs</a><br />
+ <ul style="margin-top: 5px;">
+ <li>
+ Fixed some build artifacts with the 1.3.0 release.
+ </li>
+ </ul>
+
+ <b class="header">1.3.0</b> — <small><i>Mar. 3, 2016</i></small>
— <a href="https://github.com/jashkenas/backbone/compare/1.2.3...1.3.0">Diff</a>
— <a href="https://cdn.rawgit.com/jashkenas/backbone/1.3.0/index.html">Docs</a>
<br />
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git
More information about the Pkg-javascript-commits
mailing list