diff --git a/.changeset/honest-hairs-learn.md b/.changeset/honest-hairs-learn.md deleted file mode 100644 index ca2c6672..00000000 --- a/.changeset/honest-hairs-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@zazuko/trifid-plugin-sparql-proxy": patch ---- - -Export types diff --git a/.changeset/silly-forks-retire.md b/.changeset/silly-forks-retire.md deleted file mode 100644 index ecc2390f..00000000 --- a/.changeset/silly-forks-retire.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@zazuko/trifid-markdown-content": patch -"trifid-plugin-graph-explorer": patch -"trifid-handler-fetch": patch -"@zazuko/trifid-plugin-sparql-proxy": patch -"trifid-plugin-yasgui": patch -"@zazuko/trifid-plugin-ckan": patch -"trifid-plugin-i18n": patch -"trifid-plugin-spex": patch ---- - -Fix and improve types references diff --git a/packages/ckan/CHANGELOG.md b/packages/ckan/CHANGELOG.md index 162ce9ff..8879f3ff 100644 --- a/packages/ckan/CHANGELOG.md +++ b/packages/ckan/CHANGELOG.md @@ -1,5 +1,11 @@ # @zazuko/trifid-plugin-ckan +## 4.2.2 + +### Patch Changes + +- f0e3b13: Fix and improve types references + ## 4.2.1 ### Patch Changes diff --git a/packages/ckan/package.json b/packages/ckan/package.json index 0d19200f..636035ef 100644 --- a/packages/ckan/package.json +++ b/packages/ckan/package.json @@ -1,6 +1,6 @@ { "name": "@zazuko/trifid-plugin-ckan", - "version": "4.2.1", + "version": "4.2.2", "description": "Endpoint for opendata.swiss CKAN harvester", "main": "src/index.js", "types": "dist/src/index.d.ts", @@ -53,7 +53,7 @@ "chai-subset": "^1.6.0", "rimraf": "^6.0.1", "trifid-core": "^5.1.0", - "trifid-handler-fetch": "^3.3.3", + "trifid-handler-fetch": "^3.3.4", "typescript": "^5.6.3", "xml2js": "^0.6.2", "xml2js-xpath": "^0.13.0" diff --git a/packages/graph-explorer/CHANGELOG.md b/packages/graph-explorer/CHANGELOG.md index bc2263a0..4d016c01 100644 --- a/packages/graph-explorer/CHANGELOG.md +++ b/packages/graph-explorer/CHANGELOG.md @@ -1,5 +1,11 @@ # trifid-plugin-graph-explorer +## 2.1.2 + +### Patch Changes + +- f0e3b13: Fix and improve types references + ## 2.1.1 ### Patch Changes diff --git a/packages/graph-explorer/package.json b/packages/graph-explorer/package.json index f0fd89c9..465af96f 100644 --- a/packages/graph-explorer/package.json +++ b/packages/graph-explorer/package.json @@ -4,7 +4,7 @@ "type": "module", "main": "index.js", "types": "dist/index.d.ts", - "version": "2.1.1", + "version": "2.1.2", "license": "Apache-2.0", "homepage": "https://github.com/zazuko/trifid", "repository": { diff --git a/packages/handler-fetch/CHANGELOG.md b/packages/handler-fetch/CHANGELOG.md index 28b2f19c..933d40ea 100644 --- a/packages/handler-fetch/CHANGELOG.md +++ b/packages/handler-fetch/CHANGELOG.md @@ -1,5 +1,11 @@ # trifid-handler-fetch +## 3.3.4 + +### Patch Changes + +- f0e3b13: Fix and improve types references + ## 3.3.3 ### Patch Changes diff --git a/packages/handler-fetch/package.json b/packages/handler-fetch/package.json index 266b30c2..53afec50 100644 --- a/packages/handler-fetch/package.json +++ b/packages/handler-fetch/package.json @@ -2,7 +2,7 @@ "name": "trifid-handler-fetch", "description": "Fetch handler for Trifid", "type": "module", - "version": "3.3.3", + "version": "3.3.4", "license": "Apache-2.0", "main": "index.js", "types": "dist/index.d.ts", diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index 820375c1..3ee892fb 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,5 +1,11 @@ # trifid-plugin-i18n +## 3.0.3 + +### Patch Changes + +- f0e3b13: Fix and improve types references + ## 3.0.2 ### Patch Changes diff --git a/packages/i18n/package.json b/packages/i18n/package.json index a1f52dbc..b1a86c8d 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "trifid-plugin-i18n", - "version": "3.0.2", + "version": "3.0.3", "description": "Trifid plugin for i18n support", "type": "module", "main": "index.js", diff --git a/packages/markdown-content/CHANGELOG.md b/packages/markdown-content/CHANGELOG.md index 2d6f169a..2ec623c8 100644 --- a/packages/markdown-content/CHANGELOG.md +++ b/packages/markdown-content/CHANGELOG.md @@ -1,5 +1,11 @@ # @zazuko/trifid-markdown-content +## 2.0.5 + +### Patch Changes + +- f0e3b13: Fix and improve types references + ## 2.0.4 ### Patch Changes diff --git a/packages/markdown-content/package.json b/packages/markdown-content/package.json index 5736405e..e1309731 100644 --- a/packages/markdown-content/package.json +++ b/packages/markdown-content/package.json @@ -1,6 +1,6 @@ { "name": "@zazuko/trifid-markdown-content", - "version": "2.0.4", + "version": "2.0.5", "description": "Trifid plugin to handle Markdown files", "main": "src/index.js", "type": "module", diff --git a/packages/sparql-proxy/CHANGELOG.md b/packages/sparql-proxy/CHANGELOG.md index 628fb9be..279b1417 100644 --- a/packages/sparql-proxy/CHANGELOG.md +++ b/packages/sparql-proxy/CHANGELOG.md @@ -1,5 +1,12 @@ # @zazuko/trifid-plugin-sparql-proxy +## 2.5.2 + +### Patch Changes + +- 3b59e77: Export types +- f0e3b13: Fix and improve types references + ## 2.5.1 ### Patch Changes diff --git a/packages/sparql-proxy/package.json b/packages/sparql-proxy/package.json index 47f4f358..f97709b2 100644 --- a/packages/sparql-proxy/package.json +++ b/packages/sparql-proxy/package.json @@ -1,6 +1,6 @@ { "name": "@zazuko/trifid-plugin-sparql-proxy", - "version": "2.5.1", + "version": "2.5.2", "description": "Trifid plugin for sparql-proxy", "type": "module", "main": "index.js", diff --git a/packages/spex/CHANGELOG.md b/packages/spex/CHANGELOG.md index bda87831..c161a1dc 100644 --- a/packages/spex/CHANGELOG.md +++ b/packages/spex/CHANGELOG.md @@ -1,5 +1,11 @@ # trifid-plugin-spex +## 2.2.2 + +### Patch Changes + +- f0e3b13: Fix and improve types references + ## 2.2.1 ### Patch Changes diff --git a/packages/spex/package.json b/packages/spex/package.json index f0aa6116..45bec1f8 100644 --- a/packages/spex/package.json +++ b/packages/spex/package.json @@ -3,7 +3,7 @@ "description": "Trifid SPEX plugin", "type": "module", "main": "index.js", - "version": "2.2.1", + "version": "2.2.2", "license": "Apache-2.0", "homepage": "https://github.com/zazuko/trifid", "repository": { diff --git a/packages/yasgui/CHANGELOG.md b/packages/yasgui/CHANGELOG.md index b9bc6c12..d3fadaa0 100644 --- a/packages/yasgui/CHANGELOG.md +++ b/packages/yasgui/CHANGELOG.md @@ -1,5 +1,11 @@ # trifid-plugin-yasgui +## 3.3.2 + +### Patch Changes + +- f0e3b13: Fix and improve types references + ## 3.3.1 ### Patch Changes diff --git a/packages/yasgui/package.json b/packages/yasgui/package.json index e06f22d8..a4d17d96 100644 --- a/packages/yasgui/package.json +++ b/packages/yasgui/package.json @@ -2,7 +2,7 @@ "name": "trifid-plugin-yasgui", "description": "Trifid YASGUI plugin", "type": "module", - "version": "3.3.1", + "version": "3.3.2", "license": "Apache-2.0", "main": "index.js", "homepage": "https://github.com/zazuko/trifid",