From 5dac80d08aed55a0411ada25399abca22fb0d5b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 12:54:21 +0000 Subject: [PATCH] chore(develop): release 1.0.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..efea435c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## 1.0.0 (2024-03-07) + + +### Features + +* change license text ([#216](https://github.com/dhlab-basel/beol/issues/216)) ([bf3d1fb](https://github.com/dhlab-basel/beol/commit/bf3d1fb28645803db92e11d0f28add24af683eb7)) +* page-transcription component ([afc00c9](https://github.com/dhlab-basel/beol/commit/afc00c9fba50fdf56a706b0f87199bc733e75bb0)) + + +### Bug Fixes + +* **beol service:** use externalApiURL instead of apiURL ([0d9b7e9](https://github.com/dhlab-basel/beol/commit/0d9b7e9191bb75901ad5026ad37d62b8484b2ce8)) +* **introduction:** link to leoo introduction (instead of leeo) ([a89143e](https://github.com/dhlab-basel/beol/commit/a89143ed0301f4296929bc88cc25decaaf55e794)) +* **landing page:** fixed link to dsp docs ([#213](https://github.com/dhlab-basel/beol/issues/213)) ([abe3708](https://github.com/dhlab-basel/beol/commit/abe37081d3452d9d94cac0480ce008bdc2058d3b)) +* renaming ([3800757](https://github.com/dhlab-basel/beol/commit/38007575115c85e18f93a2bddf96b3270deffbe8)) +* Revert previous commit ([e7bef8b](https://github.com/dhlab-basel/beol/commit/e7bef8bbceeb54e929d7aeac90be700580163544)) +* **search:** Set correct project iri ([#148](https://github.com/dhlab-basel/beol/issues/148)) ([02a1224](https://github.com/dhlab-basel/beol/commit/02a1224189ffef89dbe8cce1ec2112e56cd6455d)) +* webfonts for special characters ([#58](https://github.com/dhlab-basel/beol/issues/58)) ([58d93af](https://github.com/dhlab-basel/beol/commit/58d93af3fdcdd87a09813493befd142b74d954d7)) diff --git a/package-lock.json b/package-lock.json index f5853d9d..ae74c5af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "beol", - "version": "1.9.3", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "beol", - "version": "1.9.3", + "version": "1.0.0", "dependencies": { "@angular/animations": "^16.2.12", "@angular/cdk": "^16.2.13", diff --git a/package.json b/package.json index 7527a939..c980d4e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "beol", - "version": "1.9.3", + "version": "1.0.0", "scripts": { "ng": "ng", "start": "ng serve",