Skip to content

Commit 983271f

Browse files
committed
release: cut the v13.3.0 release
Also bumps FW dependency to `13.3.0`.
1 parent 501aee7 commit 983271f

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="13.3.0"></a>
2+
3+
# 13.3.0 (2022-03-16)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------- |
9+
| [c995ed5e8](https://github.com/angular/angular-cli/commit/c995ed5e8a8e1b20cf376f4c48c5141fd5f4548a) | feat | support TypeScript 4.6 |
10+
11+
## Special Thanks
12+
13+
Alan Agius and Doug Parker
14+
15+
<!-- CHANGELOG SPLIT MARKER -->
16+
117
<a name="13.2.6"></a>
218

319
# 13.2.6 (2022-03-09)

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": "13.3.0-rc.0",
3+
"version": "13.3.0",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

packages/schematics/angular/utility/latest-versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const latestVersions: Record<string, string> & {
1515
...require('./latest-versions/package.json')['dependencies'],
1616

1717
// As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
18-
Angular: '~13.3.0-rc.0',
18+
Angular: '~13.3.0',
1919

2020
// Since @angular-devkit/build-angular and @schematics/angular are always
2121
// published together from the same monorepo, and they are both

0 commit comments

Comments
 (0)