From e06118ad3ecb5ef9e945a81082a5e4a0dd887072 Mon Sep 17 00:00:00 2001 From: Pavel Glac Date: Mon, 3 Aug 2026 14:57:25 +0000 Subject: [PATCH] fix cfs3 --- .azure-devops/nova-facade-release.yml | 2 +- .../@nova-types-cf673483-ea84-4804-a67b-16ea34cd7508.json | 7 +++++++ packages/nova-types/README.md | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 change/@nova-types-cf673483-ea84-4804-a67b-16ea34cd7508.json diff --git a/.azure-devops/nova-facade-release.yml b/.azure-devops/nova-facade-release.yml index 7871b103..dc79d93b 100644 --- a/.azure-devops/nova-facade-release.yml +++ b/.azure-devops/nova-facade-release.yml @@ -27,7 +27,7 @@ extends: parameters: settings: - networkIsolationPolicy: Permissive,CFSClean + networkIsolationPolicy: Permissive,CFSClean,CFSClean2,CFSClean3 sdl: sourceAnalysisPool: name: Azure-Pipelines-1ESPT-ExDShared diff --git a/change/@nova-types-cf673483-ea84-4804-a67b-16ea34cd7508.json b/change/@nova-types-cf673483-ea84-4804-a67b-16ea34cd7508.json new file mode 100644 index 00000000..69ccf941 --- /dev/null +++ b/change/@nova-types-cf673483-ea84-4804-a67b-16ea34cd7508.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "test release", + "packageName": "@nova/types", + "email": "pavelglac@gmail.com", + "dependentChangeType": "patch" +} diff --git a/packages/nova-types/README.md b/packages/nova-types/README.md index f1d17129..697d4a1d 100644 --- a/packages/nova-types/README.md +++ b/packages/nova-types/README.md @@ -2,4 +2,4 @@ The Nova Facade is a set of interfaces that represent the core framework dependencies of a data-backed UI component in a large application. This allows high value components to be written in a host agnostic fashion and used within any host that implements the Nova contracts. -This Types package contains the core contracts and the sister package `@nova/react provides` a React specific implementation of the contexts etc required to make the host implementations accessible to the Nova component code. +This Types package contains the core contracts and the sister package @nova/react provides a React specific implementation of the contexts etc required to make the host implementations accessible to the Nova component code.