Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge to release #662

Merged
merged 1 commit into from
Mar 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/forty-news-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-spies-speak.md

This file was deleted.

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

## 5.1.1

### Patch Changes

- 51abb95: Bump `@fastify/cors` from 10.0.2 to 11.0.0.
This only adds CORS headers on `GET`, `POST` and `HEAD` methods.

## 5.1.0

### Minor 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": "5.1.0",
"version": "5.1.1",
"license": "Apache-2.0",
"homepage": "https://github.com/zazuko/trifid",
"repository": {
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.3

### Patch Changes

- a8a1f21: Set `@zazuko/spex` version to be exactly equal to `0.2.1`, as `0.2.2` will include a breaking change in the generated style file name, and might break some custom templates.

## 2.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.2",
"version": "2.2.3",
"license": "Apache-2.0",
"homepage": "https://github.com/zazuko/trifid",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
],
"devDependencies": {
"c8": "^10.1.3",
"trifid-core": "^5.1.0"
"trifid-core": "^5.1.1"
},
"publishConfig": {
"access": "public",
Expand Down