Skip to content

Commit

Permalink
chore: Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiomkar committed Jul 22, 2019
1 parent 0233b4c commit 6b7e616
Show file tree
Hide file tree
Showing 45 changed files with 333 additions and 309 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/material-components/material-components-web/compare/v3.0.0...v3.1.0) (2019-07-22)


### Bug Fixes

* update TypeScript version to 3.5.x and fix typing errors ([#4853](https://github.com/material-components/material-components-web/issues/4853)) ([0657504](https://github.com/material-components/material-components-web/commit/0657504))
* **checkbox:** Fixed checkbox container fill color when animati… ([#4879](https://github.com/material-components/material-components-web/issues/4879)) ([d393fb5](https://github.com/material-components/material-components-web/commit/d393fb5))
* **checkbox:** Fixed hover focus colors for unchecked checkbox ([#4868](https://github.com/material-components/material-components-web/issues/4868)) ([1d8fbf5](https://github.com/material-components/material-components-web/commit/1d8fbf5))
* **fab:** clear text decoration ([#4865](https://github.com/material-components/material-components-web/issues/4865)) ([b524a12](https://github.com/material-components/material-components-web/commit/b524a12))
* **infrastructure:** support ssr by removing the reference from window ([#4864](https://github.com/material-components/material-components-web/issues/4864)) ([e5c5ea5](https://github.com/material-components/material-components-web/commit/e5c5ea5))
* **menu:** Vertically center the group icon ([#4862](https://github.com/material-components/material-components-web/issues/4862)) ([d551dfd](https://github.com/material-components/material-components-web/commit/d551dfd))


### Features

* **data-table:** Added data table component ([#4889](https://github.com/material-components/material-components-web/issues/4889)) ([7d3380a](https://github.com/material-components/material-components-web/commit/7d3380a))
* **drawer:** add feature targeting for styles ([#4877](https://github.com/material-components/material-components-web/issues/4877)) ([4d65d29](https://github.com/material-components/material-components-web/commit/4d65d29))
* **slider:** add feature targeting for styles ([#4871](https://github.com/material-components/material-components-web/issues/4871)) ([3ee2675](https://github.com/material-components/material-components-web/commit/3ee2675))
* **snackbar:** add feature targeting for styles ([#4876](https://github.com/material-components/material-components-web/issues/4876)) ([1b7aea1](https://github.com/material-components/material-components-web/commit/1b7aea1))





# [3.0.0](https://github.com/material-components/material-components-web/compare/v2.3.1...v3.0.0) (2019-06-25)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0",
"version": "3.1.0",
"command": {
"version": {
"allowBranch": [
Expand Down
86 changes: 43 additions & 43 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": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -17,47 +17,47 @@
"directory": "packages/material-components-web"
},
"dependencies": {
"@material/animation": "^3.0.0",
"@material/auto-init": "^3.0.0",
"@material/base": "^3.0.0",
"@material/button": "^3.0.0",
"@material/card": "^3.0.0",
"@material/checkbox": "^3.0.0",
"@material/chips": "^3.0.0",
"@material/data-table": "0.0.0",
"@material/dialog": "^3.0.0",
"@material/dom": "^3.0.0",
"@material/drawer": "^3.0.0",
"@material/elevation": "^3.0.0",
"@material/fab": "^3.0.0",
"@material/feature-targeting": "^3.0.0",
"@material/floating-label": "^3.0.0",
"@material/form-field": "^3.0.0",
"@material/grid-list": "^3.0.0",
"@material/icon-button": "^3.0.0",
"@material/image-list": "^3.0.0",
"@material/layout-grid": "^3.0.0",
"@material/line-ripple": "^3.0.0",
"@material/linear-progress": "^3.0.0",
"@material/list": "^3.0.0",
"@material/menu": "^3.0.0",
"@material/menu-surface": "^3.0.0",
"@material/notched-outline": "^3.0.0",
"@material/radio": "^3.0.0",
"@material/ripple": "^3.0.0",
"@material/rtl": "^3.0.0",
"@material/select": "^3.0.0",
"@material/shape": "^3.0.0",
"@material/slider": "^3.0.0",
"@material/snackbar": "^3.0.0",
"@material/switch": "^3.0.0",
"@material/tab": "^3.0.0",
"@material/tab-bar": "^3.0.0",
"@material/tab-indicator": "^3.0.0",
"@material/tab-scroller": "^3.0.0",
"@material/textfield": "^3.0.0",
"@material/theme": "^3.0.0",
"@material/top-app-bar": "^3.0.0",
"@material/typography": "^3.0.0"
"@material/animation": "^3.1.0",
"@material/auto-init": "^3.1.0",
"@material/base": "^3.1.0",
"@material/button": "^3.1.0",
"@material/card": "^3.1.0",
"@material/checkbox": "^3.1.0",
"@material/chips": "^3.1.0",
"@material/data-table": "^3.1.0",
"@material/dialog": "^3.1.0",
"@material/dom": "^3.1.0",
"@material/drawer": "^3.1.0",
"@material/elevation": "^3.1.0",
"@material/fab": "^3.1.0",
"@material/feature-targeting": "^3.1.0",
"@material/floating-label": "^3.1.0",
"@material/form-field": "^3.1.0",
"@material/grid-list": "^3.1.0",
"@material/icon-button": "^3.1.0",
"@material/image-list": "^3.1.0",
"@material/layout-grid": "^3.1.0",
"@material/line-ripple": "^3.1.0",
"@material/linear-progress": "^3.1.0",
"@material/list": "^3.1.0",
"@material/menu": "^3.1.0",
"@material/menu-surface": "^3.1.0",
"@material/notched-outline": "^3.1.0",
"@material/radio": "^3.1.0",
"@material/ripple": "^3.1.0",
"@material/rtl": "^3.1.0",
"@material/select": "^3.1.0",
"@material/shape": "^3.1.0",
"@material/slider": "^3.1.0",
"@material/snackbar": "^3.1.0",
"@material/switch": "^3.1.0",
"@material/tab": "^3.1.0",
"@material/tab-bar": "^3.1.0",
"@material/tab-indicator": "^3.1.0",
"@material/tab-scroller": "^3.1.0",
"@material/textfield": "^3.1.0",
"@material/theme": "^3.1.0",
"@material/top-app-bar": "^3.1.0",
"@material/typography": "^3.1.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": "3.0.0",
"version": "3.1.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": "3.0.0",
"version": "3.1.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": "^3.0.0",
"@material/base": "^3.1.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": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"main": "dist/mdc.base.js",
"module": "index.js",
Expand Down
16 changes: 8 additions & 8 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": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -14,12 +14,12 @@
"directory": "packages/mdc-button"
},
"dependencies": {
"@material/elevation": "^3.0.0",
"@material/feature-targeting": "^3.0.0",
"@material/ripple": "^3.0.0",
"@material/rtl": "^3.0.0",
"@material/shape": "^3.0.0",
"@material/theme": "^3.0.0",
"@material/typography": "^3.0.0"
"@material/elevation": "^3.1.0",
"@material/feature-targeting": "^3.1.0",
"@material/ripple": "^3.1.0",
"@material/rtl": "^3.1.0",
"@material/shape": "^3.1.0",
"@material/theme": "^3.1.0",
"@material/typography": "^3.1.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": "3.0.0",
"version": "3.1.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": "^3.0.0",
"@material/feature-targeting": "^3.0.0",
"@material/ripple": "^3.0.0",
"@material/rtl": "^3.0.0",
"@material/shape": "^3.0.0",
"@material/theme": "^3.0.0"
"@material/elevation": "^3.1.0",
"@material/feature-targeting": "^3.1.0",
"@material/ripple": "^3.1.0",
"@material/rtl": "^3.1.0",
"@material/shape": "^3.1.0",
"@material/theme": "^3.1.0"
}
}
16 changes: 8 additions & 8 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": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"keywords": [
"material components",
Expand All @@ -18,13 +18,13 @@
"directory": "packages/mdc-checkbox"
},
"dependencies": {
"@material/animation": "^3.0.0",
"@material/base": "^3.0.0",
"@material/dom": "^3.0.0",
"@material/feature-targeting": "^3.0.0",
"@material/ripple": "^3.0.0",
"@material/rtl": "^3.0.0",
"@material/theme": "^3.0.0",
"@material/animation": "^3.1.0",
"@material/base": "^3.1.0",
"@material/dom": "^3.1.0",
"@material/feature-targeting": "^3.1.0",
"@material/ripple": "^3.1.0",
"@material/rtl": "^3.1.0",
"@material/theme": "^3.1.0",
"tslib": "^1.9.3"
}
}
20 changes: 10 additions & 10 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": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"main": "dist/mdc.chips.js",
"module": "index.js",
Expand All @@ -21,15 +21,15 @@
"access": "public"
},
"dependencies": {
"@material/animation": "^3.0.0",
"@material/base": "^3.0.0",
"@material/checkbox": "^3.0.0",
"@material/elevation": "^3.0.0",
"@material/feature-targeting": "^3.0.0",
"@material/ripple": "^3.0.0",
"@material/shape": "^3.0.0",
"@material/theme": "^3.0.0",
"@material/typography": "^3.0.0",
"@material/animation": "^3.1.0",
"@material/base": "^3.1.0",
"@material/checkbox": "^3.1.0",
"@material/elevation": "^3.1.0",
"@material/feature-targeting": "^3.1.0",
"@material/ripple": "^3.1.0",
"@material/shape": "^3.1.0",
"@material/theme": "^3.1.0",
"@material/typography": "^3.1.0",
"tslib": "^1.9.3"
}
}
24 changes: 12 additions & 12 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": "0.0.0",
"version": "3.1.0",
"description": "The Material Components Web data table component",
"license": "MIT",
"keywords": [
Expand All @@ -17,17 +17,17 @@
"url": "https://github.com/material-components/material-components-web.git"
},
"dependencies": {
"@material/animation": "^3.0.0",
"@material/base": "^3.0.0",
"@material/checkbox": "^3.0.0",
"@material/dom": "^3.0.0",
"@material/elevation": "^3.0.0",
"@material/feature-targeting": "^3.0.0",
"@material/ripple": "^3.0.0",
"@material/rtl": "^3.0.0",
"@material/shape": "^3.0.0",
"@material/theme": "^3.0.0",
"@material/typography": "^3.0.0",
"@material/animation": "^3.1.0",
"@material/base": "^3.1.0",
"@material/checkbox": "^3.1.0",
"@material/dom": "^3.1.0",
"@material/elevation": "^3.1.0",
"@material/feature-targeting": "^3.1.0",
"@material/ripple": "^3.1.0",
"@material/rtl": "^3.1.0",
"@material/shape": "^3.1.0",
"@material/theme": "^3.1.0",
"@material/typography": "^3.1.0",
"tslib": "^1.10.0"
},
"publishConfig": {
Expand Down
22 changes: 11 additions & 11 deletions packages/mdc-dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material/dialog",
"version": "3.0.0",
"version": "3.1.0",
"description": "The Material Components Web dialog component",
"license": "MIT",
"keywords": [
Expand All @@ -19,16 +19,16 @@
"directory": "packages/mdc-dialog"
},
"dependencies": {
"@material/animation": "^3.0.0",
"@material/base": "^3.0.0",
"@material/dom": "^3.0.0",
"@material/elevation": "^3.0.0",
"@material/feature-targeting": "^3.0.0",
"@material/ripple": "^3.0.0",
"@material/rtl": "^3.0.0",
"@material/shape": "^3.0.0",
"@material/theme": "^3.0.0",
"@material/typography": "^3.0.0",
"@material/animation": "^3.1.0",
"@material/base": "^3.1.0",
"@material/dom": "^3.1.0",
"@material/elevation": "^3.1.0",
"@material/feature-targeting": "^3.1.0",
"@material/ripple": "^3.1.0",
"@material/rtl": "^3.1.0",
"@material/shape": "^3.1.0",
"@material/theme": "^3.1.0",
"@material/typography": "^3.1.0",
"focus-trap": "^5.0.0",
"tslib": "^1.9.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mdc-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material/dom",
"description": "DOM manipulation utilities for Material Components for the web",
"version": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"main": "dist/mdc.dom.js",
"module": "index.js",
Expand Down
Loading

0 comments on commit 6b7e616

Please sign in to comment.