Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 23, 2024
1 parent c3be8dc commit b82b45c
Show file tree
Hide file tree
Showing 18 changed files with 58 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-hairs-learn.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/silly-forks-retire.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/ckan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zazuko/trifid-plugin-ckan

## 4.2.2

### Patch Changes

- f0e3b13: Fix and improve types references

## 4.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ckan/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions packages/graph-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# trifid-plugin-graph-explorer

## 2.1.2

### Patch Changes

- f0e3b13: Fix and improve types references

## 2.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graph-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions packages/handler-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# trifid-handler-fetch

## 3.3.4

### Patch Changes

- f0e3b13: Fix and improve types references

## 3.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/handler-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# trifid-plugin-i18n

## 3.0.3

### Patch Changes

- f0e3b13: Fix and improve types references

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/markdown-content/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zazuko/trifid-markdown-content

## 2.0.5

### Patch Changes

- f0e3b13: Fix and improve types references

## 2.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-content/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/sparql-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/sparql-proxy/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/spex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# trifid-plugin-spex

## 2.2.2

### Patch Changes

- f0e3b13: Fix and improve types references

## 2.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/spex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions packages/yasgui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# trifid-plugin-yasgui

## 3.3.2

### Patch Changes

- f0e3b13: Fix and improve types references

## 3.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/yasgui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b82b45c

Please sign in to comment.