Skip to content

Conversation

@OliverDudgeon
Copy link
Collaborator

No description provided.

OliverDudgeon and others added 17 commits December 13, 2025 16:16
…release

- Removed the old release-please configuration file.
- Added a new semantic-release configuration file with branch settings and plugins for automated versioning and changelog generation.
# [6.0.0-dev.1](5.5.0...6.0.0-dev.1) (2025-12-13)

* feat!: upgrade dm client to v5 ([fa10a6b](fa10a6b))

### Bug Fixes

* add missing toast when workflows are launched ([8c3849a](8c3849a))
* avoid es connections when it is not installed ([8379209](8379209))
* change apps/job tab to run ([f0b714a](f0b714a))
* fix crash when order is undefined ([832ca50](832ca50))
* fix default name for jobs to be usable ([fd1ae2f](fd1ae2f))
* fix MUI warning for project flavour ([89389df](89389df))
* fix running workflows list not opening when a workflow is run ([daff7f7](daff7f7))
* fix sorting of workflows in the results page ([f7f9d7d](f7f9d7d))
* fix workflows with options ([54ce29a](54ce29a))
* implement stopping workflows before deletion ([b8f3d7b](b8f3d7b))
* improve retry logic for project table ([cdaff6a](cdaff6a))
* pass correct params in logs button ([34f0137](34f0137))
* pin nodejs version in devcontainer ([2e7dbf6](2e7dbf6))
* remove redundent fallback value ([db5ea3d](db5ea3d))
* show all instances in the list with their version ([a51042e](a51042e))
* show errors in data tables ([92da10e](92da10e))
* show header only when there is an input ([a745a42](a745a42))

### chore

* **deps:** upgrade squonk API clients, NodeJS and React ([8f35693](8f35693))

### Features

