Skip to content

Commit

Permalink
0274e6c docs: update links in the roadmap (#58728)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKushnir committed Nov 19, 2024
1 parent 68fa730 commit 77fb770
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions BUILD_INFO
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Tue Nov 19 00:09:35 UTC 2024
257fedc25a2693d7d8e1c2e020b74185736e3d26
Tue Nov 19 02:31:43 UTC 2024
0274e6c16d05849f45d3bb673076a108df3dd1c0
2 changes: 1 addition & 1 deletion fesm2022/init.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.0+sha-257fedc
* @license Angular v19.1.0-next.0+sha-0274e6c
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion fesm2022/localize.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.0+sha-257fedc
* @license Angular v19.1.0-next.0+sha-0274e6c
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion init/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-257fedc
* @license Angular v19.1.0-next.0+sha-0274e6c
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/localize",
"version": "19.1.0-next.0+sha-257fedc",
"version": "19.1.0-next.0+sha-0274e6c",
"description": "Angular - library for localizing messages",
"bin": {
"localize-translate": "./tools/bundles/src/translate/cli.js",
Expand Down Expand Up @@ -67,8 +67,8 @@
"yargs": "^17.2.1"
},
"peerDependencies": {
"@angular/compiler": "19.1.0-next.0+sha-257fedc",
"@angular/compiler-cli": "19.1.0-next.0+sha-257fedc"
"@angular/compiler": "19.1.0-next.0+sha-0274e6c",
"@angular/compiler-cli": "19.1.0-next.0+sha-0274e6c"
},
"module": "./fesm2022/localize.mjs",
"typings": "./index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion schematics/ng-add/ng_add_bundle.js

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

2 changes: 1 addition & 1 deletion schematics/ng-add/ng_add_bundle.js.map

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

0 comments on commit 77fb770

Please sign in to comment.