From 5356a71909e3962848d94c6dbeb82048ed6f3f2f Mon Sep 17 00:00:00 2001 From: zhixin Date: Mon, 24 Jun 2019 15:09:23 +0800 Subject: [PATCH] v1.15.2 --- CHANGELOG.md | 2 +- _config.yml | 2 +- bootstrap-table.jquery.json | 2 +- package.json | 2 +- site/news.md | 2 +- src/bootstrap-table.js | 2 +- src/bootstrap-table.scss | 2 +- src/constants/index.js | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3db532733..3f8c0f7a5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ChangeLog --------- -### 1.15.1 +### 1.15.2 #### Core diff --git a/_config.yml b/_config.yml index 203e79e32a..71817340d1 100644 --- a/_config.yml +++ b/_config.yml @@ -27,7 +27,7 @@ algolia: index_name: bootstrap-table # Custom variables -current_version: 1.15.1 +current_version: 1.15.2 title: "Bootstrap Table" description: "An extended table to the integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)" authors: "Zhixin Wen, and Bootstrap Table contributors" diff --git a/bootstrap-table.jquery.json b/bootstrap-table.jquery.json index 852fe8f980..493c9fd644 100644 --- a/bootstrap-table.jquery.json +++ b/bootstrap-table.jquery.json @@ -1,6 +1,6 @@ { "name": "bootstrap-table", - "version": "1.15.1", + "version": "1.15.2", "title": "Bootstrap Table", "description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)", "author": { diff --git a/package.json b/package.json index ec55e06697..dfc5ffe276 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bootstrap-table", "description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)", - "version": "1.15.1", + "version": "1.15.2", "main": "./dist/bootstrap-table.min.js", "directories": { "doc": "site" diff --git a/site/news.md b/site/news.md index 3142a7e78c..e1733d06dd 100644 --- a/site/news.md +++ b/site/news.md @@ -4,7 +4,7 @@ title: News description: News and announcements for all things Bootstrap Table, including new releases. --- -## Bootstrap Table 1.15.1 +## Bootstrap Table 1.15.2 24 Jun 2019 diff --git a/src/bootstrap-table.js b/src/bootstrap-table.js index 2a796b11e4..a82aac9280 100644 --- a/src/bootstrap-table.js +++ b/src/bootstrap-table.js @@ -1,6 +1,6 @@ /** * @author zhixin wen - * version: 1.15.1 + * version: 1.15.2 * https://github.com/wenzhixin/bootstrap-table/ */ diff --git a/src/bootstrap-table.scss b/src/bootstrap-table.scss index a92cbb6ba0..0b741a5f39 100644 --- a/src/bootstrap-table.scss +++ b/src/bootstrap-table.scss @@ -1,6 +1,6 @@ /** * @author zhixin wen - * version: 1.15.1 + * version: 1.15.2 * https://github.com/wenzhixin/bootstrap-table/ */ diff --git a/src/constants/index.js b/src/constants/index.js index 2e0f9ab8e6..8dc2d08823 100644 --- a/src/constants/index.js +++ b/src/constants/index.js @@ -1,4 +1,4 @@ -const VERSION = '1.15.1' +const VERSION = '1.15.2' let bootstrapVersion = 4 try {