Skip to content

Commit

Permalink
[build] 2.15.9
Browse files Browse the repository at this point in the history
  • Loading branch information
博风 committed Jun 3, 2022
1 parent e4ee3f9 commit 9eb1be4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/versions.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"1.4.13":"1.4","2.0.11":"2.0","2.1.0":"2.1","2.2.2":"2.2","2.3.9":"2.3","2.4.11":"2.4","2.5.4":"2.5","2.6.3":"2.6","2.7.2":"2.7","2.8.2":"2.8","2.9.2":"2.9","2.10.1":"2.10","2.11.1":"2.11","2.12.0":"2.12","2.13.2":"2.13","2.14.1":"2.14","2.15.8":"2.15"}
{"1.4.13":"1.4","2.0.11":"2.0","2.1.0":"2.1","2.2.2":"2.2","2.3.9":"2.3","2.4.11":"2.4","2.5.4":"2.5","2.6.3":"2.6","2.7.2":"2.7","2.8.2":"2.8","2.9.2":"2.9","2.10.1":"2.10","2.11.1":"2.11","2.12.0":"2.12","2.13.2":"2.13","2.14.1":"2.14","2.15.9":"2.15"}
2 changes: 1 addition & 1 deletion packages/theme-chalk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-theme-chalk",
"version": "2.15.8",
"version": "2.15.9",
"description": "Element component chalk theme.",
"main": "lib/index.css",
"style": "lib/index.css",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ if (typeof window !== 'undefined' && window.Vue) {
}

export default {
version: '2.15.8',
version: '2.15.9',
locale: locale.use,
i18n: locale.i18n,
install,
Expand Down

0 comments on commit 9eb1be4

Please sign in to comment.