Skip to content

Commit 207bae7

Browse files
chore(release): publish 20.8.0
1 parent be95c85 commit 207bae7

File tree

7 files changed

+16
-6
lines changed

7 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 20.8.0 (2025-04-25)
2+
3+
### 🩹 Fixes
4+
5+
- **angular-rspack:** mark @angular/localize as optional peer dep ([#60](https://github.com/nrwl/angular-rspack/pull/60))
6+
7+
### ❤️ Thank You
8+
9+
- Colum Ferry @Coly010
10+
111
## 20.8.0-beta.0 (2025-04-25)
212

313
### 🚀 Features

packages/angular-rsbuild/package.json

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

packages/angular-rspack-compiler/package.json

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

packages/angular-rspack/package.json

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

packages/build/package.json

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

packages/compiler/package.json

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

packages/rsbuild-plugin-angular/package.json

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

0 commit comments

Comments
 (0)