Skip to content

Commit 4d4f9d1

Browse files
committed
chore: bump to v0.2.14
1 parent 9228562 commit 4d4f9d1

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ 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.14](https://github.com/sib-swiss/sparql-editor/compare/v0.2.13...v0.2.14)
8+
9+
- chore: bump to v0.2.13 [`7945a70`](https://github.com/sib-swiss/sparql-editor/commit/7945a70c1120527fb5c1187c3612f5fdbb1de27c)
10+
- fix: fix query examples fetching [`2c65b73`](https://github.com/sib-swiss/sparql-editor/commit/2c65b736121b09cbf1accf6b7217af2d2001b418)
11+
712
#### [v0.2.13](https://github.com/sib-swiss/sparql-editor/compare/v0.2.12...v0.2.13)
813

14+
> 10 October 2025
15+
916
- update buttons to use svg iconta functions in a separate file [`f18e974`](https://github.com/sib-swiss/sparql-editor/commit/f18e9747ecc51b57bfabf21cc1c44c14e23d120e)
1017
- rename DBGI to EMI, and remove its custom page [`42e8a9f`](https://github.com/sib-swiss/sparql-editor/commit/42e8a9f655576aba5df9b39245d81c0f891d9edc)
1118
- update example void query, improve default bg color of buttons [`3fd22ce`](https://github.com/sib-swiss/sparql-editor/commit/3fd22ced711479c667cfa8bb3996761a16e79c5f)
@@ -189,10 +196,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
189196
- improve error handling when SPARQL endpoint cannot be reached [`c103866`](https://github.com/sib-swiss/sparql-editor/commit/c103866e5d0f9fb998a8c318a353c6161ca7fb6f)
190197
- fmt [`4e6f624`](https://github.com/sib-swiss/sparql-editor/commit/4e6f6247a841ce38ec3dac534ed81bc7339f782e)
191198

192-
#### v0.1.1
199+
#### [v0.1.1](https://github.com/sib-swiss/sparql-editor/compare/v0.0.1...v0.1.1)
193200

194201
> 4 July 2024
195202
203+
#### v0.0.1
204+
205+
> 15 October 2025
206+
207+
- improve tests, add @comunica/query-sparql to be able to retrieve VoID description directly from the SPARQL Service Description [`d1ede11`](https://github.com/sib-swiss/sparql-editor/commit/d1ede119b946e5b4b63cda4f62ec16e2eb673128)
196208
- initial commit [`782f80d`](https://github.com/sib-swiss/sparql-editor/commit/782f80d5a5a8860a31772de07ffc848ffa854bc3)
197-
- update deps [`9703941`](https://github.com/sib-swiss/sparql-editor/commit/9703941d0aa3008d42fcf1112c0a49bd9282c821)
198-
- remove SPARQL editor as class. [`10af09f`](https://github.com/sib-swiss/sparql-editor/commit/10af09fd540bcf825f9b30b6f23266ebd58cb662)
209+
- fix issue with classes schema too big to be saved locally, upgrade dependencies [`54bc875`](https://github.com/sib-swiss/sparql-editor/commit/54bc875e105847fec88c7f9d67432b5af5ea4a4a)

packages/sparql-editor/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<body>
2525
<div>
2626
<sparql-editor
27-
endpoint="https://sparql.uniprot.org/sparql/,https://www.bgee.org/sparql/,https://sparql.omabrowser.org/sparql/,https://beta.sparql.swisslipids.org/,https://sparql.rhea-db.org/sparql/,https://biosoda.unil.ch/emi/sparql/,https://hamap.expasy.org/sparql/,https://rdf.metanetx.org/sparql/,https://idsm.elixir-czech.cz/sparql/endpoint/idsm"
27+
endpoint="https://sparql.uniprot.org/sparql/,https://www.bgee.org/sparql/,https://sparql.omabrowser.org/sparql/,https://beta.sparql.swisslipids.org/,https://sparql.rhea-db.org/sparql/,https://sparql.cellosaurus.org/sparql,https://sparql.sibils.org/sparql,https://kg.earthmetabolome.org/metrin/api/,https://biosoda.unil.ch/graphdb/repositories/biodatafuse,https://hamap.expasy.org/sparql/,https://rdf.metanetx.org/sparql/,https://sparql.orthodb.org/sparql"
2828
examples-repo-add-url="https://github.com/sib-swiss/sparql-examples/new/master/examples/UniProt"
2929
add-limit="1000"
3030
style="--btn-bg-color: #ffe8e5"

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.13",
3+
"version": "0.2.14",
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)