diff --git a/CHANGELOG.md b/CHANGELOG.md index 18c362d..a3433d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.29 (2024-12-26) + +This was a version bump only, there were no code changes. + ## 0.0.28 (2024-12-26) ### 🚀 Features diff --git a/packages/build/package.json b/packages/build/package.json index 5bd7bd4..a5db4c6 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -17,7 +17,7 @@ "Angular", "Rspack" ], - "version": "0.0.1", + "version": "0.0.29", "scripts": { "postinstall": "node ./src/lib/patch/patch-angular-build.js" }, diff --git a/packages/nx-plugin/package.json b/packages/nx-plugin/package.json index 42c306a..fff6d4e 100644 --- a/packages/nx-plugin/package.json +++ b/packages/nx-plugin/package.json @@ -2,7 +2,7 @@ "name": "@ng-rspack/nx", "private": false, "description": "Nx Plugin for building Angular applications with Rspack.", - "version": "0.0.1", + "version": "0.0.29", "author": "Colum Ferry", "license": "MIT", "bugs": { @@ -23,7 +23,7 @@ "@nx/angular": "20.2.2", "@nx/js": "20.2.2", "@swc/helpers": "~0.5.11", - "@ng-rspack/build": "workspace:*", + "@ng-rspack/build": "0.0.29", "webpack-merge": "^6.0.1" }, "peerDependencies": {