@enso-ui/select 4.0.0 → 4.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -7
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,11 +1,5 @@
1
1
  # Select
2
2
 
3
- ![NPM License](https://img.shields.io/npm/l/@enso-ui/select.svg)
4
- ![npm download](https://img.shields.io/npm/dm/@enso-ui/select.svg)
5
- ![GitHub top language](https://img.shields.io/github/languages/top/enso-ui/select.svg)
6
- ![GitHub issues](https://img.shields.io/github/issues/enso-ui/select.svg)
7
- ![npm version](https://img.shields.io/npm/v/@enso-ui/select.svg)
8
-
9
3
  Vue Select Component
10
4
 
11
5
  ## Usage
@@ -28,4 +22,4 @@ Thank you to all the people who already contributed to Enso!
28
22
 
29
23
  ## License
30
24
 
31
- [ISC](https://opensource.org/licenses/ISC)
25
+ [MIT](LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enso-ui/select",
3
- "version": "4.0.0",
3
+ "version": "4.1.1",
4
4
  "description": "Select",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -23,10 +23,10 @@
23
23
  },
24
24
  "homepage": "https://github.com/enso-ui/select#readme",
25
25
  "dependencies": {
26
- "@enso-ui/directives": "^2.0",
27
- "@enso-ui/dropdown": "^3.0",
28
- "@enso-ui/dropdown-indicator": "^2.0",
29
- "@enso-ui/search-mode": "^3.0",
26
+ "@enso-ui/directives": "^3.1.0",
27
+ "@enso-ui/dropdown": "^4.1.0",
28
+ "@enso-ui/dropdown-indicator": "^3.1.0",
29
+ "@enso-ui/search-mode": "^3.1.0",
30
30
  "@fortawesome/fontawesome-svg-core": "^7.2.0",
31
31
  "@fortawesome/free-solid-svg-icons": "^7.2.0",
32
32
  "@fortawesome/vue-fontawesome": "3.1.3",