From 95a316c6d041781371b262be88689faf1596d51c Mon Sep 17 00:00:00 2001 From: Miguel Vieira Date: Wed, 24 Jul 2024 15:54:36 +0100 Subject: [PATCH] chore: release v0.8.0 --- CHANGELOG.md | 13 +++++++++++++ frontend/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- packages/etl/package.json | 2 +- 5 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3989c99cad..e0936bdc2d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ +# [0.8.0](https://github.com/kingsdigitallab/corpus-building/compare/v0.7.1...v0.8.0) (2024-07-24) + + +### Bug Fixes + +* **etl:** parse coordinates as float ([b8354e1](https://github.com/kingsdigitallab/corpus-building/commit/b8354e16db2a026f882e4850256f231736fe5cf4)) + + +### Features + +* **frontend:** display all places in the map ([59d8d3e](https://github.com/kingsdigitallab/corpus-building/commit/59d8d3e74c5a506674d4f87ba53fa0927bd41efe)) +* **frontend:** return geo information for all inscriptions ([b70ae21](https://github.com/kingsdigitallab/corpus-building/commit/b70ae21659762742ca19a82ee6dbb95f7e4ad5de)) + ## [0.7.1](https://github.com/kingsdigitallab/corpus-building/compare/v0.7.0...v0.7.1) (2024-07-24) diff --git a/frontend/package.json b/frontend/package.json index 3f34350e069..619547dac2d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@corpus-building/frontend", - "version": "0.7.1", + "version": "0.8.0", "private": true, "scripts": { "dev": "vite dev", diff --git a/package-lock.json b/package-lock.json index 7e037e1966a..4f92c50fa9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "corpus-building", - "version": "0.7.1", + "version": "0.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "corpus-building", - "version": "0.7.1", + "version": "0.8.0", "license": "MIT", "workspaces": [ "packages/*", diff --git a/package.json b/package.json index 4596f0ed531..35940ece560 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "corpus-building", - "version": "0.7.1", + "version": "0.8.0", "description": "A monorepo for the CROSSREADS Corpus Building project.", "workspaces": [ "packages/*", diff --git a/packages/etl/package.json b/packages/etl/package.json index ee848553097..6af773c1aeb 100644 --- a/packages/etl/package.json +++ b/packages/etl/package.json @@ -1,6 +1,6 @@ { "name": "@corpus-building/etl", - "version": "0.7.1", + "version": "0.8.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", "type": "module",