Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/nx-release-auto-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
- run: pnpm install

- id: auto-plan
uses: rightcapitalhq/actions/nx-release-auto-plan@nx-release-auto-plan/v0.6.0
uses: rightcapitalhq/actions/nx-release-auto-plan@nx-release-auto-plan/v0.6.1
with:
bump-header: ${{ inputs.bump-header }}
2 changes: 1 addition & 1 deletion .github/workflows/nx-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- run: pnpm install

- id: nx-release-pr
uses: rightcapitalhq/actions/nx-release-pr@nx-release-pr/v0.6.0
uses: rightcapitalhq/actions/nx-release-pr@nx-release-pr/v0.6.1
env:
NODE_PATH: ${{ github.workspace }}/node_modules
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nx-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- run: pnpm install

- id: nx-release
uses: rightcapitalhq/actions/nx-release@nx-release/v0.6.0
uses: rightcapitalhq/actions/nx-release@nx-release/v0.6.1
env:
NODE_PATH: ${{ github.workspace }}/node_modules
with:
Expand Down
5 changes: 0 additions & 5 deletions .nx/version-plans/version-plan-1781381108312.md

This file was deleted.

6 changes: 6 additions & 0 deletions nx-release-auto-plan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.6.1 (2026-06-16)

### 🩹 Fixes

- fix(deps): update dependency @actions/github to v9 ([a943022](https://github.com/RightCapitalHQ/actions/commit/a943022))

## 0.6.0 (2026-05-29)

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion nx-release-auto-plan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nx-release-auto-plan",
"version": "0.6.0",
"version": "0.6.1",
"private": true,
"scripts": {
"build": "rslib build"
Expand Down
6 changes: 6 additions & 0 deletions nx-release-pr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.6.1 (2026-06-16)

### 🩹 Fixes

- fix(deps): update dependency @actions/github to v9 ([a943022](https://github.com/RightCapitalHQ/actions/commit/a943022))

## 0.6.0 (2026-05-29)

### 🚀 Features
Expand Down
28,040 changes: 7,372 additions & 20,668 deletions nx-release-pr/dist/index.js

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions nx-release-pr/dist/index.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/* v8 ignore else -- @preserve */

/* v8 ignore else -- @preserve -- Bug with vitest coverage where it sees an else branch that doesn't exist */

/* v8 ignore next -- @preserve */

/*!
* content-type
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/

/*! formdata-polyfill. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */

/*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> */
2 changes: 1 addition & 1 deletion nx-release-pr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nx-release-pr",
"version": "0.6.0",
"version": "0.6.1",
"private": true,
"scripts": {
"build": "rslib build"
Expand Down
6 changes: 6 additions & 0 deletions nx-release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.6.1 (2026-06-16)

### 🩹 Fixes

- fix(deps): update dependency @actions/github to v9 ([a943022](https://github.com/RightCapitalHQ/actions/commit/a943022))

## 0.6.0 (2026-05-29)

### 🚀 Features
Expand Down
24,936 changes: 5,820 additions & 19,116 deletions nx-release/dist/index.js

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions nx-release/dist/index.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/* v8 ignore else -- @preserve */

/* v8 ignore else -- @preserve -- Bug with vitest coverage where it sees an else branch that doesn't exist */

/* v8 ignore next -- @preserve */

/*!
* content-type
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/

/*! formdata-polyfill. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */

/*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> */
2 changes: 1 addition & 1 deletion nx-release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nx-release",
"version": "0.6.0",
"version": "0.6.1",
"private": true,
"scripts": {
"build": "rslib build"
Expand Down