Skip to content

Commit d2e3e0c

Browse files
chore(release): publish 20.9.0
1 parent 57d1a7f commit d2e3e0c

File tree

7 files changed

+26
-6
lines changed

7 files changed

+26
-6
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 20.9.0 (2025-05-06)
2+
3+
### 🚀 Features
4+
5+
- **angular-rspack:** use development config for serve ([#61](https://github.com/nrwl/angular-rspack/pull/61))
6+
- **angular-rspack:** support static site generation ([#65](https://github.com/nrwl/angular-rspack/pull/65))
7+
- **angular-rspack:** improve styles processing and support tailwindcss v4 ([#70](https://github.com/nrwl/angular-rspack/pull/70))
8+
- **angular-rspack:** add support for more devServer options ([#71](https://github.com/nrwl/angular-rspack/pull/71))
9+
10+
### 🩹 Fixes
11+
12+
- **angular-rspack:** ensure `stylePreprocessorOptions` is correctly used ([#72](https://github.com/nrwl/angular-rspack/pull/72))
13+
- **angular-rspack:** update `@rspack/core` dependency ([#73](https://github.com/nrwl/angular-rspack/pull/73))
14+
- **angular-rspack:** ssg should not run on serve ([#75](https://github.com/nrwl/angular-rspack/pull/75))
15+
16+
### ❤️ Thank You
17+
18+
- Colum Ferry @Coly010
19+
- Leosvel Pérez Espinosa @leosvelperez
20+
121
## 20.8.2 (2025-04-28)
222

323
### 🩹 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": "20.8.2",
3+
"version": "20.9.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.2",
24+
"version": "20.9.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.2",
3+
"version": "20.9.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.2",
3+
"version": "20.9.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.2",
24+
"version": "20.9.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.2",
8+
"version": "20.9.0",
99
"description": "Rsbuild Plugin for building Angular.",
1010
"author": "Colum Ferry",
1111
"license": "MIT",

0 commit comments

Comments
 (0)