Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiguelv committed Jul 22, 2024
2 parents 135334e + 70527c4 commit c1a7b68
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@


## [0.6.1](https://github.com/kingsdigitallab/corpus-building/compare/v0.6.0...v0.6.1) (2024-07-22)

# [0.6.0](https://github.com/kingsdigitallab/corpus-building/compare/v0.5.0...v0.6.0) (2024-07-18)


Expand Down
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.6.0",
"version": "0.6.1",
"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.6.0",
"version": "0.6.1",
"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.6.0",
"version": "0.6.1",
"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",
"type": "module",
Expand Down

0 comments on commit c1a7b68

Please sign in to comment.