Skip to content

Commit ba7046d

Browse files
author
release
committed
chore: release 0.7.0 🚀
1 parent 567b270 commit ba7046d

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+
## 0.7.0 (2025-02-23)
2+
3+
### 🚀 Features
4+
5+
- align with nx major version ([#533](https://github.com/RobbyRabbitman/nx-plus/pull/533))
6+
7+
### 🩹 Fixes
8+
9+
- **tools-renovate-bot:** migrate config ([#103](https://github.com/RobbyRabbitman/nx-plus/pull/103))
10+
111
## 0.6.2 (2024-07-21)
212

313

libs/web-dev-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@robby-rabbitman/nx-plus-web-dev-server",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"description": "Web Dev Server plugin for Nx workspaces.",
55
"repository": {
66
"type": "git",

libs/web-test-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@robby-rabbitman/nx-plus-web-test-runner",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"description": "Web Test Runner integration for Nx workspaces.",
55
"repository": {
66
"type": "git",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@robby-rabbitman/nx-plus",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"scripts": {
55
"clean": "git clean -dfX && pnpm i && pnpm nx reset && pnpm nx sync",
66
"postinstall": "sh tools/workspace/src/npm-life-cycle/post-install.sh",

0 commit comments

Comments
 (0)