Skip to content

Commit bb3b981

Browse files
chore(release): publish 20.5.0-beta.2
1 parent 37cb3dd commit bb3b981

File tree

7 files changed

+10
-6
lines changed

7 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 20.5.0-beta.2 (2025-03-12)
2+
3+
This was a version bump only, there were no code changes.
4+
15
## 19.0.0-alpha.29 (2025-03-03)
26

37
### 🚀 Features

packages/angular-rsbuild/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": "19.0.0-alpha.29",
8+
"version": "20.5.0-beta.2",
99
"dependencies": {
1010
"@nx/angular-rspack-compiler": "workspace:*",
1111
"@rsbuild/plugin-less": "^1.1.1",

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": "19.0.0-alpha.29",
24+
"version": "20.5.0-beta.2",
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": "19.0.0-alpha.29",
3+
"version": "20.5.0-beta.2",
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": "19.0.0-alpha.29",
3+
"version": "20.5.0-beta.2",
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": "19.0.0-alpha.29",
24+
"version": "20.5.0-beta.2",
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": "19.0.0-alpha.29",
8+
"version": "20.5.0-beta.2",
99
"dependencies": {
1010
"@ng-rspack/compiler": "workspace:*",
1111
"sass-embedded": "^1.79.3",

0 commit comments

Comments
 (0)