Skip to content

Commit 3b323df

Browse files
committed
upgrade versions
1 parent 182365a commit 3b323df

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ 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.7](https://github.com/sib-swiss/sparql-editor/compare/v0.2.5...v0.2.7)
7+
#### [v0.2.8](https://github.com/sib-swiss/sparql-editor/compare/v0.2.5...v0.2.8)
88

99
- try to fix the sudden new bug that makes CDN import fail [`2725952`](https://github.com/sib-swiss/sparql-editor/commit/27259520e8a97ba60bdcedd85011f7d45adcc321)
10+
- improve editor and overview [`182365a`](https://github.com/sib-swiss/sparql-editor/commit/182365a676e9e65b943906477e05355dd88b4394)
1011
- tell vite to replace process.env because some genius dependency seems to be trying to use them in there code, and it breaks deployment on some bad CDN [`7c0c8b5`](https://github.com/sib-swiss/sparql-editor/commit/7c0c8b51659f14e638d5e9ce1114371471145650)
1112

1213
#### [v0.2.5](https://github.com/sib-swiss/sparql-editor/compare/v0.2.4...v0.2.5)

package-lock.json

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

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.7",
3+
"version": "0.2.8",
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": {

packages/sparql-overview/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-overview",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "A web component to easily deploy a user-friendly network visualization for one or more endpoints.",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)