Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiguelv committed Jul 4, 2024
1 parent ce86d74 commit 6b21e70
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 5 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@


# 0.1.0 (2024-07-04)


### Bug Fixes

* **data:** ensure that listbibl/bibl generates a correct ul/li ([56cdd98](https://github.com/kingsdigitallab/corpus-building/commit/56cdd98648098fbfdb736385568468b55259222b))
* **etl:** typo ([b45afa4](https://github.com/kingsdigitallab/corpus-building/commit/b45afa451a89e7840b08eacc794e2166038cf04e))
* **frontend:** add missing nav element ([a416ca6](https://github.com/kingsdigitallab/corpus-building/commit/a416ca6937d14cf184cebc4e4ed97423b2a2312e))
* **frontend:** add title to head ([109e7e2](https://github.com/kingsdigitallab/corpus-building/commit/109e7e238199bf50e5a4b688f21610008614e409))
* **frontend:** update property name ([2ed2833](https://github.com/kingsdigitallab/corpus-building/commit/2ed2833e2c82495b06ceee8d232337679bd57967))
* **frontend:** use imports for the json instead of fetch ([b36b78e](https://github.com/kingsdigitallab/corpus-building/commit/b36b78e561a41233148c79ba9a046d449e53887c))


### Features

* **data:** add data processed from the inscriptions ([63c3e34](https://github.com/kingsdigitallab/corpus-building/commit/63c3e34a226c7956a4382de6a896a1227ec421de))
* **data:** update corpus data ([a2b4546](https://github.com/kingsdigitallab/corpus-building/commit/a2b45462d9455f8897ffefe14fe7163697a4c1fb))
* **data:** update inscription data ([4ec4142](https://github.com/kingsdigitallab/corpus-building/commit/4ec414238f7d3b2778815693b36142b316292e0d))
* **etl:** add package to etl inscription data ([7ce4978](https://github.com/kingsdigitallab/corpus-building/commit/7ce4978c1ca24dc41534343b31a42ff94920bd18))
* **frontend:** add a more relevant favicon ([7edc38d](https://github.com/kingsdigitallab/corpus-building/commit/7edc38ddb23494ba2915e51597a857e17bbf7f7c))
* **frontend:** add base link component ([5836972](https://github.com/kingsdigitallab/corpus-building/commit/58369725cf60fb54d04fcdc72b04706673479523))
* **frontend:** add frontend app ([2f7a4b3](https://github.com/kingsdigitallab/corpus-building/commit/2f7a4b39a1d8885597206175a3003a4a6f940573))
* **frontend:** add link to qa view when in debug mode ([cd0f0eb](https://github.com/kingsdigitallab/corpus-building/commit/cd0f0ebfe5ad0116d105dae4c65f167bebed365c))
* **frontend:** add route to display build errors ([7f166d8](https://github.com/kingsdigitallab/corpus-building/commit/7f166d89dbdeaf93f0338b780671b11dfabf2cfa))
* **frontend:** enable prerender ([fea7eaa](https://github.com/kingsdigitallab/corpus-building/commit/fea7eaab9db02de20c013f7acd62b5fe0324b64d))
* **frontend:** parse the inscription html to prepend relative links with the base url ([65e5682](https://github.com/kingsdigitallab/corpus-building/commit/65e5682d82d1e759a299fc92c249e68f6246f402))
* **frontend:** parse the number of incriptions to locale string ([87fa558](https://github.com/kingsdigitallab/corpus-building/commit/87fa558bed4f327a1e8256cf1b31936b450c5059))
* **frontend:** use the base link component instead of a ([06fa992](https://github.com/kingsdigitallab/corpus-building/commit/06fa992de416dabd3f68b8c9b9bd70a948bf5731))
* **xslt:** add compile xslt to transform the inscriptions into html ([7784f41](https://github.com/kingsdigitallab/corpus-building/commit/7784f413201ec5b902a7d550549f1811e5c6c47d))
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corpus-building/frontend",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "corpus-building",
"version": "0.0.1",
"version": "0.1.0",
"description": "A monorepo for the CROSSREADS Corpus Building project.",
"workspaces": [
"packages/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/etl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corpus-building/etl",
"version": "0.0.1",
"version": "0.1.0",
"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.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 6b21e70

Please sign in to comment.