Skip to content

Commit

Permalink
368d69e build: update cross-repo angular dependencies (#59474)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirjs committed Jan 13, 2025
1 parent 00f49b8 commit bf815b6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions BUILD_INFO
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Mon Jan 13 17:43:46 UTC 2025
5d6358168ae87b821f18218160b6f4c796db150c
Mon Jan 13 17:58:00 UTC 2025
368d69e11554d6f16c75d604716bc43b12f6ef87
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 v19.2.0-next.0+sha-5d63581
* @license Angular v19.2.0-next.0+sha-368d69e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -426,7 +426,7 @@ function createCustomElement(component, config) {
/**
* @publicApi
*/
const VERSION = new Version('19.2.0-next.0+sha-5d63581');
const VERSION = new Version('19.2.0-next.0+sha-368d69e');

/**
* @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 v19.2.0-next.0+sha-5d63581
* @license Angular v19.2.0-next.0+sha-368d69e
* (c) 2010-2024 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": "19.2.0-next.0+sha-5d63581",
"version": "19.2.0-next.0+sha-368d69e",
"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": "19.2.0-next.0+sha-5d63581",
"@angular/core": "19.2.0-next.0+sha-368d69e",
"rxjs": "^6.5.3 || ^7.4.0"
},
"repository": {
Expand Down

0 comments on commit bf815b6

Please sign in to comment.