zhixin 6 年之前
父节点
当前提交
5356a71909
共有 8 个文件被更改,包括 8 次插入8 次删除
  1. 1 1
      CHANGELOG.md
  2. 1 1
      _config.yml
  3. 1 1
      bootstrap-table.jquery.json
  4. 1 1
      package.json
  5. 1 1
      site/news.md
  6. 1 1
      src/bootstrap-table.js
  7. 1 1
      src/bootstrap-table.scss
  8. 1 1
      src/constants/index.js

+ 1 - 1
CHANGELOG.md

@@ -1,7 +1,7 @@
 ChangeLog
 ChangeLog
 ---------
 ---------
 
 
-### 1.15.1
+### 1.15.2
 
 
 #### Core
 #### Core
 
 

+ 1 - 1
_config.yml

@@ -27,7 +27,7 @@ algolia:
   index_name:     bootstrap-table
   index_name:     bootstrap-table
 
 
 # Custom variables
 # Custom variables
-current_version:  1.15.1
+current_version:  1.15.2
 title:            "Bootstrap Table"
 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)"
 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"
 authors:          "Zhixin Wen, and Bootstrap Table contributors"

+ 1 - 1
bootstrap-table.jquery.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "bootstrap-table",
   "name": "bootstrap-table",
-  "version": "1.15.1",
+  "version": "1.15.2",
   "title": "Bootstrap Table",
   "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)",
   "description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)",
   "author": {
   "author": {

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
 {
   "name": "bootstrap-table",
   "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)",
   "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",
   "main": "./dist/bootstrap-table.min.js",
   "directories": {
   "directories": {
     "doc": "site"
     "doc": "site"

+ 1 - 1
site/news.md

@@ -4,7 +4,7 @@ title: News
 description: News and announcements for all things Bootstrap Table, including new releases.
 description: News and announcements for all things Bootstrap Table, including new releases.
 ---
 ---
 
 
-## Bootstrap Table 1.15.1
+## Bootstrap Table 1.15.2
 
 
 <span class="post-date">24 Jun 2019</span>
 <span class="post-date">24 Jun 2019</span>
 
 

+ 1 - 1
src/bootstrap-table.js

@@ -1,6 +1,6 @@
 /**
 /**
  * @author zhixin wen <wenzhixin2010@gmail.com>
  * @author zhixin wen <wenzhixin2010@gmail.com>
- * version: 1.15.1
+ * version: 1.15.2
  * https://github.com/wenzhixin/bootstrap-table/
  * https://github.com/wenzhixin/bootstrap-table/
  */
  */
 
 

+ 1 - 1
src/bootstrap-table.scss

@@ -1,6 +1,6 @@
 /**
 /**
  * @author zhixin wen <wenzhixin2010@gmail.com>
  * @author zhixin wen <wenzhixin2010@gmail.com>
- * version: 1.15.1
+ * version: 1.15.2
  * https://github.com/wenzhixin/bootstrap-table/
  * https://github.com/wenzhixin/bootstrap-table/
  */
  */
 
 

+ 1 - 1
src/constants/index.js

@@ -1,4 +1,4 @@
-const VERSION = '1.15.1'
+const VERSION = '1.15.2'
 
 
 let bootstrapVersion = 4
 let bootstrapVersion = 4
 try {
 try {