Skip to content

Commit

Permalink
chore: manage versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook committed Nov 21, 2022
1 parent 8f4aafa commit fdea201
Show file tree
Hide file tree
Showing 66 changed files with 167 additions and 142 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lint:css": "stylelint \"packages/**/*.css\" \"tools/**/*.css\"",
"lint:docs": "eslint -f pretty \"projects/documentation/**/*.ts\"",
"lint:js": "pretty-quick --pattern \"tasks/**/*.js\" && pretty-quick --pattern \"scripts/**/*.js\"",
"lint:packagejson": "pretty-quick --pattern package.json && pretty-quick --pattern \"packages/*/package.json\" && pretty-quick --pattern \"projects/*/package.json\" && pretty-quick --pattern \"tools/*/package.json\"",
"lint:packagejson": "pretty-quick --pattern package.json --pattern \"packages/*/package.json\" --pattern \"projects/*/package.json\" --pattern \"tools/*/package.json\" --pattern \"react/*/package.json\"",
"lint:ts": "pretty-quick --pattern \"packages/**/*.ts\" && eslint -f pretty \"packages/**/*.ts\" && pretty-quick --pattern \"tools/**/*.ts\" && eslint -f pretty \"tools/**/*.ts\"",
"lint:versions": "node ./scripts/lint-versions.js",
"new-package": "cd projects/templates && plop",
Expand Down
4 changes: 2 additions & 2 deletions react/accordion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/accordion": "0.7.4"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/accordion": "^0.7.5"
}
}
4 changes: 2 additions & 2 deletions react/action-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/action-bar": "0.5.7"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/action-bar": "^0.5.8"
}
}
4 changes: 2 additions & 2 deletions react/action-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/action-button": "0.10.6"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/action-button": "^0.10.7"
}
}
4 changes: 2 additions & 2 deletions react/action-group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/action-group": "0.12.2"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/action-group": "^0.12.3"
}
}
4 changes: 2 additions & 2 deletions react/action-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/action-menu": "0.15.7"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/action-menu": "^0.15.8"
}
}
4 changes: 2 additions & 2 deletions react/asset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/asset": "0.7.1"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/asset": "^0.7.2"
}
}
4 changes: 2 additions & 2 deletions react/avatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/avatar": "0.10.1"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/avatar": "^0.10.2"
}
}
4 changes: 2 additions & 2 deletions react/badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/badge": "0.4.0"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/badge": "^0.4.1"
}
}
4 changes: 2 additions & 2 deletions react/banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/banner": "0.9.1"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/banner": "^0.9.2"
}
}
4 changes: 2 additions & 2 deletions react/button-group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/button-group": "0.10.1"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/button-group": "^0.10.2"
}
}
4 changes: 2 additions & 2 deletions react/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/button": "0.19.6"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/button": "^0.19.7"
}
}
4 changes: 2 additions & 2 deletions react/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/card": "0.13.2"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/card": "^0.13.3"
}
}
4 changes: 2 additions & 2 deletions react/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/checkbox": "0.14.4"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/checkbox": "^0.14.5"
}
}
4 changes: 2 additions & 2 deletions react/coachmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/coachmark": "0.10.1"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/coachmark": "^0.10.2"
}
}
4 changes: 2 additions & 2 deletions react/color-area/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/color-area": "0.5.3"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/color-area": "^0.5.4"
}
}
4 changes: 2 additions & 2 deletions react/color-handle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/color-handle": "0.4.2"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/color-handle": "^0.4.3"
}
}
4 changes: 2 additions & 2 deletions react/color-loupe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/color-loupe": "0.4.1"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/color-loupe": "^0.4.2"
}
}
4 changes: 2 additions & 2 deletions react/color-slider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/color-slider": "0.4.4"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/color-slider": "^0.4.5"
}
}
4 changes: 2 additions & 2 deletions react/color-wheel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/color-wheel": "0.4.4"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/color-wheel": "^0.4.5"
}
}
4 changes: 2 additions & 2 deletions react/dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/dialog": "0.11.6"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/dialog": "^0.11.7"
}
}
4 changes: 2 additions & 2 deletions react/divider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/divider": "0.6.1"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/divider": "^0.6.2"
}
}
4 changes: 2 additions & 2 deletions react/dropzone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/dropzone": "0.10.1"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/dropzone": "^0.10.2"
}
}
4 changes: 2 additions & 2 deletions react/field-group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/field-group": "0.7.4"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/field-group": "^0.7.5"
}
}
4 changes: 2 additions & 2 deletions react/field-label/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/field-label": "0.10.1"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/field-label": "^0.10.2"
}
}
4 changes: 2 additions & 2 deletions react/grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/grid": "0.1.4"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/grid": "^0.1.5"
}
}
4 changes: 2 additions & 2 deletions react/help-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/help-text": "0.2.5"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/help-text": "^0.2.6"
}
}
4 changes: 2 additions & 2 deletions react/icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/icon": "0.12.3"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/icon": "^0.12.4"
}
}
4 changes: 2 additions & 2 deletions react/icons-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"icons-ui"
],
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/icons-ui": "0.9.3"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/icons-ui": "^0.9.4"
}
}
4 changes: 2 additions & 2 deletions react/icons-workflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"icons-workflow"
],
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/icons-workflow": "0.9.3"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/icons-workflow": "^0.9.4"
}
}
4 changes: 2 additions & 2 deletions react/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/icons": "0.9.3"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/icons": "^0.9.4"
}
}
4 changes: 2 additions & 2 deletions react/illustrated-message/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/illustrated-message": "0.9.6"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/illustrated-message": "^0.9.7"
}
}
4 changes: 2 additions & 2 deletions react/link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/link": "0.13.2"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/link": "^0.14.0"
}
}
4 changes: 2 additions & 2 deletions react/menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/menu": "0.16.7"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/menu": "^0.16.8"
}
}
4 changes: 2 additions & 2 deletions react/meter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/meter": "0.7.4"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/meter": "^0.7.5"
}
}
4 changes: 2 additions & 2 deletions react/number-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/number-field": "0.5.6"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/number-field": "^0.5.7"
}
}
4 changes: 2 additions & 2 deletions react/overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/overlay": "0.18.7"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/overlay": "^0.18.8"
}
}
4 changes: 2 additions & 2 deletions react/picker-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/picker-button": "0.1.2"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/picker-button": "^0.1.3"
}
}
4 changes: 2 additions & 2 deletions react/picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/picker": "0.13.7"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/picker": "^0.13.8"
}
}
4 changes: 2 additions & 2 deletions react/popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@lit-labs/react": "1.1.0",
"@spectrum-web-components/popover": "0.12.7"
"@lit-labs/react": "^1.1.0",
"@spectrum-web-components/popover": "^0.12.8"
}
}
Loading

0 comments on commit fdea201

Please sign in to comment.