Browse Source

release: v2.9.2-rc.2

pull/1464/head^2 v2.9.2-rc.2
贤心 11 months ago committed by GitHub
parent
commit
17cd7cada2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/workflows/release-npm.yml
  2. 2
      dist/layui.js
  3. 2
      dist/layui.js.map
  4. 6
      docs/versions.md
  5. 2
      package.json
  6. 2
      src/layui.js

5
.github/workflows/release-npm.yml

@ -1,8 +1,9 @@
name: Publish to NPM
on:
release:
types: [created]
push:
tags:
- 'v*'
jobs:
publish-npm:

2
dist/layui.js vendored

File diff suppressed because one or more lines are too long

2
dist/layui.js.map vendored

File diff suppressed because one or more lines are too long

6
docs/versions.md

@ -9,8 +9,8 @@ toc: true
<h2 id="2.9.x" lay-toc="{title: '2.9.x'}"></h2>
<h2 id="v2.9.2-rc.1" class="ws-anchor">
v2.9.2-rc.1
<h2 id="v2.9.2-rc.2" class="ws-anchor">
v2.9.2-rc.2
<!-- <span class="layui-badge-rim" style="color: #16b777;">稳定版</span> -->
<span class="layui-badge-rim">2023-12-16</span>
</h2>
@ -24,7 +24,7 @@ toc: true
- #### dropdown
- 增强 `delay` 选项,支持设置 显示/隐藏 的延迟时间 #1454 @Sight-wcg
### 下载: [layui-v2.9.2-rc.1.zip](https://gitee.com/layui/layui/attach_files/1615403/download)
### 下载: [layui-v2.9.2-rc.2.zip](https://gitee.com/layui/layui/attach_files/1615403/download)
---

2
package.json

@ -1,6 +1,6 @@
{
"name": "layui",
"version": "2.9.2-rc.1",
"version": "2.9.2-rc.2",
"description": "Classic modular Front-End UI library",
"keywords": [
"layui",

2
src/layui.js vendored

@ -16,7 +16,7 @@
};
var Layui = function(){
this.v = '2.9.2-rc.1'; // Layui 版本号
this.v = '2.9.2-rc.2'; // Layui 版本号
};
// 识别预先可能定义的指定全局对象

Loading…
Cancel
Save