Skip to content

Commit

Permalink
fa0a9a5 refactor(core): add "kind" to signal prototype nodes (#58333)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkozlowski-opensource committed Dec 3, 2024
1 parent 1629036 commit 171e6b9
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 @@
Tue Dec 3 11:27:13 UTC 2024
392c036e5e5b4d699ebe4a13a62718671fa5764f
Tue Dec 3 14:20:53 UTC 2024
fa0a9a5dde9cf6e7dda2f6d551d358c938901694
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.1.0-next.0+sha-392c036
* @license Angular v19.1.0-next.0+sha-fa0a9a5
* (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.1.0-next.0+sha-392c036');
const VERSION = new Version('19.1.0-next.0+sha-fa0a9a5');

/**
* @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.1.0-next.0+sha-392c036
* @license Angular v19.1.0-next.0+sha-fa0a9a5
* (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.1.0-next.0+sha-392c036",
"version": "19.1.0-next.0+sha-fa0a9a5",
"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.1.0-next.0+sha-392c036",
"@angular/core": "19.1.0-next.0+sha-fa0a9a5",
"rxjs": "^6.5.3 || ^7.4.0"
},
"repository": {
Expand Down

0 comments on commit 171e6b9

Please sign in to comment.