Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Preet Shihn authored and Preet Shihn committed Jul 18, 2018
1 parent 67f6aef commit 8ce926c
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.6.7"
"version": "0.7.0"
}
20 changes: 10 additions & 10 deletions packages/all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wired-elements",
"version": "0.6.7",
"version": "0.7.0",
"description": "Collection of hand-drawn sketchy web components",
"main": "wired-elements.js",
"directories": {
Expand Down Expand Up @@ -29,21 +29,21 @@
},
"homepage": "https://github.com/wiredjs/wired-elements#readme",
"dependencies": {
"wired-button": "^0.6.5",
"wired-button": "^0.7.0",
"wired-card": "^0.6.5",
"wired-checkbox": "^0.6.5",
"wired-combo": "^0.6.5",
"wired-icon-button": "^0.6.5",
"wired-checkbox": "^0.7.0",
"wired-combo": "^0.7.0",
"wired-icon-button": "^0.7.0",
"wired-input": "^0.6.6",
"wired-item": "^0.6.5",
"wired-lib": "^0.6.0",
"wired-listbox": "^0.6.5",
"wired-listbox": "^0.7.0",
"wired-progress": "^0.6.5",
"wired-radio": "^0.6.5",
"wired-radio-group": "^0.6.5",
"wired-slider": "^0.6.5",
"wired-radio": "^0.7.0",
"wired-radio-group": "^0.7.0",
"wired-slider": "^0.7.0",
"wired-textarea": "^0.6.5",
"wired-toggle": "^0.6.5",
"wired-toggle": "^0.7.0",
"wired-tooltip": "^0.6.5"
}
}
2 changes: 1 addition & 1 deletion packages/wired-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wired-button",
"version": "0.6.5",
"version": "0.7.0",
"description": "Hand-drawn sketchy button - web component",
"main": "wired-button.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wired-checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wired-checkbox",
"version": "0.6.5",
"version": "0.7.0",
"description": "Hand-drawn sketchy checkbox",
"main": "wired-checkbox.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wired-combo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wired-combo",
"version": "0.6.5",
"version": "0.7.0",
"description": "Hand-drawn sketchy selector/combo-box web component",
"main": "wired-combo.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wired-icon-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wired-icon-button",
"version": "0.6.5",
"version": "0.7.0",
"description": "Round hand-drawn sketchy button with an icon placed at the cente.",
"main": "wired-icon-button.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wired-listbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wired-listbox",
"version": "0.6.5",
"version": "0.7.0",
"description": "A listbox control with Wired hand-drawn styling. The selected item is highlighted. Can be vertical (default) or horizontal.",
"main": "wired-listbox.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wired-radio-group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wired-radio-group",
"version": "0.6.5",
"version": "0.7.0",
"description": "Allows user to select at most one radio button from a set. Works with wired-radio.",
"main": "wired-radio-group.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wired-radio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wired-radio",
"version": "0.6.5",
"version": "0.7.0",
"description": "Hand-drawn sketchy radio button - web component",
"main": "wired-radio.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wired-slider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wired-slider",
"version": "0.6.5",
"version": "0.7.0",
"description": "Hand-drawn sketchy slider web component",
"main": "wired-slider.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wired-toggle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wired-toggle",
"version": "0.6.5",
"version": "0.7.0",
"description": "Hand-drawn sketchy toggle button - web component",
"main": "wired-toggle.js",
"scripts": {
Expand Down

0 comments on commit 8ce926c

Please sign in to comment.