Skip to content

Commit

Permalink
release: cut the v18.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin committed Jul 24, 2024
1 parent 26a8158 commit dcc411a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="18.1.2"></a>
# 18.1.2 "velvet-violin" (2024-07-24)

### material
| Commit | Type | Description |
| -- | -- | -- |
| [cf61af53bd](https://github.com/angular/components/commit/cf61af53bdb5178cfc80157b9abae2ca1819f4b0) | fix | **chips:** remove button is too small ([#29351](https://github.com/angular/components/pull/29351)) |
| [c79ec264aa](https://github.com/angular/components/commit/c79ec264aa454b31f6cefa6a1b032884c565ae2e) | fix | **form-field:** hiding a label after it has been ([#29461](https://github.com/angular/components/pull/29461)) |
| [15238d255f](https://github.com/angular/components/commit/15238d255f563348677fd81690735a708d3bda5c) | fix | **input:** Number input not changing on wheel interaction ([#29449](https://github.com/angular/components/pull/29449)) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.1.1"></a>
# 18.1.1 "tantalum-tale" (2024-07-17)
### cdk
Expand Down Expand Up @@ -4619,4 +4631,4 @@ _Breaking changes:_

# Changes Prior to 12.0.0

To view changes that occurred prior to 12.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md).
To view changes that occurred prior to 12.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"ci-notify-slack-failure": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts",
"prepare": "husky"
},
"version": "18.1.1",
"version": "18.1.2",
"dependencies": {
"@angular/animations": "^18.1.0",
"@angular/common": "^18.1.0",
Expand Down

0 comments on commit dcc411a

Please sign in to comment.