This repository was archived by the owner on Jan 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +18
-9
lines changed
varlet-vue2-eslint-config
varlet-vue2-markdown-vite-plugin
varlet-vue2-stylelint-config Expand file tree Collapse file tree 7 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.1.4] ( https://github.com/varletjs/varlet-vue2/compare/v0.1.3...v0.1.4 ) (2022-09-27)
2+
3+
4+ ### Bug Fixes
5+
6+ * fix select sync options bug ([ fe588be] ( https://github.com/varletjs/varlet-vue2/commit/fe588be455785cf775a928b2abf5cd770663f3f1 ) )
7+
8+
9+
110## [ 0.1.3] ( https://github.com/varletjs/varlet-vue2/compare/v0.1.2...v0.1.3 ) (2022-09-27)
211
312
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
3- "version" : " 0.1.3 " ,
3+ "version" : " 0.1.4 " ,
44 "scripts" : {
55 "preinstall" : " npx only-allow pnpm" ,
66 "bootstrap" : " pnpm install --shamefully-hoist && node scripts/bootstrap.mjs" ,
7171 "engines" : {
7272 "pnpm" : " >=7.9"
7373 }
74- }
74+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @varlet-vue2/cli" ,
3- "version" : " 0.1.3 " ,
3+ "version" : " 0.1.4 " ,
44 "description" : " cli of varlet-vue2" ,
55 "bin" : {
66 "varlet-vue2-cli" : " ./lib/index.js"
8686 "@types/slash" : " ^3.0.0" ,
8787 "@types/semver" : " ^7.3.9"
8888 }
89- }
89+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @varlet-vue2/eslint-config" ,
3- "version" : " 0.1.3 " ,
3+ "version" : " 0.1.4 " ,
44 "description" : " eslint config of varlet-vue2" ,
55 "keywords" : [
66 " eslint" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @varlet-vue2/markdown-vite-plugin" ,
3- "version" : " 0.1.3 " ,
3+ "version" : " 0.1.4 " ,
44 "description" : " markdown vite plugin of varlet-vue2" ,
55 "keywords" : [
66 " vite" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @varlet-vue2/stylelint-config" ,
3- "version" : " 0.1.3 " ,
3+ "version" : " 0.1.4 " ,
44 "description" : " stylelint config of varlet-vue2" ,
55 "keywords" : [
66 " stylelint" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @varlet-vue2/ui" ,
3- "version" : " 0.1.3 " ,
3+ "version" : " 0.1.4 " ,
44 "description" : " A material like components library for vue2" ,
55 "module" : " es/index.js" ,
66 "main" : " lib/index.js" ,
7272 " Chrome >= 51" ,
7373 " iOS >= 10"
7474 ]
75- }
75+ }
You can’t perform that action at this time.
0 commit comments