chore: release 1.4.1

This commit is contained in:
release-please[bot] 2024-04-15 19:50:58 +00:00 committed by GitHub
parent f5198d8e65
commit 52df5e0da5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
## [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)

4
package-lock.json generated
View File

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

View File

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