* add delete workflow button ([b3aa584](b3aa584))
* add event stream history ([#1691](#1691)) ([50d289f](50d289f))
* add workflows to run page ([aae3495](aae3495))
* display workflows in result page ([167b54c](167b54c))
* improve design of app, job and workflow cards ([3007b98](3007b98))
* improve event stream connection logging ([aa8235d](aa8235d))

### BREAKING CHANGES

* **deps:** Node v22 now minimum, pnpm v10 required
Upgrade react to fix CVE-2025-55182
* Now requires DM v5
# [6.0.0-dev.1](5.5.0...6.0.0-dev.1) (2025-12-13)

* feat!: upgrade dm client to v5 ([fa10a6b](fa10a6b))

### Bug Fixes

* add missing toast when workflows are launched ([8c3849a](8c3849a))
* avoid es connections when it is not installed ([8379209](8379209))
* change apps/job tab to run ([f0b714a](f0b714a))
* fix crash when order is undefined ([832ca50](832ca50))
* fix default name for jobs to be usable ([fd1ae2f](fd1ae2f))
* fix MUI warning for project flavour ([89389df](89389df))
* fix running workflows list not opening when a workflow is run ([daff7f7](daff7f7))
* fix sorting of workflows in the results page ([f7f9d7d](f7f9d7d))
* fix workflows with options ([54ce29a](54ce29a))
* implement stopping workflows before deletion ([b8f3d7b](b8f3d7b))
* improve retry logic for project table ([cdaff6a](cdaff6a))
* pass correct params in logs button ([34f0137](34f0137))
* pin nodejs version in devcontainer ([2e7dbf6](2e7dbf6))
* remove redundent fallback value ([db5ea3d](db5ea3d))
* show all instances in the list with their version ([a51042e](a51042e))
* show errors in data tables ([92da10e](92da10e))
* show header only when there is an input ([a745a42](a745a42))

### chore

* **deps:** upgrade squonk API clients, NodeJS and React ([8f35693](8f35693))

### Features

* add delete workflow button ([b3aa584](b3aa584))
* add event stream history ([#1691](#1691)) ([50d289f](50d289f))
* add workflows to run page ([aae3495](aae3495))
* display workflows in result page ([167b54c](167b54c))
* improve design of app, job and workflow cards ([3007b98](3007b98))
* improve event stream connection logging ([aa8235d](aa8235d))

### BREAKING CHANGES

* **deps:** Node v22 now minimum, pnpm v10 required
Upgrade react to fix CVE-2025-55182
* Now requires DM v5
# [6.0.0-dev.1](5.5.0...6.0.0-dev.1) (2025-12-13)

* feat!: upgrade dm client to v5 ([fa10a6b](fa10a6b))

### Bug Fixes

* add missing toast when workflows are launched ([8c3849a](8c3849a))
* avoid es connections when it is not installed ([8379209](8379209))
* change apps/job tab to run ([f0b714a](f0b714a))
* fix crash when order is undefined ([832ca50](832ca50))
* fix default name for jobs to be usable ([fd1ae2f](fd1ae2f))
* fix MUI warning for project flavour ([89389df](89389df))
* fix running workflows list not opening when a workflow is run ([daff7f7](daff7f7))
* fix sorting of workflows in the results page ([f7f9d7d](f7f9d7d))
* fix workflows with options ([54ce29a](54ce29a))
* implement stopping workflows before deletion ([b8f3d7b](b8f3d7b))
* improve retry logic for project table ([cdaff6a](cdaff6a))
* pass correct params in logs button ([34f0137](34f0137))
* pin nodejs version in devcontainer ([2e7dbf6](2e7dbf6))
* remove redundent fallback value ([db5ea3d](db5ea3d))
* show all instances in the list with their version ([a51042e](a51042e))
* show errors in data tables ([92da10e](92da10e))
* show header only when there is an input ([a745a42](a745a42))

### chore

* **deps:** upgrade squonk API clients, NodeJS and React ([8f35693](8f35693))

### Features

* add delete workflow button ([b3aa584](b3aa584))
* add event stream history ([#1691](#1691)) ([50d289f](50d289f))
* add workflows to run page ([aae3495](aae3495))
* display workflows in result page ([167b54c](167b54c))
* improve design of app, job and workflow cards ([3007b98](3007b98))
* improve event stream connection logging ([aa8235d](aa8235d))

### BREAKING CHANGES

* **deps:** Node v22 now minimum, pnpm v10 required
Upgrade react to fix CVE-2025-55182
* Now requires DM v5
# [6.0.0-dev.1](5.5.0...6.0.0-dev.1) (2025-12-13)

* feat!: upgrade dm client to v5 ([fa10a6b](fa10a6b))

### Bug Fixes

* add missing toast when workflows are launched ([8c3849a](8c3849a))
* avoid es connections when it is not installed ([8379209](8379209))
* change apps/job tab to run ([f0b714a](f0b714a))
* fix crash when order is undefined ([832ca50](832ca50))
* fix default name for jobs to be usable ([fd1ae2f](fd1ae2f))
* fix MUI warning for project flavour ([89389df](89389df))
* fix running workflows list not opening when a workflow is run ([daff7f7](daff7f7))
* fix sorting of workflows in the results page ([f7f9d7d](f7f9d7d))
* fix workflows with options ([54ce29a](54ce29a))
* implement stopping workflows before deletion ([b8f3d7b](b8f3d7b))
* improve retry logic for project table ([cdaff6a](cdaff6a))
* pass correct params in logs button ([34f0137](34f0137))
* pin nodejs version in devcontainer ([2e7dbf6](2e7dbf6))
* remove redundent fallback value ([db5ea3d](db5ea3d))
* show all instances in the list with their version ([a51042e](a51042e))
* show errors in data tables ([92da10e](92da10e))
* show header only when there is an input ([a745a42](a745a42))

### chore

* **deps:** upgrade squonk API clients, NodeJS and React ([8f35693](8f35693))

### Features

* add delete workflow button ([b3aa584](b3aa584))
* add event stream history ([#1691](#1691)) ([50d289f](50d289f))
* add workflows to run page ([aae3495](aae3495))
* display workflows in result page ([167b54c](167b54c))
* improve design of app, job and workflow cards ([3007b98](3007b98))
* improve event stream connection logging ([aa8235d](aa8235d))

### BREAKING CHANGES

* **deps:** Node v22 now minimum, pnpm v10 required
Upgrade react to fix CVE-2025-55182
* Now requires DM v5
# [6.0.0-dev.1](5.5.0...6.0.0-dev.1) (2025-12-13)

* feat!: upgrade dm client to v5 ([fa10a6b](fa10a6b))

### Bug Fixes

* add missing toast when workflows are launched ([8c3849a](8c3849a))
* avoid es connections when it is not installed ([8379209](8379209))
* change apps/job tab to run ([f0b714a](f0b714a))
* fix crash when order is undefined ([832ca50](832ca50))
* fix default name for jobs to be usable ([fd1ae2f](fd1ae2f))
* fix MUI warning for project flavour ([89389df](89389df))
* fix running workflows list not opening when a workflow is run ([daff7f7](daff7f7))
* fix sorting of workflows in the results page ([f7f9d7d](f7f9d7d))
* fix workflows with options ([54ce29a](54ce29a))
* implement stopping workflows before deletion ([b8f3d7b](b8f3d7b))
* improve retry logic for project table ([cdaff6a](cdaff6a))
* pass correct params in logs button ([34f0137](34f0137))
* pin nodejs version in devcontainer ([2e7dbf6](2e7dbf6))
* remove redundent fallback value ([db5ea3d](db5ea3d))
* show all instances in the list with their version ([a51042e](a51042e))
* show errors in data tables ([92da10e](92da10e))
* show header only when there is an input ([a745a42](a745a42))

### chore

* **deps:** upgrade squonk API clients, NodeJS and React ([8f35693](8f35693))

### Features

* add delete workflow button ([b3aa584](b3aa584))
* add event stream history ([#1691](#1691)) ([50d289f](50d289f))
* add workflows to run page ([aae3495](aae3495))
* display workflows in result page ([167b54c](167b54c))
* improve design of app, job and workflow cards ([3007b98](3007b98))
* improve event stream connection logging ([aa8235d](aa8235d))

### BREAKING CHANGES

* **deps:** Node v22 now minimum, pnpm v10 required
Upgrade react to fix CVE-2025-55182
* Now requires DM v5
# [6.0.0-dev.1](5.5.0...6.0.0-dev.1) (2025-12-13)

* feat!: upgrade dm client to v5 ([fa10a6b](fa10a6b))

### Bug Fixes

* add missing toast when workflows are launched ([8c3849a](8c3849a))
* avoid es connections when it is not installed ([8379209](8379209))
* change apps/job tab to run ([f0b714a](f0b714a))
* fix crash when order is undefined ([832ca50](832ca50))
* fix default name for jobs to be usable ([fd1ae2f](fd1ae2f))
* fix MUI warning for project flavour ([89389df](89389df))
* fix running workflows list not opening when a workflow is run ([daff7f7](daff7f7))
* fix sorting of workflows in the results page ([f7f9d7d](f7f9d7d))
* fix workflows with options ([54ce29a](54ce29a))
* implement stopping workflows before deletion ([b8f3d7b](b8f3d7b))
* improve retry logic for project table ([cdaff6a](cdaff6a))
* pass correct params in logs button ([34f0137](34f0137))
* pin nodejs version in devcontainer ([2e7dbf6](2e7dbf6))
* remove redundent fallback value ([db5ea3d](db5ea3d))
* show all instances in the list with their version ([a51042e](a51042e))
* show errors in data tables ([92da10e](92da10e))
* show header only when there is an input ([a745a42](a745a42))

### chore

* **deps:** upgrade squonk API clients, NodeJS and React ([8f35693](8f35693))

### Features

* add delete workflow button ([b3aa584](b3aa584))
* add event stream history ([#1691](#1691)) ([50d289f](50d289f))
* add workflows to run page ([aae3495](aae3495))
* display workflows in result page ([167b54c](167b54c))
* improve design of app, job and workflow cards ([3007b98](3007b98))
* improve event stream connection logging ([aa8235d](aa8235d))

### BREAKING CHANGES

* **deps:** Node v22 now minimum, pnpm v10 required
Upgrade react to fix CVE-2025-55182
* Now requires DM v5
Emerged when uodating nextjs previously
# [6.0.0-dev.1](5.5.0...6.0.0-dev.1) (2025-12-13)

* feat!: upgrade dm client to v5 ([fa10a6b](fa10a6b))

### Bug Fixes

* add missing toast when workflows are launched ([8c3849a](8c3849a))
* avoid es connections when it is not installed ([8379209](8379209))
* change apps/job tab to run ([f0b714a](f0b714a))
* fix crash when order is undefined ([832ca50](832ca50))
* fix default name for jobs to be usable ([fd1ae2f](fd1ae2f))
* fix MUI warning for project flavour ([89389df](89389df))
* fix running workflows list not opening when a workflow is run ([daff7f7](daff7f7))
* fix sorting of workflows in the results page ([f7f9d7d](f7f9d7d))
* fix workflows with options ([54ce29a](54ce29a))
* implement stopping workflows before deletion ([b8f3d7b](b8f3d7b))
* improve retry logic for project table ([cdaff6a](cdaff6a))
* pass correct params in logs button ([34f0137](34f0137))
* pin nodejs version in devcontainer ([2e7dbf6](2e7dbf6))
* remove redundent fallback value ([db5ea3d](db5ea3d))
* show all instances in the list with their version ([a51042e](a51042e))
* show errors in data tables ([92da10e](92da10e))
* show header only when there is an input ([a745a42](a745a42))

### chore

* **deps:** upgrade squonk API clients, NodeJS and React ([8f35693](8f35693))

### Features

* add delete workflow button ([b3aa584](b3aa584))
* add event stream history ([#1691](#1691)) ([50d289f](50d289f))
* add workflows to run page ([aae3495](aae3495))
* display workflows in result page ([167b54c](167b54c))
* improve design of app, job and workflow cards ([3007b98](3007b98))
* improve event stream connection logging ([aa8235d](aa8235d))

### BREAKING CHANGES

* **deps:** Node v22 now minimum, pnpm v10 required
Upgrade react to fix CVE-2025-55182
* Now requires DM v5
@OliverDudgeon OliverDudgeon changed the base branch from dev to master December 15, 2025 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants