Skip to content

Commit 8b5adb3

Browse files
committed
release: cut the v22.1.0-next.3 release
1 parent f9a2087 commit 8b5adb3

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
<a name="22.1.0-next.3"></a>
2+
3+
# 22.1.0-next.3 (2026-07-09)
4+
5+
### @angular/build
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------ |
9+
| [34d558c3c](https://github.com/angular/angular-cli/commit/34d558c3c98e1b59a2c2808fc04bfbb63dfe8acf) | feat | add built-in SQLite cache store fallback |
10+
| [52ae7f862](https://github.com/angular/angular-cli/commit/52ae7f862a581cac97d5a9b33c9b71b830d95b19) | feat | share persistent build cache across git worktrees |
11+
| [41bd100dd](https://github.com/angular/angular-cli/commit/41bd100dd8edebdf6c7279e1c7d3847ee5f22702) | fix | fallback to build target preserveSymlinks option in karma runner |
12+
| [6d9b360e5](https://github.com/angular/angular-cli/commit/6d9b360e5f2b7ab3d4ace4db35f674166630f658) | fix | prevent esbuild service hang on internal component stylesheet builds |
13+
| [85c53d990](https://github.com/angular/angular-cli/commit/85c53d9909b8bcb35a360044a0afde5352d45d72) | fix | prevent externalizing builder-injected i18n locale data |
14+
| [004cc4104](https://github.com/angular/angular-cli/commit/004cc410487b2dbb80001f045cd19f899c980ccc) | fix | strip all vite id prefixes from minified code with external dependencies |
15+
| [09d0a11a8](https://github.com/angular/angular-cli/commit/09d0a11a8b832f156aea100ad3497c5221fc0f50) | perf | enable fast-path AST printing with sourcemaps in AotCompilation |
16+
17+
### @angular/ssr
18+
19+
| Commit | Type | Description |
20+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------- |
21+
| [0bd22dae0](https://github.com/angular/angular-cli/commit/0bd22dae09a83e36ed3863ca2b050666cc8d7aec) | fix | replace all route parameters when resolving relative redirects |
22+
23+
<!-- CHANGELOG SPLIT MARKER -->
24+
125
<a name="22.0.6"></a>
226

327
# 22.0.6 (2026-07-08)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "22.1.0-next.2",
3+
"version": "22.1.0-next.3",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"keywords": [

0 commit comments

Comments
 (0)