Skip to content

Commit edb2b79

Browse files
author
Jan Miksovsky
committed
Pick up 0.6.2
1 parent 5bdcb82 commit edb2b79

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

bower.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
22
"name": "basic-list-box",
33
"description": "A single-selection list box that supports selection highlighting (using the system highlight color) and keyboard navigation.",
4-
"version": "0.6.2-pre",
4+
"version": "0.6.2",
55
"license": "MIT",
66
"main": "basic-list-box.html",
77
"dependencies": {
8-
"basic-accessible-list": "basic-web-components/basic-accessible-list#master",
9-
"basic-aspect": "basic-web-components/basic-aspect#master",
10-
"basic-children-content": "basic-web-components/basic-children-content#master",
11-
"basic-content-items": "basic-web-components/basic-content-items#master",
12-
"basic-direction-selection": "basic-web-components/basic-direction-selection#master",
13-
"basic-item-selection": "basic-web-components/basic-item-selection#master",
14-
"basic-keyboard": "basic-web-components/basic-keyboard#master",
15-
"basic-keyboard-direction": "basic-web-components/basic-keyboard-direction#master",
16-
"basic-keyboard-paging": "basic-web-components/basic-keyboard-paging#master",
17-
"basic-keyboard-prefix-selection": "basic-web-components/basic-keyboard-prefix-selection#master",
18-
"basic-selection-highlight": "basic-web-components/basic-selection-highlight#master",
19-
"basic-selection-scroll": "basic-web-components/basic-selection-scroll#master",
20-
"basic-tap-selection": "basic-web-components/basic-tap-selection#master",
21-
"basic-shared": "basic-web-components/basic-shared#master",
8+
"basic-accessible-list": "basic-web-components/basic-accessible-list#0.6.2",
9+
"basic-aspect": "basic-web-components/basic-aspect#0.6.2",
10+
"basic-children-content": "basic-web-components/basic-children-content#0.6.2",
11+
"basic-content-items": "basic-web-components/basic-content-items#0.6.2",
12+
"basic-direction-selection": "basic-web-components/basic-direction-selection#0.6.2",
13+
"basic-item-selection": "basic-web-components/basic-item-selection#0.6.2",
14+
"basic-keyboard": "basic-web-components/basic-keyboard#0.6.2",
15+
"basic-keyboard-direction": "basic-web-components/basic-keyboard-direction#0.6.2",
16+
"basic-keyboard-paging": "basic-web-components/basic-keyboard-paging#0.6.2",
17+
"basic-keyboard-prefix-selection": "basic-web-components/basic-keyboard-prefix-selection#0.6.2",
18+
"basic-selection-highlight": "basic-web-components/basic-selection-highlight#0.6.2",
19+
"basic-selection-scroll": "basic-web-components/basic-selection-scroll#0.6.2",
20+
"basic-tap-selection": "basic-web-components/basic-tap-selection#0.6.2",
21+
"basic-shared": "basic-web-components/basic-shared#0.6.2",
2222
"polymer": "Polymer/polymer#^1.1"
2323
},
2424
"devDependencies": {
25-
"basic-framed-content": "basic-web-components/basic-framed-content#master",
25+
"basic-framed-content": "basic-web-components/basic-framed-content#0.6.2",
2626
"web-component-tester": "*"
2727
},
2828
"keywords": [

0 commit comments

Comments
 (0)