Skip to content

Commit

Permalink
v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Feb 24, 2023
1 parent 6d528b7 commit 0650050
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.1.8](https://github.com/varletjs/varlet-vue2/compare/v0.1.7...v0.1.8) (2023-02-24)


### Bug Fixes

* **ui/space:** fix space inline mode className err ([#69](https://github.com/varletjs/varlet-vue2/issues/69)) ([6d528b7](https://github.com/varletjs/varlet-vue2/commit/6d528b775642a14ab8abef2994968f228377838a))



## [0.1.7](https://github.com/varletjs/varlet-vue2/compare/v0.1.6...v0.1.7) (2022-11-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.1.7",
"version": "0.1.8",
"scripts": {
"preinstall": "npx only-allow pnpm",
"bootstrap": "pnpm install --shamefully-hoist && node scripts/bootstrap.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-vue2-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet-vue2/cli",
"version": "0.1.7",
"version": "0.1.8",
"description": "cli of varlet-vue2",
"bin": {
"varlet-vue2-cli": "./lib/index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-vue2-eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet-vue2/eslint-config",
"version": "0.1.7",
"version": "0.1.8",
"description": "eslint config of varlet-vue2",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-vue2-markdown-vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet-vue2/markdown-vite-plugin",
"version": "0.1.7",
"version": "0.1.8",
"description": "markdown vite plugin of varlet-vue2",
"keywords": [
"vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-vue2-stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet-vue2/stylelint-config",
"version": "0.1.7",
"version": "0.1.8",
"description": "stylelint config of varlet-vue2",
"keywords": [
"stylelint",
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-vue2-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet-vue2/ui",
"version": "0.1.7",
"version": "0.1.8",
"description": "A material like components library for vue2",
"module": "es/index.js",
"main": "lib/index.js",
Expand Down

1 comment on commit 0650050

@vercel
Copy link

@vercel vercel bot commented on 0650050 Feb 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

varlet-vue2 – ./

varlet-vue2.vercel.app
varlet-vue2-git-main-varletjs.vercel.app
varlet-vue2-varletjs.vercel.app

Please sign in to comment.