Skip to content

Commit 0f74980

Browse files
spaarke-devclaude
andcommitted
chore(pcf): bump RelatedDocumentCount to v1.21.0 (above Dataverse 1.20.9)
Dataverse treats 1.3.x as lower than 1.20.x (minor segment comparison). Bumped to 1.21.0 to ensure the import succeeds as an upgrade. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 065d127 commit 0f74980

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/client/pcf/RelatedDocumentCount/RelatedDocumentCount/ControlManifest.Input.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<manifest>
3-
<control namespace="Spaarke.Pcf.RelatedDocumentCount" constructor="RelatedDocumentCount" version="1.3.1"
3+
<control namespace="Spaarke.Pcf.RelatedDocumentCount" constructor="RelatedDocumentCount" version="1.21.0"
44
display-name-key="Related Document Count"
5-
description-key="PCF control displaying a count of semantically related documents with mini graph preview and drill-through (v1.3.1)"
5+
description-key="PCF control displaying a count of semantically related documents with mini graph preview and drill-through (v1.21.0)"
66
control-type="virtual">
77

88
<external-service-usage enabled="true">

src/client/pcf/RelatedDocumentCount/RelatedDocumentCount/RelatedDocumentCount.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export const RelatedDocumentCount: React.FC<IRelatedDocumentCountProps> = ({
161161
: null;
162162

163163
return (
164-
<div data-pcf-version="1.3.1">
164+
<div data-pcf-version="1.21.0">
165165
<RelationshipCountCard
166166
count={count}
167167
isLoading={effectiveIsLoading}

src/client/pcf/RelatedDocumentCount/Solution/Controls/sprk_Spaarke.Pcf.RelatedDocumentCount.RelatedDocumentCount/ControlManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<manifest>
3-
<control namespace="Spaarke.Pcf.RelatedDocumentCount" constructor="RelatedDocumentCount" version="1.3.1" display-name-key="Related Document Count" description-key="PCF control displaying a count of semantically related documents with mini graph preview and drill-through (v1.3.1)" control-type="virtual" api-version="1.3.18">
3+
<control namespace="Spaarke.Pcf.RelatedDocumentCount" constructor="RelatedDocumentCount" version="1.21.0" display-name-key="Related Document Count" description-key="PCF control displaying a count of semantically related documents with mini graph preview and drill-through (v1.21.0)" control-type="virtual" api-version="1.3.18">
44
<external-service-usage enabled="true">
55
<domain>*.azurewebsites.net</domain>
66
<domain>login.microsoftonline.com</domain>

src/client/pcf/RelatedDocumentCount/Solution/Controls/sprk_Spaarke.Pcf.RelatedDocumentCount.RelatedDocumentCount/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/client/pcf/RelatedDocumentCount/Solution/pack.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $ErrorActionPreference = 'Stop'
22
Add-Type -AssemblyName System.IO.Compression.FileSystem
33

44
Set-Location $PSScriptRoot
5-
$version = "1.3.1"
5+
$version = "1.21.0"
66
$solutionName = "SpaarkeRelatedDocumentCount"
77
$zipPath = "bin\${solutionName}_v$version.zip"
88

src/client/pcf/RelatedDocumentCount/Solution/solution.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Descriptions>
1212
<Description description="PCF control displaying a count of semantically related documents with drill-through to full viewer" languagecode="1033" />
1313
</Descriptions>
14-
<Version>1.3.1</Version>
14+
<Version>1.21.0</Version>
1515
<Managed>0</Managed>
1616
<Publisher>
1717
<UniqueName>Spaarke</UniqueName>

0 commit comments

Comments
 (0)