Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Material Web Team authored Aug 10, 2021
1 parent 843342f commit 7d57dd0
Show file tree
Hide file tree
Showing 52 changed files with 2,544 additions and 412 deletions.
2,132 changes: 2,132 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": "12.0.0",
"version": "13.0.0",
"command": {
"version": {
"conventionalCommits": true
Expand Down
98 changes: 49 additions & 49 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": "12.0.0",
"version": "13.0.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -17,53 +17,53 @@
"directory": "packages/material-components-web"
},
"dependencies": {
"@material/animation": "^12.0.0",
"@material/auto-init": "^12.0.0",
"@material/banner": "^12.0.0",
"@material/base": "^12.0.0",
"@material/button": "^12.0.0",
"@material/card": "^12.0.0",
"@material/checkbox": "^12.0.0",
"@material/chips": "^12.0.0",
"@material/circular-progress": "^12.0.0",
"@material/data-table": "^12.0.0",
"@material/density": "^12.0.0",
"@material/dialog": "^12.0.0",
"@material/dom": "^12.0.0",
"@material/drawer": "^12.0.0",
"@material/elevation": "^12.0.0",
"@material/fab": "^12.0.0",
"@material/feature-targeting": "^12.0.0",
"@material/floating-label": "^12.0.0",
"@material/form-field": "^12.0.0",
"@material/icon-button": "^12.0.0",
"@material/image-list": "^12.0.0",
"@material/layout-grid": "^12.0.0",
"@material/line-ripple": "^12.0.0",
"@material/linear-progress": "^12.0.0",
"@material/list": "^12.0.0",
"@material/menu": "^12.0.0",
"@material/menu-surface": "^12.0.0",
"@material/notched-outline": "^12.0.0",
"@material/radio": "^12.0.0",
"@material/ripple": "^12.0.0",
"@material/rtl": "^12.0.0",
"@material/segmented-button": "^12.0.0",
"@material/select": "^12.0.0",
"@material/shape": "^12.0.0",
"@material/slider": "^12.0.0",
"@material/snackbar": "^12.0.0",
"@material/switch": "^12.0.0",
"@material/tab": "^12.0.0",
"@material/tab-bar": "^12.0.0",
"@material/tab-indicator": "^12.0.0",
"@material/tab-scroller": "^12.0.0",
"@material/textfield": "^12.0.0",
"@material/theme": "^12.0.0",
"@material/tokens": "^12.0.0",
"@material/tooltip": "^12.0.0",
"@material/top-app-bar": "^12.0.0",
"@material/touch-target": "^12.0.0",
"@material/typography": "^12.0.0"
"@material/animation": "^13.0.0",
"@material/auto-init": "^13.0.0",
"@material/banner": "^13.0.0",
"@material/base": "^13.0.0",
"@material/button": "^13.0.0",
"@material/card": "^13.0.0",
"@material/checkbox": "^13.0.0",
"@material/chips": "^13.0.0",
"@material/circular-progress": "^13.0.0",
"@material/data-table": "^13.0.0",
"@material/density": "^13.0.0",
"@material/dialog": "^13.0.0",
"@material/dom": "^13.0.0",
"@material/drawer": "^13.0.0",
"@material/elevation": "^13.0.0",
"@material/fab": "^13.0.0",
"@material/feature-targeting": "^13.0.0",
"@material/floating-label": "^13.0.0",
"@material/form-field": "^13.0.0",
"@material/icon-button": "^13.0.0",
"@material/image-list": "^13.0.0",
"@material/layout-grid": "^13.0.0",
"@material/line-ripple": "^13.0.0",
"@material/linear-progress": "^13.0.0",
"@material/list": "^13.0.0",
"@material/menu": "^13.0.0",
"@material/menu-surface": "^13.0.0",
"@material/notched-outline": "^13.0.0",
"@material/radio": "^13.0.0",
"@material/ripple": "^13.0.0",
"@material/rtl": "^13.0.0",
"@material/segmented-button": "^13.0.0",
"@material/select": "^13.0.0",
"@material/shape": "^13.0.0",
"@material/slider": "^13.0.0",
"@material/snackbar": "^13.0.0",
"@material/switch": "^13.0.0",
"@material/tab": "^13.0.0",
"@material/tab-bar": "^13.0.0",
"@material/tab-indicator": "^13.0.0",
"@material/tab-scroller": "^13.0.0",
"@material/textfield": "^13.0.0",
"@material/theme": "^13.0.0",
"@material/tokens": "^13.0.0",
"@material/tooltip": "^13.0.0",
"@material/top-app-bar": "^13.0.0",
"@material/touch-target": "^13.0.0",
"@material/typography": "^13.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": "12.0.0",
"version": "13.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": "12.0.0",
"version": "13.0.0",
"main": "dist/mdc.autoInit.js",
"module": "index.js",
"sideEffects": false,
Expand All @@ -12,7 +12,7 @@
"directory": "packages/mdc-auto-init"
},
"dependencies": {
"@material/base": "^12.0.0",
"@material/base": "^13.0.0",
"tslib": "^2.1.0"
}
}
24 changes: 12 additions & 12 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": "12.0.0",
"version": "13.0.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -17,17 +17,17 @@
"directory": "packages/mdc-banner"
},
"dependencies": {
"@material/base": "^12.0.0",
"@material/button": "^12.0.0",
"@material/dom": "^12.0.0",
"@material/elevation": "^12.0.0",
"@material/feature-targeting": "^12.0.0",
"@material/ripple": "^12.0.0",
"@material/rtl": "^12.0.0",
"@material/shape": "^12.0.0",
"@material/theme": "^12.0.0",
"@material/tokens": "^12.0.0",
"@material/typography": "^12.0.0",
"@material/base": "^13.0.0",
"@material/button": "^13.0.0",
"@material/dom": "^13.0.0",
"@material/elevation": "^13.0.0",
"@material/feature-targeting": "^13.0.0",
"@material/ripple": "^13.0.0",
"@material/rtl": "^13.0.0",
"@material/shape": "^13.0.0",
"@material/theme": "^13.0.0",
"@material/tokens": "^13.0.0",
"@material/typography": "^13.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": "12.0.0",
"version": "13.0.0",
"license": "MIT",
"main": "dist/mdc.base.js",
"module": "index.js",
Expand Down
24 changes: 12 additions & 12 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": "12.0.0",
"version": "13.0.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -15,17 +15,17 @@
},
"sideEffects": false,
"dependencies": {
"@material/density": "^12.0.0",
"@material/dom": "^12.0.0",
"@material/elevation": "^12.0.0",
"@material/feature-targeting": "^12.0.0",
"@material/ripple": "^12.0.0",
"@material/rtl": "^12.0.0",
"@material/shape": "^12.0.0",
"@material/theme": "^12.0.0",
"@material/tokens": "^12.0.0",
"@material/touch-target": "^12.0.0",
"@material/typography": "^12.0.0",
"@material/density": "^13.0.0",
"@material/dom": "^13.0.0",
"@material/elevation": "^13.0.0",
"@material/feature-targeting": "^13.0.0",
"@material/ripple": "^13.0.0",
"@material/rtl": "^13.0.0",
"@material/shape": "^13.0.0",
"@material/theme": "^13.0.0",
"@material/tokens": "^13.0.0",
"@material/touch-target": "^13.0.0",
"@material/typography": "^13.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": "12.0.0",
"version": "13.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": "^12.0.0",
"@material/elevation": "^12.0.0",
"@material/feature-targeting": "^12.0.0",
"@material/ripple": "^12.0.0",
"@material/rtl": "^12.0.0",
"@material/shape": "^12.0.0",
"@material/theme": "^12.0.0",
"@material/dom": "^13.0.0",
"@material/elevation": "^13.0.0",
"@material/feature-targeting": "^13.0.0",
"@material/ripple": "^13.0.0",
"@material/rtl": "^13.0.0",
"@material/shape": "^13.0.0",
"@material/theme": "^13.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": "12.0.0",
"version": "13.0.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -17,14 +17,14 @@
"directory": "packages/mdc-checkbox"
},
"dependencies": {
"@material/animation": "^12.0.0",
"@material/base": "^12.0.0",
"@material/density": "^12.0.0",
"@material/dom": "^12.0.0",
"@material/feature-targeting": "^12.0.0",
"@material/ripple": "^12.0.0",
"@material/theme": "^12.0.0",
"@material/touch-target": "^12.0.0",
"@material/animation": "^13.0.0",
"@material/base": "^13.0.0",
"@material/density": "^13.0.0",
"@material/dom": "^13.0.0",
"@material/feature-targeting": "^13.0.0",
"@material/ripple": "^13.0.0",
"@material/theme": "^13.0.0",
"@material/touch-target": "^13.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": "12.0.0",
"version": "13.0.0",
"license": "MIT",
"main": "dist/mdc.chips.js",
"module": "index.js",
Expand All @@ -20,19 +20,19 @@
"access": "public"
},
"dependencies": {
"@material/animation": "^12.0.0",
"@material/base": "^12.0.0",
"@material/checkbox": "^12.0.0",
"@material/density": "^12.0.0",
"@material/dom": "^12.0.0",
"@material/elevation": "^12.0.0",
"@material/feature-targeting": "^12.0.0",
"@material/ripple": "^12.0.0",
"@material/rtl": "^12.0.0",
"@material/shape": "^12.0.0",
"@material/theme": "^12.0.0",
"@material/touch-target": "^12.0.0",
"@material/typography": "^12.0.0",
"@material/animation": "^13.0.0",
"@material/base": "^13.0.0",
"@material/checkbox": "^13.0.0",
"@material/density": "^13.0.0",
"@material/dom": "^13.0.0",
"@material/elevation": "^13.0.0",
"@material/feature-targeting": "^13.0.0",
"@material/ripple": "^13.0.0",
"@material/rtl": "^13.0.0",
"@material/shape": "^13.0.0",
"@material/theme": "^13.0.0",
"@material/touch-target": "^13.0.0",
"@material/typography": "^13.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": "12.0.0",
"version": "13.0.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -17,11 +17,11 @@
"directory": "packages/mdc-circular-progress"
},
"dependencies": {
"@material/animation": "^12.0.0",
"@material/base": "^12.0.0",
"@material/feature-targeting": "^12.0.0",
"@material/progress-indicator": "^12.0.0",
"@material/theme": "^12.0.0",
"@material/animation": "^13.0.0",
"@material/base": "^13.0.0",
"@material/feature-targeting": "^13.0.0",
"@material/progress-indicator": "^13.0.0",
"@material/theme": "^13.0.0",
"tslib": "^2.1.0"
}
}
Loading

0 comments on commit 7d57dd0

Please sign in to comment.