Skip to content

Commit

Permalink
57cad0e docs: release notes for the v16.2.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alxhub committed Nov 2, 2023
1 parent 829a53f commit 29dfde5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions BUILD_INFO
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Thu Nov 2 20:28:56 UTC 2023
83a3b85c355f6cb9f9b698bd90c2920341466032
Thu Nov 2 21:49:12 UTC 2023
57cad0e10da7a5ff5d59546a7871ff5f8b2cc68e
2 changes: 1 addition & 1 deletion esm2022/src/version.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ import { Version } from '@angular/core';
/**
* @publicApi
*/
export const VERSION = new Version('17.1.0-next.0+sha-83a3b85');
export const VERSION = new Version('17.1.0-next.0+sha-57cad0e');
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2VsZW1lbnRzL3NyYy92ZXJzaW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7R0FNRztBQUVILE9BQU8sRUFBQyxPQUFPLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFFdEM7O0dBRUc7QUFDSCxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsSUFBSSxPQUFPLENBQUMsbUJBQW1CLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge1ZlcnNpb259IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKipcbiAqIEBwdWJsaWNBcGlcbiAqL1xuZXhwb3J0IGNvbnN0IFZFUlNJT04gPSBuZXcgVmVyc2lvbignMC4wLjAtUExBQ0VIT0xERVInKTtcbiJdfQ==
4 changes: 2 additions & 2 deletions fesm2022/elements.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v17.1.0-next.0+sha-83a3b85
* @license Angular v17.1.0-next.0+sha-57cad0e
* (c) 2010-2022 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -509,7 +509,7 @@ function createCustomElement(component, config) {
/**
* @publicApi
*/
const VERSION = new Version('17.1.0-next.0+sha-83a3b85');
const VERSION = new Version('17.1.0-next.0+sha-57cad0e');

/**
* @module
Expand Down
2 changes: 1 addition & 1 deletion fesm2022/elements.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v17.1.0-next.0+sha-83a3b85
* @license Angular v17.1.0-next.0+sha-57cad0e
* (c) 2010-2022 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/elements",
"version": "17.1.0-next.0+sha-83a3b85",
"version": "17.1.0-next.0+sha-57cad0e",
"description": "Angular - library for using Angular Components as Custom Elements",
"author": "angular",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/core": "17.1.0-next.0+sha-83a3b85",
"@angular/core": "17.1.0-next.0+sha-57cad0e",
"rxjs": "^6.5.3 || ^7.4.0"
},
"repository": {
Expand Down

0 comments on commit 29dfde5

Please sign in to comment.