Skip to content

Commit 8778cd5

Browse files
committed
chore: release v0.21.0
1 parent ff425fe commit 8778cd5

5 files changed

Lines changed: 17 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11

22

3+
# [0.21.0](https://github.com/kingsdigitallab/corpus-building/compare/v0.20.2...v0.21.0) (2025-07-14)
4+
5+
6+
### Features
7+
8+
* **credits:** Add Credits & Acknowledgements page ([790ff8e](https://github.com/kingsdigitallab/corpus-building/commit/790ff8ecf991ac7e9740c8f587ab2776b786f34e))
9+
* **footer:** Add Credits & Acknowledgements link ([04fc68b](https://github.com/kingsdigitallab/corpus-building/commit/04fc68bb75ce2c703f1ba5bcdb34a89dc9ee5c71))
10+
* **search:** Add exact search option to load and expand search modes ([141eb46](https://github.com/kingsdigitallab/corpus-building/commit/141eb46182e02bc7d95adbc82d399cf2baf659da))
11+
* **search:** Add exact search to search modes ([229b850](https://github.com/kingsdigitallab/corpus-building/commit/229b85030b45a215254833a3dbdfb0b69d630055))
12+
* **search:** Implement search mode selection ([7f066b4](https://github.com/kingsdigitallab/corpus-building/commit/7f066b4d1536a0dc75c61adb9adeb319ced6bb43))
13+
* **search:** Pass exact search parameter to Inscription components ([6e47a19](https://github.com/kingsdigitallab/corpus-building/commit/6e47a19ac97229f0cd9b17ebe9ed4bacd3e5ea07))
14+
315
## [0.20.2](https://github.com/kingsdigitallab/corpus-building/compare/v0.20.1...v0.20.2) (2025-06-16)
416

517
## [0.20.1](https://github.com/kingsdigitallab/corpus-building/compare/v0.20.0...v0.20.1) (2025-06-14)

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@corpus-building/frontend",
3-
"version": "0.20.2",
3+
"version": "0.21.0",
44
"private": true,
55
"scripts": {
66
"dev": "vite dev",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "corpus-building",
3-
"version": "0.20.2",
3+
"version": "0.21.0",
44
"description": "A monorepo for the CROSSREADS Corpus Building project.",
55
"workspaces": [
66
"packages/*",

packages/etl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@corpus-building/etl",
3-
"version": "0.20.2",
3+
"version": "0.21.0",
44
"description": "An ETL (Extract, Transform, Load) package for processing TEI XML files. It extracts data from TEI XML documents, transforms them using XSLT stylesheets, and generates JSON and HTML outputs for use in the web application.",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)