Skip to content

Commit

Permalink
8c1b196 docs: release notes for the v19.2.0-rc.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
thePunderWoman committed Feb 19, 2025
1 parent 2bb0c51 commit 31c56ef
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions BUILD_INFO
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Wed Feb 19 18:50:21 UTC 2025
497028cc52c59e5ae8dd4066c35b14a28002f2e2
Wed Feb 19 19:10:09 UTC 2025
8c1b196ecda5b5cc9716b2c04a531823f56c7b2d
2 changes: 1 addition & 1 deletion bundles/chunk-J7S5XIBF.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bundles/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion linker/src/file_linker/partial_linkers/util.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/
import { MaybeForwardRefExpression, outputAst as o, R3DeclareDependencyMetadata, R3DependencyMetadata, R3Reference } from '@angular/compiler';
import { AstObject, AstValue } from '../../ast/ast_value';
export declare const PLACEHOLDER_VERSION = "19.2.0-next.3+sha-497028c";
export declare const PLACEHOLDER_VERSION = "19.3.0-next.0+sha-8c1b196";
export declare function wrapReference<TExpression>(wrapped: o.WrappedNodeExpr<TExpression>): R3Reference;
/**
* Parses the value of an enum from the AST value's symbol name.
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/compiler-cli",
"version": "19.2.0-next.3+sha-497028c",
"version": "19.3.0-next.0+sha-8c1b196",
"description": "Angular - the compiler CLI for Node.js",
"typings": "index.d.ts",
"bin": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"yargs": "^17.2.1"
},
"peerDependencies": {
"@angular/compiler": "19.2.0-next.3+sha-497028c",
"@angular/compiler": "19.3.0-next.0+sha-8c1b196",
"typescript": ">=5.5 <5.9"
},
"repository": {
Expand Down

0 comments on commit 31c56ef

Please sign in to comment.