Skip to content

Commit

Permalink
Merge pull request #2102 from Hyperkid123/fix-docs
Browse files Browse the repository at this point in the history
Enable version tracking
  • Loading branch information
Hyperkid123 authored Nov 18, 2024
2 parents 1235242 + 7d1c30c commit 6a39c12
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/migrations/nx-workspace-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,9 @@ The location of this module changed!
This module was causing a circular dependency with the `@redhat-cloud-services/frontend-components-notifications` package!

The automated notifications dispatch was removed on the export PDF promise resolution or rejection. The se notifications even should be handled by the consuming code, not internally in the pdf export function!

### @redhat-cloud-services/frontend-components-config-utilities

#### Standalone

The standalone version of development environment was removed. The feature was not supported for a long time and its superseded by ephemeral environments.
3 changes: 3 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"test:unit": {
"dependsOn": ["^test"],
"cache": true
},
"version": {
"dependsOn": ["^version"]
}
},
"defaultBase": "origin/master",
Expand Down

0 comments on commit 6a39c12

Please sign in to comment.