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

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feat/textfield_char…
Browse files Browse the repository at this point in the history
…_counter
  • Loading branch information
abhiomkar committed Jan 28, 2019
2 parents 0bab198 + 97a8585 commit f6ac37c
Show file tree
Hide file tree
Showing 25 changed files with 814 additions and 641 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="0.43.1"></a>
## [0.43.1](https://github.com/material-components/material-components-web/compare/v0.43.0...v0.43.1) (2019-01-22)


### Bug Fixes

* **text-field:** Reset z-index property of chrome autofill box ([#4232](https://github.com/material-components/material-components-web/issues/4232)) ([9e06b77](https://github.com/material-components/material-components-web/commit/9e06b77))


<a name="0.43.0"></a>
# [0.43.0](https://github.com/material-components/material-components-web/compare/v0.42.0...v0.43.0) (2019-01-07)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.36",
"version": "0.43.0",
"version": "0.43.1",
"commands": {
"publish": {
"ignore": [
Expand Down
41 changes: 11 additions & 30 deletions package-lock.json

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

8 changes: 4 additions & 4 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": "0.43.0",
"version": "0.43.1",
"license": "MIT",
"keywords": [
"material components",
Expand Down Expand Up @@ -49,10 +49,10 @@
"@material/snackbar": "^0.43.0",
"@material/switch": "^0.43.0",
"@material/tab": "^0.43.0",
"@material/tab-bar": "^0.43.0",
"@material/tab-bar": "^0.43.1",
"@material/tab-indicator": "^0.43.0",
"@material/tab-scroller": "^0.43.0",
"@material/textfield": "^0.43.0",
"@material/tab-scroller": "^0.43.1",
"@material/textfield": "^0.43.1",
"@material/theme": "^0.43.0",
"@material/toolbar": "^0.43.0",
"@material/top-app-bar": "^0.43.0",
Expand Down
Loading

0 comments on commit f6ac37c

Please sign in to comment.