@varlet/ui 2.7.0-alpha.1674118781235 → 2.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  ### Intro
26
26
 
27
- Varlet is a Material design mobile component library developed based on `Vue3`, developed and maintained by partners in the community.
27
+ Varlet is a Material design mobile component library developed based on `Vue3`, developed and maintained by `varletjs` community team.
28
28
 
29
29
 
30
30
  ### Features
package/README.zh-CN.md CHANGED
@@ -25,7 +25,7 @@
25
25
 
26
26
  ### 介绍
27
27
 
28
- Varlet 是一个基于 `Vue3` 开发的 Material 风格移动端组件库,全面拥抱 `Vue3` 生态,由社区建立起来的组件库团队进行维护。
28
+ Varlet 是一个基于 `Vue3` 开发的 Material 风格移动端组件库,全面拥抱 `Vue3` 生态,由 `varletjs` 社区团队进行维护。
29
29
 
30
30
  ### 特性
31
31
  - 🚀   提供50+个高质量通用组件
@@ -217,7 +217,7 @@ import './time-picker/style/index.mjs'
217
217
  import './tooltip/style/index.mjs'
218
218
  import './uploader/style/index.mjs'
219
219
 
220
- const version = '2.7.0-alpha.1674118781235'
220
+ const version = '2.7.0'
221
221
 
222
222
  function install(app) {
223
223
  ActionSheet.install && app.use(ActionSheet)
package/es/index.mjs CHANGED
@@ -144,7 +144,7 @@ export * from './time-picker/index.mjs'
144
144
  export * from './tooltip/index.mjs'
145
145
  export * from './uploader/index.mjs'
146
146
 
147
- const version = '2.7.0-alpha.1674118781235'
147
+ const version = '2.7.0'
148
148
 
149
149
  function install(app) {
150
150
  ActionSheet.install && app.use(ActionSheet)