From 6683b7bc3271fd0cc9100583cd8c49ea3d93b428 Mon Sep 17 00:00:00 2001 From: Tieson Trowbridge Date: Tue, 20 Aug 2019 18:03:37 -0400 Subject: [PATCH] Updates patch version to 5.3.2 --- CHANGELOG.md | 14 +++++++++++--- README.md | 4 ++-- bootbox.all.js | 2 +- bootbox.js | 2 +- bootbox.locales.js | 2 +- dist/bootbox.all.min.js | 2 +- dist/bootbox.locales.min.js | 2 +- dist/bootbox.min.js | 2 +- header.txt | 2 +- package.json | 2 +- 10 files changed, 21 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd54f939..bdb60b48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ -## 5.2.0 (Latest Release) +## 5.3.2 (Latest Release) + +- Adds Georgian (ka) locale. + +### 5.3.0 + +- Moves development (unminified) versions of Bootbox files back to repository root (to simplify getting CDNjs updated). + +### 5.2.0 - Modifies dialog to only process button callback if it has been defined; see https://github.com/makeusabrew/bootbox/issues/705 ### 5.1.3 -- Adds Swahili locale. +- Adds Swahili (sw) locale. ### 5.1.2 @@ -22,7 +30,7 @@ ### 5.0.1 -- Adds Tamil locale +- Adds Tamil (ta) locale ### 5.0.0 diff --git a/README.md b/README.md index 97b5de11..24aa261e 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ Bootbox **3.3.0** is the *last* release to support Bootstrap 2.2.x. Much more dependency information can be found [on the Bootbox website](http://bootboxjs.com/getting-started.html#bootbox-dependencies). -## 5.3.0 (Latest Release) +## 5.3.2 (Latest Release) -- Moves development (unminified) versions of Bootbox files back to repository root (to simplify getting CDNjs updated). +- Adds Georgian (ka) locale. For a full list of releases and changes please see [the changelog](https://github.com/makeusabrew/bootbox/blob/master/CHANGELOG.md). diff --git a/bootbox.all.js b/bootbox.all.js index be2543ec..55c95ca8 100644 --- a/bootbox.all.js +++ b/bootbox.all.js @@ -1,6 +1,6 @@ /*! @preserve * bootbox.js - * version: 5.3.0 + * version: 5.3.2 * author: Nick Payne * license: MIT * http://bootboxjs.com/ diff --git a/bootbox.js b/bootbox.js index aab3089d..0975b56b 100644 --- a/bootbox.js +++ b/bootbox.js @@ -1,6 +1,6 @@ /*! @preserve * bootbox.js - * version: 5.3.0 + * version: 5.3.2 * author: Nick Payne * license: MIT * http://bootboxjs.com/ diff --git a/bootbox.locales.js b/bootbox.locales.js index 84f3af2b..ff4eb06e 100644 --- a/bootbox.locales.js +++ b/bootbox.locales.js @@ -1,6 +1,6 @@ /*! @preserve * bootbox.locales.js - * version: 5.3.0 + * version: 5.3.2 * author: Nick Payne * license: MIT * http://bootboxjs.com/ diff --git a/dist/bootbox.all.min.js b/dist/bootbox.all.min.js index a9dca8b6..9ebcb85d 100644 --- a/dist/bootbox.all.min.js +++ b/dist/bootbox.all.min.js @@ -1,5 +1,5 @@ /** - * bootbox.js 5.3.1 + * bootbox.js 5.3.2 * * http://bootboxjs.com/license.txt */ diff --git a/dist/bootbox.locales.min.js b/dist/bootbox.locales.min.js index 86499e8a..42df2484 100644 --- a/dist/bootbox.locales.min.js +++ b/dist/bootbox.locales.min.js @@ -1,5 +1,5 @@ /** - * bootbox.js 5.3.1 + * bootbox.js 5.3.2 * * http://bootboxjs.com/license.txt */ diff --git a/dist/bootbox.min.js b/dist/bootbox.min.js index 0a298700..d140a4da 100644 --- a/dist/bootbox.min.js +++ b/dist/bootbox.min.js @@ -1,5 +1,5 @@ /** - * bootbox.js 5.3.1 + * bootbox.js 5.3.2 * * http://bootboxjs.com/license.txt */ diff --git a/header.txt b/header.txt index 464f2516..01e0d02c 100644 --- a/header.txt +++ b/header.txt @@ -1,5 +1,5 @@ /** - * bootbox.js 5.3.1 + * bootbox.js 5.3.2 * * http://bootboxjs.com/license.txt */ \ No newline at end of file diff --git a/package.json b/package.json index d04f59d0..7c21e920 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootbox", - "version": "5.3.1", + "version": "5.3.2", "description": "Wrappers for JavaScript alert(), confirm(), prompt(), and other flexible dialogs using the Bootstrap framework", "directories": { "test": "tests"