Skip to content

Commit 99d8846

Browse files
chore(release): publish 21.1.0
1 parent 19bea19 commit 99d8846

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 21.1.0 (2025-05-30)
2+
3+
### 🚀 Features
4+
5+
- **angular-rspack,angular-rspack-compiler:** support angular 20 ([#99](https://github.com/nrwl/angular-rspack/pull/99))
6+
7+
### ❤️ Thank You
8+
9+
- Colum Ferry @Coly010
10+
111
## 21.0.4 (2025-05-21)
212

313
### 🩹 Fixes

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": "21.0.4",
3+
"version": "21.1.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": "21.0.4",
24+
"version": "21.1.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": "21.0.4",
3+
"version": "21.1.0",
44
"private": false,
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)