Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ayangweb committed Jul 10, 2022
1 parent 7a52b35 commit d66a2dc
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 7 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [0.1.2](https://github.com/varletjs/varlet-vue2/compare/v0.1.1...v0.1.2) (2022-07-10)


### Bug Fixes

* **cli:** fix fold height ([7a52b35](https://github.com/varletjs/varlet-vue2/commit/7a52b35ed44ffd96491eeb9c72ee085fdbac3f63))


### Features

* add `versions` config ([#57](https://github.com/varletjs/varlet-vue2/issues/57)) ([10875e5](https://github.com/varletjs/varlet-vue2/commit/10875e56a13ddeb33cd5b7b9229179ed4e8b3896))
* add component bottom-navigation ([#56](https://github.com/varletjs/varlet-vue2/issues/56)) ([2ca9973](https://github.com/varletjs/varlet-vue2/commit/2ca99739d8bf320df93a7b011cffb6bb5397d8c5))
* build the homepage ([#50](https://github.com/varletjs/varlet-vue2/issues/50)) ([72c833c](https://github.com/varletjs/varlet-vue2/commit/72c833cdc2145965d089dcbd0c3fce6f6156ad14))
* **ui/picker:** add textFormatter in picker ([#58](https://github.com/varletjs/varlet-vue2/issues/58)) ([d88c2ad](https://github.com/varletjs/varlet-vue2/commit/d88c2ada356ba21a13444a073ee7f6d8be9e7e92))



## [0.1.1](https://github.com/varletjs/varlet-vue2/compare/v0.1.0...v0.1.1) (2022-04-20)


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.1",
"version": "0.1.2",
"scripts": {
"preinstall": "npx only-allow pnpm",
"bootstrap": "pnpm install && 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.1",
"version": "0.1.2",
"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.1",
"version": "0.1.2",
"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.1",
"version": "0.1.2",
"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.1",
"version": "0.1.2",
"description": "stylelint config of varlet-vue2",
"keywords": [
"stylelint",
Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "0.1.2",
"description": "A material like components library for vue2",
"module": "es/index.js",
"main": "lib/index.js",
Expand Down Expand Up @@ -67,4 +67,4 @@
"Chrome >= 51",
"iOS >= 10"
]
}
}

1 comment on commit d66a2dc

@vercel
Copy link

@vercel vercel bot commented on d66a2dc Jul 10, 2022

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-varletjs.vercel.app
varlet-vue2-git-main-varletjs.vercel.app

Please sign in to comment.