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

PiperOrigin-RevId: 590713647
This commit is contained in:
Copybara-Service 2023-12-13 14:31:36 -08:00
commit 98ba0b9436
4 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.1.1"
}

View File

@ -1,5 +1,12 @@
# Changelog
## [1.1.1](https://github.com/material-components/material-web/compare/v1.1.0...v1.1.1) (2023-12-13)
### Bug Fixes
* formAssociated disabled attribute not working ([ab04299](https://github.com/material-components/material-web/commit/ab042992acd6702f11fd8f1d64bb1597cb701815))
## [1.1.0](https://github.com/material-components/material-web/compare/v1.0.1...v1.1.0) (2023-12-12)

4
package-lock.json generated
View File

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

View File

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