Merge pull request #5542 from material-components:release-please--branches--main--components--web

PiperOrigin-RevId: 625101468
This commit is contained in:
Copybara-Service 2024-04-15 15:26:01 -07:00
commit 47b4f67c8f
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,3 @@
{ {
".": "1.4.0" ".": "1.4.1"
} }

View File

@ -1,5 +1,13 @@
# Changelog # Changelog
## [1.4.1](https://github.com/material-components/material-web/compare/v1.4.0...v1.4.1) (2024-04-15)
### Bug Fixes
* **dialog:** update info comment with autocomplete -> autofocus ([fc4c999](https://github.com/material-components/material-web/commit/fc4c9992f8827e2a07e5c0b32cc48a065356cf29))
* **select:** select.click() opens the menu ([7a6cf16](https://github.com/material-components/material-web/commit/7a6cf16a4e37889d0497af4f1c4df8be78aefa54))
## [1.4.0](https://github.com/material-components/material-web/compare/v1.3.0...v1.4.0) (2024-03-21) ## [1.4.0](https://github.com/material-components/material-web/compare/v1.3.0...v1.4.0) (2024-03-21)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@material/web", "name": "@material/web",
"version": "1.4.0", "version": "1.4.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@material/web", "name": "@material/web",
"version": "1.4.0", "version": "1.4.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"workspaces": [ "workspaces": [
"catalog" "catalog"

View File

@ -1,6 +1,6 @@
{ {
"name": "@material/web", "name": "@material/web",
"version": "1.4.0", "version": "1.4.1",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },