@angular/material 13.1.0-rc.0 → 13.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/fesm2020/core.mjs CHANGED
@@ -22,7 +22,7 @@ import { ENTER, SPACE, hasModifierKey } from '@angular/cdk/keycodes';
22
22
  * found in the LICENSE file at https://angular.io/license
23
23
  */
24
24
  /** Current version of Angular Material. */
25
- const VERSION$1 = new Version('13.1.0-rc.0');
25
+ const VERSION$1 = new Version('13.1.0');
26
26
 
27
27
  /**
28
28
  * @license
@@ -56,7 +56,7 @@ AnimationDurations.EXITING = '195ms';
56
56
  // i.e. avoid core to depend on the @angular/material primary entry-point
57
57
  // Can be removed once the Material primary entry-point no longer
58
58
  // re-exports all secondary entry-points
59
- const VERSION = new Version('13.1.0-rc.0');
59
+ const VERSION = new Version('13.1.0');
60
60
  /** @docs-private */
61
61
  function MATERIAL_SANITY_CHECKS_FACTORY() {
62
62
  return true;