Skip to content

Commit 3056f47

Browse files
author
Jeff
committed
🚀 v3.0.0
1 parent bd3ce25 commit 3056f47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const isDeployPreview = process.env.hasOwnProperty('DEPLOY_PREVIEW');
22

33
const meta = {
44
title: 'Vue Select | VueJS Select2/Chosen Component',
5-
description: 'Everything you wish the native <select> element could do, wrapped up into a zero dependency, highly extensible Vue component.',
5+
description: 'Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.',
66
url: 'http://sagalbot.github.io/vue-select/',
77
icon: '/vue-logo.png',
88
};

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-select",
3-
"version": "2.6.4",
4-
"description": "A native Vue.js component that provides similar functionality to Select2 without the overhead of jQuery.",
3+
"version": "3.0.0",
4+
"description": "Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.",
55
"author": "Jeff Sagal <sagalbot@gmail.com>",
66
"private": false,
77
"main": "dist/vue-select.js",

0 commit comments

Comments
 (0)