Skip to content

Commit c767029

Browse files
chore: release
1 parent fe8599a commit c767029

File tree

9 files changed

+37
-15
lines changed

9 files changed

+37
-15
lines changed

.changeset/blue-owls-film.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/utils/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log
22

3+
## 4.5.0
4+
35
## 4.4.3
46

57
## 4.4.2

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zazuko/yasgui-utils",
3-
"version": "4.4.3",
3+
"version": "4.5.0",
44
"description": "Utils for YASGUI libs",
55
"main": "build/utils.min.js",
66
"types": "build/ts/src/index.d.ts",

packages/yasgui/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 4.5.0
4+
5+
### Minor Changes
6+
7+
- 638c89e: Clear endpoint select autocomplete on click
8+
9+
### Patch Changes
10+
11+
- @zazuko/yasgui-utils@4.5.0
12+
- @zazuko/yasqe@4.5.0
13+
- @zazuko/yasr@4.5.0
14+
315
## 4.4.3
416

517
### Patch Changes

packages/yasgui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zazuko/yasgui",
33
"description": "Yet Another SPARQL GUI",
4-
"version": "4.4.3",
4+
"version": "4.5.0",
55
"main": "build/yasgui.min.js",
66
"types": "build/ts/src/index.d.ts",
77
"license": "MIT",
@@ -22,9 +22,9 @@
2222
},
2323
"dependencies": {
2424
"@tarekraafat/autocomplete.js": "^7.2.0",
25-
"@zazuko/yasgui-utils": "^4.4.3",
26-
"@zazuko/yasqe": "^4.4.3",
27-
"@zazuko/yasr": "^4.4.3",
25+
"@zazuko/yasgui-utils": "^4.5.0",
26+
"@zazuko/yasqe": "^4.5.0",
27+
"@zazuko/yasr": "^4.5.0",
2828
"autosuggest-highlight": "^3.1.1",
2929
"blueimp-md5": "^2.12.0",
3030
"choices.js": "^9.0.1",

packages/yasqe/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 4.5.0
4+
5+
### Patch Changes
6+
7+
- @zazuko/yasgui-utils@4.5.0
8+
39
## 4.4.3
410

511
### Patch Changes

packages/yasqe/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zazuko/yasqe",
33
"description": "Yet Another SPARQL Query Editor",
4-
"version": "4.4.3",
4+
"version": "4.5.0",
55
"main": "build/yasqe.min.js",
66
"types": "build/ts/src/index.d.ts",
77
"license": "MIT",
@@ -24,7 +24,7 @@
2424
"directory": "packages/yasqe"
2525
},
2626
"dependencies": {
27-
"@zazuko/yasgui-utils": "^4.4.3",
27+
"@zazuko/yasgui-utils": "^4.5.0",
2828
"codemirror": "^5.51.0",
2929
"lodash-es": "^4.17.15",
3030
"query-string": "^6.10.1"

packages/yasr/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 4.5.0
4+
5+
### Patch Changes
6+
7+
- @zazuko/yasgui-utils@4.5.0
8+
- @zazuko/yasqe@4.5.0
9+
310
## 4.4.3
411

512
### Patch Changes

packages/yasr/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zazuko/yasr",
33
"description": "Yet Another SPARQL Resultset GUI",
4-
"version": "4.4.3",
4+
"version": "4.5.0",
55
"main": "build/yasr.min.js",
66
"types": "build/ts/src/index.d.ts",
77
"license": "MIT",
@@ -26,8 +26,8 @@
2626
"dependencies": {
2727
"@fortawesome/free-solid-svg-icons": "^5.14.0",
2828
"@json2csv/plainjs": "^7.0.4",
29-
"@zazuko/yasgui-utils": "^4.4.3",
30-
"@zazuko/yasqe": "^4.4.3",
29+
"@zazuko/yasgui-utils": "^4.5.0",
30+
"@zazuko/yasqe": "^4.5.0",
3131
"codemirror": "^5.51.0",
3232
"colors": "^1.4.0",
3333
"column-resizer": "^1.4.0",

0 commit comments

Comments
 (0)