This repository was archived by the owner on Jan 8, 2025. It is now read-only.
File tree 7 files changed +15
-6
lines changed
varlet-vue2-eslint-config
varlet-vue2-markdown-vite-plugin
varlet-vue2-stylelint-config
7 files changed +15
-6
lines changed Original file line number Diff line number Diff line change
1
+ # [ 0.2.0] ( https://github.com/varletjs/varlet-vue2/compare/v0.1.8...v0.2.0 ) (2025-01-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * 🐛 fix compiled results with ` staticRenderFns ` in some case ([ #74 ] ( https://github.com/varletjs/varlet-vue2/issues/74 ) ) ([ 1a19ef1] ( https://github.com/varletjs/varlet-vue2/commit/1a19ef15ca5c41b65a51170ab634503985804c1d ) )
7
+
8
+
9
+
1
10
## [ 0.1.8] ( https://github.com/varletjs/varlet-vue2/compare/v0.1.7...v0.1.8 ) (2023-02-24)
2
11
3
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
- "version" : " 0.1.8 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"scripts" : {
5
5
"preinstall" : " npx only-allow pnpm" ,
6
6
"bootstrap" : " pnpm install --shamefully-hoist && node scripts/bootstrap.mjs" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @varlet-vue2/cli" ,
3
- "version" : " 0.1.8 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " cli of varlet-vue2" ,
5
5
"bin" : {
6
6
"varlet-vue2-cli" : " ./lib/index.js"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @varlet-vue2/eslint-config" ,
3
- "version" : " 0.1.8 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " eslint config of varlet-vue2" ,
5
5
"keywords" : [
6
6
" eslint" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @varlet-vue2/markdown-vite-plugin" ,
3
- "version" : " 0.1.8 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " markdown vite plugin of varlet-vue2" ,
5
5
"keywords" : [
6
6
" vite" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @varlet-vue2/stylelint-config" ,
3
- "version" : " 0.1.8 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " stylelint config of varlet-vue2" ,
5
5
"keywords" : [
6
6
" stylelint" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @varlet-vue2/ui" ,
3
- "version" : " 0.1.8 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " A material like components library for vue2" ,
5
5
"module" : " es/index.js" ,
6
6
"main" : " lib/index.js" ,
You can’t perform that action at this time.
0 commit comments