Skip to content

Commit 0d3c816

Browse files
authored
Merge pull request #54 from zazuko/changeset-release/main
Merge to release
2 parents 2285bff + b33e8dd commit 0d3c816

File tree

9 files changed

+38
-17
lines changed

9 files changed

+38
-17
lines changed

.changeset/easy-cats-lead.md

Lines changed: 0 additions & 7 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.6.1
4+
35
## 4.6.0
46

57
### Patch Changes

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.6.0",
3+
"version": "4.6.1",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 4.6.1
4+
5+
### Patch Changes
6+
7+
- 2285bff: Fix the display of results of DESCRIBE and CONSTRUCT queries.
8+
- Updated dependencies [2285bff]
9+
- @zazuko/yasqe@4.6.1
10+
- @zazuko/yasr@4.6.1
11+
- @zazuko/yasgui-utils@4.6.1
12+
313
## 4.6.0
414

515
### Minor 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.6.0",
4+
"version": "4.6.1",
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.6.0",
26-
"@zazuko/yasqe": "^4.6.0",
27-
"@zazuko/yasr": "^4.6.0",
25+
"@zazuko/yasgui-utils": "^4.6.1",
26+
"@zazuko/yasqe": "^4.6.1",
27+
"@zazuko/yasr": "^4.6.1",
2828
"autosuggest-highlight": "^3.1.1",
2929
"blueimp-md5": "^2.12.0",
3030
"choices.js": "^9.0.1",

packages/yasqe/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.6.1
4+
5+
### Patch Changes
6+
7+
- 2285bff: Fix the display of results of DESCRIBE and CONSTRUCT queries.
8+
- @zazuko/yasgui-utils@4.6.1
9+
310
## 4.6.0
411

512
### 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.6.0",
4+
"version": "4.6.1",
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.6.0",
27+
"@zazuko/yasgui-utils": "^4.6.1",
2828
"codemirror": "^5.51.0",
2929
"lodash-es": "^4.17.15",
3030
"query-string": "^6.10.1"

packages/yasr/CHANGELOG.md

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

3+
## 4.6.1
4+
5+
### Patch Changes
6+
7+
- 2285bff: Fix the display of results of DESCRIBE and CONSTRUCT queries.
8+
- Updated dependencies [2285bff]
9+
- @zazuko/yasqe@4.6.1
10+
- @zazuko/yasgui-utils@4.6.1
11+
312
## 4.6.0
413

514
### 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.6.0",
4+
"version": "4.6.1",
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.6.0",
30-
"@zazuko/yasqe": "^4.6.0",
29+
"@zazuko/yasgui-utils": "^4.6.1",
30+
"@zazuko/yasqe": "^4.6.1",
3131
"codemirror": "^5.51.0",
3232
"colors": "^1.4.0",
3333
"column-resizer": "^1.4.0",

0 commit comments

Comments
 (0)