Skip to content

Commit 7945a70

Browse files
committed
chore: bump to v0.2.13
1 parent d1c7a4b commit 7945a70

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v0.2.13](https://github.com/sib-swiss/sparql-editor/compare/v0.2.12...v0.2.13)
8+
9+
- update buttons to use svg iconta functions in a separate file [`f18e974`](https://github.com/sib-swiss/sparql-editor/commit/f18e9747ecc51b57bfabf21cc1c44c14e23d120e)
10+
- rename DBGI to EMI, and remove its custom page [`42e8a9f`](https://github.com/sib-swiss/sparql-editor/commit/42e8a9f655576aba5df9b39245d81c0f891d9edc)
11+
- update example void query, improve default bg color of buttons [`3fd22ce`](https://github.com/sib-swiss/sparql-editor/commit/3fd22ced711479c667cfa8bb3996761a16e79c5f)
12+
713
#### [v0.2.12](https://github.com/sib-swiss/sparql-editor/compare/v0.2.11...v0.2.12)
814

15+
> 18 June 2025
16+
917
- fix issue with classes schema too big to be saved locally, upgrade dependencies [`54bc875`](https://github.com/sib-swiss/sparql-editor/commit/54bc875e105847fec88c7f9d67432b5af5ea4a4a)
1018
- improve retrieval metadata error handling [`a2c7080`](https://github.com/sib-swiss/sparql-editor/commit/a2c708096afcb7251f4d1db5a62a054acb41f1ea)
1119
- make save as example button dependant on if an example repo has been provided [`0545506`](https://github.com/sib-swiss/sparql-editor/commit/0545506ce8ce518e8db7f7165f1658e08cc78735)

package-lock.json

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

packages/demo/src/metrin-kg.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<title>METRIN-KG SPARQL editor</title>
7-
<meta name="description" content="The SPARQL editor for METRIN-KG, a knowledge graph of the Earth Metabolome Initiative (EMI)" />
7+
<meta
8+
name="description"
9+
content="The SPARQL editor for METRIN-KG, a knowledge graph of the Earth Metabolome Initiative (EMI)"
10+
/>
811
<link rel="icon" type="image/png" href="sib-logo.png" />
912
<link rel="stylesheet" href="styles.css" />
1013

packages/sparql-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sib-swiss/sparql-editor",
3-
"version": "0.2.12",
3+
"version": "0.2.13",
44
"description": "A standard web component to easily deploy a user-friendly SPARQL query editor for one or more endpoints. Built on the popular YASGUI editor, it provides context-aware autocomplete for classes and predicates based on the content of the endpoints.",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)