-
Notifications
You must be signed in to change notification settings - Fork 6.8k
chore: bump version to beta.8 w/ changelog #5541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@jelbourn Yeah this is probably because #4962 is not merged yet. I mentioned it when we started moving stuff to the CDK: #5025 (comment) |
CHANGELOG.md
Outdated
information. | ||
* Initial version of `<md-paginator>` and `<md-sort-header>` components, which can be used either | ||
with `<md-table>` or any other table. | ||
* Both `@angular/material` and `@angular/cdk` are now strict null complicant. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this one be "compliant"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
@@ -1,12 +1,11 @@ | |||
{ | |||
"name": "@angular/cdk", | |||
"version": "0.0.0-PLACEHOLDER", | |||
"version": "2.0.0-beta.8", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure about this one? The only thing that's reasonable (why it not updated the placeholder) is actually the peer dependency from Material.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I may have been overzealous, but we can switch it back later today.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine by me.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
cc @devversion the version script didn't update the CDK versions where necessary so I temporarily hard-coded them