]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update version numbers using npm script
authorChris Rebert <code@chrisrebert.com>
Wed, 9 Dec 2015 02:04:59 +0000 (18:04 -0800)
committerChris Rebert <code@chrisrebert.com>
Wed, 9 Dec 2015 02:16:47 +0000 (18:16 -0800)
Errata from:
8ce5da30260c1368ae97838fcf010375071a7243
5d3144e8fb5c7202991b7614d77dfc00903fcb2e
which missed a few numbers.

[skip sauce]
[skip validator]

12 files changed:
README.md
js/src/alert.js
js/src/button.js
js/src/carousel.js
js/src/collapse.js
js/src/dropdown.js
js/src/modal.js
js/src/popover.js
js/src/scrollspy.js
js/src/tab.js
js/src/tooltip.js
package.js

index 56cc64a910bb4d0a40fdf53e81f9d4b38c0fa3de..ebf0ee9013b9ecf03196ddf2d36d374edf27e5a9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
 [![npm version](https://img.shields.io/npm/v/bootstrap.svg)](https://www.npmjs.com/package/bootstrap)
 [![Build Status](https://img.shields.io/travis/twbs/bootstrap/master.svg)](https://travis-ci.org/twbs/bootstrap)
 [![devDependency Status](https://img.shields.io/david/dev/twbs/bootstrap.svg)](https://david-dm.org/twbs/bootstrap#info=devDependencies)
-[![NuGet](https://img.shields.io/nuget/vpre/bootstrap.svg)](https://www.nuget.org/packages/bootstrap/4.0.0-alpha)
+[![NuGet](https://img.shields.io/nuget/vpre/bootstrap.svg)](https://www.nuget.org/packages/bootstrap/4.0.0-alpha.2)
 [![Selenium Test Status](https://saucelabs.com/browser-matrix/bootstrap.svg)](https://saucelabs.com/u/bootstrap)
 
 Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thornton](https://twitter.com/fat), and maintained by the [core team](https://github.com/orgs/twbs/people) with the massive support and involvement of the community.
index 02d0e134f0b9880d9aae42bbf49918e06ee3237d..4cb006ea391c8ff5865cca0d078f49805e420bbe 100644 (file)
@@ -18,7 +18,7 @@ const Alert = (($) => {
    */
 
   const NAME                = 'alert'
-  const VERSION             = '4.0.0-alpha'
+  const VERSION             = '4.0.0-alpha.2'
   const DATA_KEY            = 'bs.alert'
   const EVENT_KEY           = `.${DATA_KEY}`
   const DATA_API_KEY        = '.data-api'
index 6bf4db10c75833e2d3efbad8c41ad8d8172e8c28..3144a3f101230843d5d5c7177be5e22c3e1caab9 100644 (file)
@@ -15,7 +15,7 @@ const Button = (($) => {
    */
 
   const NAME                = 'button'
-  const VERSION             = '4.0.0-alpha'
+  const VERSION             = '4.0.0-alpha.2'
   const DATA_KEY            = 'bs.button'
   const EVENT_KEY           = `.${DATA_KEY}`
   const DATA_API_KEY        = '.data-api'
index c6c7980b0664ba1729ec2223abee958e471d24fa..34cab4391d13f93f7797b13c12ccf5c032cad69c 100644 (file)
@@ -18,7 +18,7 @@ const Carousel = (($) => {
    */
 
   const NAME                = 'carousel'
-  const VERSION             = '4.0.0-alpha'
+  const VERSION             = '4.0.0-alpha.2'
   const DATA_KEY            = 'bs.carousel'
   const EVENT_KEY           = `.${DATA_KEY}`
   const DATA_API_KEY        = '.data-api'
index ee80930bc85579ce80c0ece95661f73c573d091b..3dd07cadf32bc1c7ea5dc89ca960bfd655805d63 100644 (file)
@@ -18,7 +18,7 @@ const Collapse = (($) => {
    */
 
   const NAME                = 'collapse'
-  const VERSION             = '4.0.0-alpha'
+  const VERSION             = '4.0.0-alpha.2'
   const DATA_KEY            = 'bs.collapse'
   const EVENT_KEY           = `.${DATA_KEY}`
   const DATA_API_KEY        = '.data-api'
index 00b3b5fe813fe49a55d446d9696af5f12199ea73..d4a1e001a8fdc424d6bfa26b9f8b4b2a63a5bedf 100644 (file)
@@ -18,7 +18,7 @@ const Dropdown = (($) => {
    */
 
   const NAME                = 'dropdown'
-  const VERSION             = '4.0.0-alpha'
+  const VERSION             = '4.0.0-alpha.2'
   const DATA_KEY            = 'bs.dropdown'
   const EVENT_KEY           = `.${DATA_KEY}`
   const DATA_API_KEY        = '.data-api'
index bed417f610717d7f5832d7511d62d827991dcffb..d408850201549f0c2ec9937e0ac38249e88ec2f6 100644 (file)
@@ -18,7 +18,7 @@ const Modal = (($) => {
    */
 
   const NAME                         = 'modal'
-  const VERSION                      = '4.0.0-alpha'
+  const VERSION                      = '4.0.0-alpha.2'
   const DATA_KEY                     = 'bs.modal'
   const EVENT_KEY                    = `.${DATA_KEY}`
   const DATA_API_KEY                 = '.data-api'
index c9c55b044718725dcbf1195dac8b8347807ae473..7e8ec42975d419812f3c49d79c3cef8f0aeafeaa 100644 (file)
@@ -18,7 +18,7 @@ const Popover = (($) => {
    */
 
   const NAME                = 'popover'
-  const VERSION             = '4.0.0-alpha'
+  const VERSION             = '4.0.0-alpha.2'
   const DATA_KEY            = 'bs.popover'
   const EVENT_KEY           = `.${DATA_KEY}`
   const JQUERY_NO_CONFLICT  = $.fn[NAME]
index 691f7d9c09b8bb893f52eb967aaeb6c8cec5fe93..f80378e01c00e7f2dc385cb8acc38e59a3e9f20f 100644 (file)
@@ -18,7 +18,7 @@ const ScrollSpy = (($) => {
    */
 
   const NAME               = 'scrollspy'
-  const VERSION            = '4.0.0-alpha'
+  const VERSION            = '4.0.0-alpha.2'
   const DATA_KEY           = 'bs.scrollspy'
   const EVENT_KEY          = `.${DATA_KEY}`
   const DATA_API_KEY       = '.data-api'
index 41ec7fb343b5edccf2c8e71f7e951cace15e3845..33f56faaee3e6f19dd2fbfa940c0ad0e55ad75db 100644 (file)
@@ -18,7 +18,7 @@ const Tab = (($) => {
    */
 
   const NAME                = 'tab'
-  const VERSION             = '4.0.0-alpha'
+  const VERSION             = '4.0.0-alpha.2'
   const DATA_KEY            = 'bs.tab'
   const EVENT_KEY           = `.${DATA_KEY}`
   const DATA_API_KEY        = '.data-api'
index 606f4a6066bc5fab23e7a6d8c08e3922a1533707..77803dc402ad9adb3610f49c6a5c6d7d29d26a91 100644 (file)
@@ -28,7 +28,7 @@ const Tooltip = (($) => {
    */
 
   const NAME                = 'tooltip'
-  const VERSION             = '4.0.0-alpha'
+  const VERSION             = '4.0.0-alpha.2'
   const DATA_KEY            = 'bs.tooltip'
   const EVENT_KEY           = `.${DATA_KEY}`
   const JQUERY_NO_CONFLICT  = $.fn[NAME]
index a1a9df1e9b9a2169cf8ae5dc07fb96f1facc4340..369dfc43a3daa2d25ad78dfbfcc314cef2c71ef7 100644 (file)
@@ -5,7 +5,7 @@
 Package.describe({
   name: 'twbs:bootstrap',  // http://atmospherejs.com/twbs/bootstrap
   summary: 'The most popular front-end framework for developing responsive, mobile first projects on the web.',
-  version: '4.0.0-alpha',
+  version: '4.0.0-alpha.2',
   git: 'https://github.com/twbs/bootstrap.git'
 });