Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Merge pull request #5778 from material-components:chore/release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 308079013
  • Loading branch information
copybara-github committed Apr 23, 2020
2 parents a35abb4 + dbd1705 commit 8540808
Show file tree
Hide file tree
Showing 49 changed files with 567 additions and 360 deletions.
208 changes: 205 additions & 3 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": "5.1.0",
"version": "6.0.0",
"command": {
"version": {
"conventionalCommits": true
Expand Down
17 changes: 11 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

90 changes: 45 additions & 45 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": "5.1.0",
"version": "6.0.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -17,49 +17,49 @@
"directory": "packages/material-components-web"
},
"dependencies": {
"@material/animation": "^5.1.0",
"@material/auto-init": "^5.1.0",
"@material/base": "^5.1.0",
"@material/button": "^5.1.0",
"@material/card": "^5.1.0",
"@material/checkbox": "^5.1.0",
"@material/circular-progress": "5.1.0",
"@material/chips": "^5.1.0",
"@material/data-table": "^5.1.0",
"@material/density": "^5.1.0",
"@material/dialog": "^5.1.0",
"@material/dom": "^5.1.0",
"@material/drawer": "^5.1.0",
"@material/elevation": "^5.1.0",
"@material/fab": "^5.1.0",
"@material/feature-targeting": "^5.1.0",
"@material/floating-label": "^5.1.0",
"@material/form-field": "^5.1.0",
"@material/icon-button": "^5.1.0",
"@material/image-list": "^5.1.0",
"@material/layout-grid": "^5.1.0",
"@material/line-ripple": "^5.1.0",
"@material/linear-progress": "^5.1.0",
"@material/list": "^5.1.0",
"@material/menu": "^5.1.0",
"@material/menu-surface": "^5.1.0",
"@material/notched-outline": "^5.1.0",
"@material/radio": "^5.1.0",
"@material/ripple": "^5.1.0",
"@material/rtl": "^5.1.0",
"@material/select": "^5.1.0",
"@material/shape": "^5.1.0",
"@material/slider": "^5.1.0",
"@material/snackbar": "^5.1.0",
"@material/switch": "^5.1.0",
"@material/tab": "^5.1.0",
"@material/tab-bar": "^5.1.0",
"@material/tab-indicator": "^5.1.0",
"@material/tab-scroller": "^5.1.0",
"@material/textfield": "^5.1.0",
"@material/theme": "^5.1.0",
"@material/top-app-bar": "^5.1.0",
"@material/touch-target": "^5.1.0",
"@material/typography": "^5.1.0"
"@material/animation": "^6.0.0",
"@material/auto-init": "^6.0.0",
"@material/base": "^6.0.0",
"@material/button": "^6.0.0",
"@material/card": "^6.0.0",
"@material/checkbox": "^6.0.0",
"@material/chips": "^6.0.0",
"@material/circular-progress": "^6.0.0",
"@material/data-table": "^6.0.0",
"@material/density": "^6.0.0",
"@material/dialog": "^6.0.0",
"@material/dom": "^6.0.0",
"@material/drawer": "^6.0.0",
"@material/elevation": "^6.0.0",
"@material/fab": "^6.0.0",
"@material/feature-targeting": "^6.0.0",
"@material/floating-label": "^6.0.0",
"@material/form-field": "^6.0.0",
"@material/icon-button": "^6.0.0",
"@material/image-list": "^6.0.0",
"@material/layout-grid": "^6.0.0",
"@material/line-ripple": "^6.0.0",
"@material/linear-progress": "^6.0.0",
"@material/list": "^6.0.0",
"@material/menu": "^6.0.0",
"@material/menu-surface": "^6.0.0",
"@material/notched-outline": "^6.0.0",
"@material/radio": "^6.0.0",
"@material/ripple": "^6.0.0",
"@material/rtl": "^6.0.0",
"@material/select": "^6.0.0",
"@material/shape": "^6.0.0",
"@material/slider": "^6.0.0",
"@material/snackbar": "^6.0.0",
"@material/switch": "^6.0.0",
"@material/tab": "^6.0.0",
"@material/tab-bar": "^6.0.0",
"@material/tab-indicator": "^6.0.0",
"@material/tab-scroller": "^6.0.0",
"@material/textfield": "^6.0.0",
"@material/theme": "^6.0.0",
"@material/top-app-bar": "^6.0.0",
"@material/touch-target": "^6.0.0",
"@material/typography": "^6.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": "5.1.0",
"version": "6.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": "5.1.0",
"version": "6.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": "^5.1.0",
"@material/base": "^6.0.0",
"tslib": "^1.9.3"
}
}
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": "5.1.0",
"version": "6.0.0",
"license": "MIT",
"main": "dist/mdc.base.js",
"module": "index.js",
Expand Down
20 changes: 10 additions & 10 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": "5.1.0",
"version": "6.0.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -14,14 +14,14 @@
"directory": "packages/mdc-button"
},
"dependencies": {
"@material/density": "^5.1.0",
"@material/elevation": "^5.1.0",
"@material/feature-targeting": "^5.1.0",
"@material/ripple": "^5.1.0",
"@material/rtl": "^5.1.0",
"@material/shape": "^5.1.0",
"@material/theme": "^5.1.0",
"@material/touch-target": "^5.1.0",
"@material/typography": "^5.1.0"
"@material/density": "^6.0.0",
"@material/elevation": "^6.0.0",
"@material/feature-targeting": "^6.0.0",
"@material/ripple": "^6.0.0",
"@material/rtl": "^6.0.0",
"@material/shape": "^6.0.0",
"@material/theme": "^6.0.0",
"@material/touch-target": "^6.0.0",
"@material/typography": "^6.0.0"
}
}
14 changes: 7 additions & 7 deletions packages/mdc-card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/card",
"version": "5.1.0",
"version": "6.0.0",
"description": "The Material Components for the web card component",
"license": "MIT",
"keywords": [
Expand All @@ -14,11 +14,11 @@
"directory": "packages/mdc-card"
},
"dependencies": {
"@material/elevation": "^5.1.0",
"@material/feature-targeting": "^5.1.0",
"@material/ripple": "^5.1.0",
"@material/rtl": "^5.1.0",
"@material/shape": "^5.1.0",
"@material/theme": "^5.1.0"
"@material/elevation": "^6.0.0",
"@material/feature-targeting": "^6.0.0",
"@material/ripple": "^6.0.0",
"@material/rtl": "^6.0.0",
"@material/shape": "^6.0.0",
"@material/theme": "^6.0.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": "5.1.0",
"version": "6.0.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -18,14 +18,14 @@
"directory": "packages/mdc-checkbox"
},
"dependencies": {
"@material/animation": "^5.1.0",
"@material/base": "^5.1.0",
"@material/density": "^5.1.0",
"@material/dom": "^5.1.0",
"@material/feature-targeting": "^5.1.0",
"@material/ripple": "^5.1.0",
"@material/theme": "^5.1.0",
"@material/touch-target": "^5.1.0",
"@material/animation": "^6.0.0",
"@material/base": "^6.0.0",
"@material/density": "^6.0.0",
"@material/dom": "^6.0.0",
"@material/feature-targeting": "^6.0.0",
"@material/ripple": "^6.0.0",
"@material/theme": "^6.0.0",
"@material/touch-target": "^6.0.0",
"tslib": "^1.9.3"
}
}
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": "5.1.0",
"version": "6.0.0",
"license": "MIT",
"main": "dist/mdc.chips.js",
"module": "index.js",
Expand All @@ -21,19 +21,19 @@
"access": "public"
},
"dependencies": {
"@material/animation": "^5.1.0",
"@material/base": "^5.1.0",
"@material/checkbox": "^5.1.0",
"@material/density": "^5.1.0",
"@material/dom": "^5.1.0",
"@material/elevation": "^5.1.0",
"@material/feature-targeting": "^5.1.0",
"@material/ripple": "^5.1.0",
"@material/rtl": "^5.1.0",
"@material/shape": "^5.1.0",
"@material/theme": "^5.1.0",
"@material/touch-target": "^5.1.0",
"@material/typography": "^5.1.0",
"@material/animation": "^6.0.0",
"@material/base": "^6.0.0",
"@material/checkbox": "^6.0.0",
"@material/density": "^6.0.0",
"@material/dom": "^6.0.0",
"@material/elevation": "^6.0.0",
"@material/feature-targeting": "^6.0.0",
"@material/ripple": "^6.0.0",
"@material/rtl": "^6.0.0",
"@material/shape": "^6.0.0",
"@material/theme": "^6.0.0",
"@material/touch-target": "^6.0.0",
"@material/typography": "^6.0.0",
"tslib": "^1.9.3"
}
}
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": "5.1.0",
"version": "6.0.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -18,11 +18,11 @@
"directory": "packages/mdc-circular-progress"
},
"dependencies": {
"@material/animation": "^5.1.0",
"@material/base": "^5.1.0",
"@material/feature-targeting": "^5.1.0",
"@material/progress-indicator": "^5.1.0",
"@material/theme": "^5.1.0",
"@material/animation": "^6.0.0",
"@material/base": "^6.0.0",
"@material/feature-targeting": "^6.0.0",
"@material/progress-indicator": "^6.0.0",
"@material/theme": "^6.0.0",
"tslib": "^1.9.3"
}
}
26 changes: 13 additions & 13 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": "5.1.0",
"version": "6.0.0",
"description": "The Material Components Web data table component",
"license": "MIT",
"keywords": [
Expand All @@ -17,18 +17,18 @@
"url": "https://github.com/material-components/material-components-web.git"
},
"dependencies": {
"@material/animation": "^5.1.0",
"@material/base": "^5.1.0",
"@material/checkbox": "^5.1.0",
"@material/density": "^5.1.0",
"@material/dom": "^5.1.0",
"@material/elevation": "^5.1.0",
"@material/feature-targeting": "^5.1.0",
"@material/icon-button": "^5.1.0",
"@material/rtl": "^5.1.0",
"@material/shape": "^5.1.0",
"@material/theme": "^5.1.0",
"@material/typography": "^5.1.0",
"@material/animation": "^6.0.0",
"@material/base": "^6.0.0",
"@material/checkbox": "^6.0.0",
"@material/density": "^6.0.0",
"@material/dom": "^6.0.0",
"@material/elevation": "^6.0.0",
"@material/feature-targeting": "^6.0.0",
"@material/icon-button": "^6.0.0",
"@material/rtl": "^6.0.0",
"@material/shape": "^6.0.0",
"@material/theme": "^6.0.0",
"@material/typography": "^6.0.0",
"tslib": "^1.10.0"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 8540808

Please sign in to comment.