diff options
| author | Chris Rebert <[email protected]> | 2015-12-08 18:04:59 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-08 18:16:47 -0800 |
| commit | 31d4139a7402776cdb6a852b2fa9351b02e9482b (patch) | |
| tree | 10d2643f4d3ed0c60157f1fde014c6a4bafaf755 | |
| parent | cc8600a2877c8f7898fe5ae7f6bc9d453fd3b7d2 (diff) | |
| download | bootstrap-31d4139a7402776cdb6a852b2fa9351b02e9482b.tar.xz bootstrap-31d4139a7402776cdb6a852b2fa9351b02e9482b.zip | |
Update version numbers using npm script
Errata from:
* 8ce5da30260c1368ae97838fcf010375071a7243
* 5d3144e8fb5c7202991b7614d77dfc00903fcb2e
which missed a few numbers.
[skip sauce]
[skip validator]
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | js/src/alert.js | 2 | ||||
| -rw-r--r-- | js/src/button.js | 2 | ||||
| -rw-r--r-- | js/src/carousel.js | 2 | ||||
| -rw-r--r-- | js/src/collapse.js | 2 | ||||
| -rw-r--r-- | js/src/dropdown.js | 2 | ||||
| -rw-r--r-- | js/src/modal.js | 2 | ||||
| -rw-r--r-- | js/src/popover.js | 2 | ||||
| -rw-r--r-- | js/src/scrollspy.js | 2 | ||||
| -rw-r--r-- | js/src/tab.js | 2 | ||||
| -rw-r--r-- | js/src/tooltip.js | 2 | ||||
| -rw-r--r-- | package.js | 2 |
12 files changed, 12 insertions, 12 deletions
@@ -5,7 +5,7 @@ [](https://www.npmjs.com/package/bootstrap) [](https://travis-ci.org/twbs/bootstrap) [](https://david-dm.org/twbs/bootstrap#info=devDependencies) -[](https://www.nuget.org/packages/bootstrap/4.0.0-alpha) +[](https://www.nuget.org/packages/bootstrap/4.0.0-alpha.2) [](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. diff --git a/js/src/alert.js b/js/src/alert.js index 02d0e134f..4cb006ea3 100644 --- a/js/src/alert.js +++ b/js/src/alert.js @@ -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' diff --git a/js/src/button.js b/js/src/button.js index 6bf4db10c..3144a3f10 100644 --- a/js/src/button.js +++ b/js/src/button.js @@ -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' diff --git a/js/src/carousel.js b/js/src/carousel.js index c6c7980b0..34cab4391 100644 --- a/js/src/carousel.js +++ b/js/src/carousel.js @@ -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' diff --git a/js/src/collapse.js b/js/src/collapse.js index ee80930bc..3dd07cadf 100644 --- a/js/src/collapse.js +++ b/js/src/collapse.js @@ -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' diff --git a/js/src/dropdown.js b/js/src/dropdown.js index 00b3b5fe8..d4a1e001a 100644 --- a/js/src/dropdown.js +++ b/js/src/dropdown.js @@ -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' diff --git a/js/src/modal.js b/js/src/modal.js index bed417f61..d40885020 100644 --- a/js/src/modal.js +++ b/js/src/modal.js @@ -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' diff --git a/js/src/popover.js b/js/src/popover.js index c9c55b044..7e8ec4297 100644 --- a/js/src/popover.js +++ b/js/src/popover.js @@ -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] diff --git a/js/src/scrollspy.js b/js/src/scrollspy.js index 691f7d9c0..f80378e01 100644 --- a/js/src/scrollspy.js +++ b/js/src/scrollspy.js @@ -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' diff --git a/js/src/tab.js b/js/src/tab.js index 41ec7fb34..33f56faae 100644 --- a/js/src/tab.js +++ b/js/src/tab.js @@ -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' diff --git a/js/src/tooltip.js b/js/src/tooltip.js index 606f4a606..77803dc40 100644 --- a/js/src/tooltip.js +++ b/js/src/tooltip.js @@ -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] diff --git a/package.js b/package.js index a1a9df1e9..369dfc43a 100644 --- a/package.js +++ b/package.js @@ -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' }); |
