Skip to content

Commit

Permalink
Merge pull request #304 from zazuko/changeset-release/main
Browse files Browse the repository at this point in the history
Merge to release
  • Loading branch information
ludovicm67 authored Mar 12, 2024
2 parents fa80bc3 + f8a6a1b commit f20f0f4
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-geese-begin.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fresh-pens-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-kids-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-taxis-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-planes-pump.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# trifid-core

## 4.0.3

### Patch Changes

- 2a6b31f: Add a `server.options` field to configure the Fastify instance with extra fields.

Here is a list of all supported options: https://fastify.dev/docs/latest/Reference/Server/#factory

- 2a6b31f: Remove old `server.express` configuration field, which was deprecated.

## 4.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "trifid-core",
"description": "Trifid Core",
"type": "module",
"version": "4.0.2",
"version": "4.0.3",
"license": "MIT",
"homepage": "https://github.com/zazuko/trifid",
"repository": {
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.1

### Patch Changes

- c5a7bd4: Remove some unused dev dependencies

## 3.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "3.0.1",
"description": "Trifid plugin for i18n support",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -29,6 +29,6 @@
"@types/i18n": "^0.13.10",
"c8": "^8.0.1",
"mocha": "^10.2.0",
"trifid-core": "^4.0.0"
"trifid-core": "^4.0.3"
}
}
6 changes: 6 additions & 0 deletions packages/iiif/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zazuko/trifid-plugin-iiif

## 1.0.1

### Patch Changes

- 2bfe266: Remove `@rdfjs/express-handler` dependency

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/iiif/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zazuko/trifid-plugin-iiif",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "Trifid plugin to handle IIIF data",
"keywords": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"c8": "^9.1.0",
"mocha": "^10.3.0",
"trifid-core": "^4.0.0"
"trifid-core": "^4.0.3"
},
"publishConfig": {
"access": "public"
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.0.3

### Patch Changes

- 1605f62: Update link to GitHub repository for the plugin.

## 3.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0.2",
"version": "3.0.3",
"license": "MIT",
"main": "index.js",
"homepage": "https://github.com/zazuko/trifid",
Expand Down Expand Up @@ -32,6 +32,6 @@
"devDependencies": {
"c8": "^9.1.0",
"mocha": "^10.2.0",
"trifid-core": "^4.0.0"
"trifid-core": "^4.0.3"
}
}

0 comments on commit f20f0f4

Please sign in to comment.