We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a19eb commit 2103fb6Copy full SHA for 2103fb6
3 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dsomm",
3
- "version": "4.0-beta-5",
+ "version": "4.0-beta-6",
4
"scripts": {
5
"ng": "ng",
6
"start": "ng serve",
src/app/app.component.css
@@ -1,8 +1,4 @@
/* --- experimental branch --- */
-.mat-drawer-container {
- background-color: #e9f2ff;
-}
-
.tag-line {
7
display: flex;
8
flex-direction: column;
src/environments/environment.prod.ts
@@ -1,4 +1,4 @@
export const environment = {
- version: '4.0b5',
+ version: '4.0b6',
production: true,
};
0 commit comments