Skip to content

Commit

Permalink
8230388 build: simplify symbol tests format (#59147)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKushnir committed Dec 12, 2024
1 parent a1a0bf9 commit 5774293
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 @@
Thu Dec 12 22:38:14 UTC 2024
cfc1679714617a667ee7f03e8556f720f3d00c94
Thu Dec 12 23:04:59 UTC 2024
8230388aa86ae3d8cd995871ac91e705da036940
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.2+sha-cfc1679
* @license Angular v19.1.0-next.3+sha-8230388
* (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.2+sha-cfc1679');
const VERSION = new Version('19.1.0-next.3+sha-8230388');

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

0 comments on commit 5774293

Please sign in to comment.