Skip to content

Commit 7d35c3d

Browse files
chore(release): publish 20.6.2
1 parent 03ca012 commit 7d35c3d

File tree

7 files changed

+10
-6
lines changed

7 files changed

+10
-6
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 20.6.2 (2025-03-14)
2+
3+
This was a version bump only, there were no code changes.
4+
15
## 20.6.2-beta.0 (2025-03-14)
26

37
### 🩹 Fixes

packages/angular-rsbuild/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nx/angular-rsbuild",
3-
"version": "20.6.2-beta.0",
3+
"version": "20.6.2",
44
"description": "Rsbuild Plugin for building Angular.",
55
"private": false,
66
"publishConfig": {

packages/angular-rspack-compiler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"rsbuild",
2222
"compiler"
2323
],
24-
"version": "20.6.2-beta.0",
24+
"version": "20.6.2",
2525
"scripts": {
2626
"postinstall": "node ./patch/patch-angular-build.js"
2727
},

packages/angular-rspack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nx/angular-rspack",
3-
"version": "20.6.2-beta.0",
3+
"version": "20.6.2",
44
"private": false,
55
"publishConfig": {
66
"access": "public"

packages/build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ng-rspack/build",
3-
"version": "20.6.2-beta.0",
3+
"version": "20.6.2",
44
"private": false,
55
"publishConfig": {
66
"access": "public"

packages/compiler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"rsbuild",
2222
"compiler"
2323
],
24-
"version": "20.6.2-beta.0",
24+
"version": "20.6.2",
2525
"scripts": {
2626
"postinstall": "node ./patch/patch-angular-build.js"
2727
},

packages/rsbuild-plugin-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"rsbuild",
66
"rsbuild-plugin"
77
],
8-
"version": "20.6.2-beta.0",
8+
"version": "20.6.2",
99
"description": "Rsbuild Plugin for building Angular.",
1010
"author": "Colum Ferry",
1111
"license": "MIT",

0 commit comments

Comments
 (0)