update 0.11.1

This commit is contained in:
yehuozhili
2021-12-23 22:02:18 +08:00
parent 8539537b6c
commit d7cae97020
6 changed files with 9 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
## 0.11.1
兼容旧的属性
## 0.11.0

View File

@@ -5,6 +5,8 @@ nav:
title: change log
order: 6
---
## 0.11.1
Compatible with legacy properties
## 0.11.0
Modify the timeline style and add cansee attribute to hide it during editing.
## 0.10.4

View File

@@ -5,7 +5,9 @@ nav:
title: 变更日志
order: 6
---
## 0.11.1
兼容旧的属性
## 0.11.0

View File

@@ -1,5 +1,5 @@
{
"version": "0.11.0",
"version": "0.11.1",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/dooringx-lib.esm.js",

View File

@@ -1,6 +1,6 @@
{
"name": "dooringx-plugin-template",
"version": "0.11.0",
"version": "0.11.1",
"description": "> TODO: description",
"author": "yehuozhili <673632758@qq.com>",
"homepage": "https://github.com/H5-Dooring/dooringx#readme",

View File

@@ -40,7 +40,7 @@
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-url": "^6.1.0",
"@svgr/rollup": "^5.5.0",
"dooringx-lib": "^0.11.0",
"dooringx-lib": "^0.11.1",
"postcss": "^8.3.6",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.1",