Skip to content

Commit

Permalink
chore: Release (#6820)
Browse files Browse the repository at this point in the history
Co-authored-by: Material Web Team <material-web-action@google.com>
  • Loading branch information
github-actions[bot] and Material Web Team authored Apr 15, 2021
1 parent bc104ba commit 3f342c3
Show file tree
Hide file tree
Showing 51 changed files with 526 additions and 398 deletions.
129 changes: 129 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.0.0",
"version": "11.0.0",
"command": {
"version": {
"conventionalCommits": true
Expand Down
96 changes: 48 additions & 48 deletions packages/material-components-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "material-components-web",
"description": "Modular and customizable Material Design UI components for the web",
"version": "10.0.0",
"version": "11.0.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -17,52 +17,52 @@
"directory": "packages/material-components-web"
},
"dependencies": {
"@material/animation": "^10.0.0",
"@material/auto-init": "^10.0.0",
"@material/banner": "^10.0.0",
"@material/base": "^10.0.0",
"@material/button": "^10.0.0",
"@material/card": "^10.0.0",
"@material/checkbox": "^10.0.0",
"@material/chips": "^10.0.0",
"@material/circular-progress": "^10.0.0",
"@material/data-table": "^10.0.0",
"@material/density": "^10.0.0",
"@material/dialog": "^10.0.0",
"@material/dom": "^10.0.0",
"@material/drawer": "^10.0.0",
"@material/elevation": "^10.0.0",
"@material/fab": "^10.0.0",
"@material/feature-targeting": "^10.0.0",
"@material/floating-label": "^10.0.0",
"@material/form-field": "^10.0.0",
"@material/icon-button": "^10.0.0",
"@material/image-list": "^10.0.0",
"@material/layout-grid": "^10.0.0",
"@material/line-ripple": "^10.0.0",
"@material/linear-progress": "^10.0.0",
"@material/list": "^10.0.0",
"@material/menu": "^10.0.0",
"@material/menu-surface": "^10.0.0",
"@material/notched-outline": "^10.0.0",
"@material/radio": "^10.0.0",
"@material/ripple": "^10.0.0",
"@material/rtl": "^10.0.0",
"@material/segmented-button": "^10.0.0",
"@material/select": "^10.0.0",
"@material/shape": "^10.0.0",
"@material/slider": "^10.0.0",
"@material/snackbar": "^10.0.0",
"@material/switch": "^10.0.0",
"@material/tab": "^10.0.0",
"@material/tab-bar": "^10.0.0",
"@material/tab-indicator": "^10.0.0",
"@material/tab-scroller": "^10.0.0",
"@material/textfield": "^10.0.0",
"@material/theme": "^10.0.0",
"@material/tooltip": "^10.0.0",
"@material/top-app-bar": "^10.0.0",
"@material/touch-target": "^10.0.0",
"@material/typography": "^10.0.0"
"@material/animation": "^11.0.0",
"@material/auto-init": "^11.0.0",
"@material/banner": "^11.0.0",
"@material/base": "^11.0.0",
"@material/button": "^11.0.0",
"@material/card": "^11.0.0",
"@material/checkbox": "^11.0.0",
"@material/chips": "^11.0.0",
"@material/circular-progress": "^11.0.0",
"@material/data-table": "^11.0.0",
"@material/density": "^11.0.0",
"@material/dialog": "^11.0.0",
"@material/dom": "^11.0.0",
"@material/drawer": "^11.0.0",
"@material/elevation": "^11.0.0",
"@material/fab": "^11.0.0",
"@material/feature-targeting": "^11.0.0",
"@material/floating-label": "^11.0.0",
"@material/form-field": "^11.0.0",
"@material/icon-button": "^11.0.0",
"@material/image-list": "^11.0.0",
"@material/layout-grid": "^11.0.0",
"@material/line-ripple": "^11.0.0",
"@material/linear-progress": "^11.0.0",
"@material/list": "^11.0.0",
"@material/menu": "^11.0.0",
"@material/menu-surface": "^11.0.0",
"@material/notched-outline": "^11.0.0",
"@material/radio": "^11.0.0",
"@material/ripple": "^11.0.0",
"@material/rtl": "^11.0.0",
"@material/segmented-button": "^11.0.0",
"@material/select": "^11.0.0",
"@material/shape": "^11.0.0",
"@material/slider": "^11.0.0",
"@material/snackbar": "^11.0.0",
"@material/switch": "^11.0.0",
"@material/tab": "^11.0.0",
"@material/tab-bar": "^11.0.0",
"@material/tab-indicator": "^11.0.0",
"@material/tab-scroller": "^11.0.0",
"@material/textfield": "^11.0.0",
"@material/theme": "^11.0.0",
"@material/tooltip": "^11.0.0",
"@material/top-app-bar": "^11.0.0",
"@material/touch-target": "^11.0.0",
"@material/typography": "^11.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/mdc-animation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/animation",
"description": "Animation Variables and Mixins used by Material Components for the web",
"version": "10.0.0",
"version": "11.0.0",
"license": "MIT",
"keywords": [
"material components",
Expand Down
4 changes: 2 additions & 2 deletions packages/mdc-auto-init/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/auto-init",
"description": "Declarative, easy-to-use auto-initialization for Material Components for the web",
"version": "10.0.0",
"version": "11.0.0",
"main": "dist/mdc.autoInit.js",
"module": "index.js",
"sideEffects": false,
Expand All @@ -13,7 +13,7 @@
"directory": "packages/mdc-auto-init"
},
"dependencies": {
"@material/base": "^10.0.0",
"@material/base": "^11.0.0",
"tslib": "^2.1.0"
}
}
20 changes: 10 additions & 10 deletions packages/mdc-banner/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/banner",
"description": "The Material Components Web banner component.",
"version": "10.0.0",
"version": "11.0.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -18,15 +18,15 @@
"directory": "packages/mdc-banner"
},
"dependencies": {
"@material/base": "^10.0.0",
"@material/button": "^10.0.0",
"@material/dom": "^10.0.0",
"@material/feature-targeting": "^10.0.0",
"@material/ripple": "^10.0.0",
"@material/rtl": "^10.0.0",
"@material/shape": "^10.0.0",
"@material/theme": "^10.0.0",
"@material/typography": "^10.0.0",
"@material/base": "^11.0.0",
"@material/button": "^11.0.0",
"@material/dom": "^11.0.0",
"@material/feature-targeting": "^11.0.0",
"@material/ripple": "^11.0.0",
"@material/rtl": "^11.0.0",
"@material/shape": "^11.0.0",
"@material/theme": "^11.0.0",
"@material/typography": "^11.0.0",
"tslib": "^2.1.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mdc-base/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/base",
"description": "The set of base classes for Material Components for the web",
"version": "10.0.0",
"version": "11.0.0",
"license": "MIT",
"main": "dist/mdc.base.js",
"module": "index.js",
Expand Down
22 changes: 11 additions & 11 deletions packages/mdc-button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/button",
"description": "The Material Components for the web button component",
"version": "10.0.0",
"version": "11.0.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -15,16 +15,16 @@
},
"sideEffects": false,
"dependencies": {
"@material/density": "^10.0.0",
"@material/dom": "^10.0.0",
"@material/elevation": "^10.0.0",
"@material/feature-targeting": "^10.0.0",
"@material/ripple": "^10.0.0",
"@material/rtl": "^10.0.0",
"@material/shape": "^10.0.0",
"@material/theme": "^10.0.0",
"@material/touch-target": "^10.0.0",
"@material/typography": "^10.0.0",
"@material/density": "^11.0.0",
"@material/dom": "^11.0.0",
"@material/elevation": "^11.0.0",
"@material/feature-targeting": "^11.0.0",
"@material/ripple": "^11.0.0",
"@material/rtl": "^11.0.0",
"@material/shape": "^11.0.0",
"@material/theme": "^11.0.0",
"@material/touch-target": "^11.0.0",
"@material/typography": "^11.0.0",
"tslib": "^2.1.0"
}
}
16 changes: 8 additions & 8 deletions packages/mdc-card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/card",
"version": "10.0.0",
"version": "11.0.0",
"description": "The Material Components for the web card component",
"license": "MIT",
"keywords": [
Expand All @@ -15,13 +15,13 @@
},
"sideEffects": false,
"dependencies": {
"@material/dom": "^10.0.0",
"@material/elevation": "^10.0.0",
"@material/feature-targeting": "^10.0.0",
"@material/ripple": "^10.0.0",
"@material/rtl": "^10.0.0",
"@material/shape": "^10.0.0",
"@material/theme": "^10.0.0",
"@material/dom": "^11.0.0",
"@material/elevation": "^11.0.0",
"@material/feature-targeting": "^11.0.0",
"@material/ripple": "^11.0.0",
"@material/rtl": "^11.0.0",
"@material/shape": "^11.0.0",
"@material/theme": "^11.0.0",
"tslib": "^2.1.0"
}
}
18 changes: 9 additions & 9 deletions packages/mdc-checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/checkbox",
"description": "The Material Components for the web checkbox component",
"version": "10.0.0",
"version": "11.0.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -18,14 +18,14 @@
"directory": "packages/mdc-checkbox"
},
"dependencies": {
"@material/animation": "^10.0.0",
"@material/base": "^10.0.0",
"@material/density": "^10.0.0",
"@material/dom": "^10.0.0",
"@material/feature-targeting": "^10.0.0",
"@material/ripple": "^10.0.0",
"@material/theme": "^10.0.0",
"@material/touch-target": "^10.0.0",
"@material/animation": "^11.0.0",
"@material/base": "^11.0.0",
"@material/density": "^11.0.0",
"@material/dom": "^11.0.0",
"@material/feature-targeting": "^11.0.0",
"@material/ripple": "^11.0.0",
"@material/theme": "^11.0.0",
"@material/touch-target": "^11.0.0",
"tslib": "^2.1.0"
}
}
28 changes: 14 additions & 14 deletions packages/mdc-chips/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/chips",
"description": "The Material Components for the Web chips component",
"version": "10.0.0",
"version": "11.0.0",
"license": "MIT",
"main": "dist/mdc.chips.js",
"module": "index.js",
Expand All @@ -21,19 +21,19 @@
"access": "public"
},
"dependencies": {
"@material/animation": "^10.0.0",
"@material/base": "^10.0.0",
"@material/checkbox": "^10.0.0",
"@material/density": "^10.0.0",
"@material/dom": "^10.0.0",
"@material/elevation": "^10.0.0",
"@material/feature-targeting": "^10.0.0",
"@material/ripple": "^10.0.0",
"@material/rtl": "^10.0.0",
"@material/shape": "^10.0.0",
"@material/theme": "^10.0.0",
"@material/touch-target": "^10.0.0",
"@material/typography": "^10.0.0",
"@material/animation": "^11.0.0",
"@material/base": "^11.0.0",
"@material/checkbox": "^11.0.0",
"@material/density": "^11.0.0",
"@material/dom": "^11.0.0",
"@material/elevation": "^11.0.0",
"@material/feature-targeting": "^11.0.0",
"@material/ripple": "^11.0.0",
"@material/rtl": "^11.0.0",
"@material/shape": "^11.0.0",
"@material/theme": "^11.0.0",
"@material/touch-target": "^11.0.0",
"@material/typography": "^11.0.0",
"tslib": "^2.1.0"
}
}
12 changes: 6 additions & 6 deletions packages/mdc-circular-progress/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/circular-progress",
"description": "The Material Components for the web circular progress component",
"version": "10.0.0",
"version": "11.0.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -18,11 +18,11 @@
"directory": "packages/mdc-circular-progress"
},
"dependencies": {
"@material/animation": "^10.0.0",
"@material/base": "^10.0.0",
"@material/feature-targeting": "^10.0.0",
"@material/progress-indicator": "^10.0.0",
"@material/theme": "^10.0.0",
"@material/animation": "^11.0.0",
"@material/base": "^11.0.0",
"@material/feature-targeting": "^11.0.0",
"@material/progress-indicator": "^11.0.0",
"@material/theme": "^11.0.0",
"tslib": "^2.1.0"
}
}
36 changes: 18 additions & 18 deletions packages/mdc-data-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/data-table",
"version": "10.0.0",
"version": "11.0.0",
"description": "The Material Components Web data table component",
"license": "MIT",
"keywords": [
Expand All @@ -17,23 +17,23 @@
"url": "https://github.com/material-components/material-components-web.git"
},
"dependencies": {
"@material/animation": "^10.0.0",
"@material/base": "^10.0.0",
"@material/checkbox": "^10.0.0",
"@material/density": "^10.0.0",
"@material/dom": "^10.0.0",
"@material/elevation": "^10.0.0",
"@material/feature-targeting": "^10.0.0",
"@material/icon-button": "^10.0.0",
"@material/linear-progress": "^10.0.0",
"@material/list": "^10.0.0",
"@material/menu": "^10.0.0",
"@material/rtl": "^10.0.0",
"@material/select": "^10.0.0",
"@material/shape": "^10.0.0",
"@material/theme": "^10.0.0",
"@material/touch-target": "^10.0.0",
"@material/typography": "^10.0.0",
"@material/animation": "^11.0.0",
"@material/base": "^11.0.0",
"@material/checkbox": "^11.0.0",
"@material/density": "^11.0.0",
"@material/dom": "^11.0.0",
"@material/elevation": "^11.0.0",
"@material/feature-targeting": "^11.0.0",
"@material/icon-button": "^11.0.0",
"@material/linear-progress": "^11.0.0",
"@material/list": "^11.0.0",
"@material/menu": "^11.0.0",
"@material/rtl": "^11.0.0",
"@material/select": "^11.0.0",
"@material/shape": "^11.0.0",
"@material/theme": "^11.0.0",
"@material/touch-target": "^11.0.0",
"@material/typography": "^11.0.0",
"tslib": "^2.1.0"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 3f342c3

Please sign in to comment.