Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 11, 2024
1 parent a0ae918 commit d36854a
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/poor-buttons-matter.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 4.4.3

## 4.4.2

## 4.4.1
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zazuko/yasgui-utils",
"version": "4.4.2",
"version": "4.4.3",
"description": "Utils for YASGUI libs",
"main": "build/utils.min.js",
"types": "build/ts/src/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/yasgui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.4.3

### Patch Changes

- Updated dependencies [b835764]
- @zazuko/yasqe@4.4.3
- @zazuko/yasgui-utils@4.4.3
- @zazuko/yasr@4.4.3

## 4.4.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/yasgui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zazuko/yasgui",
"description": "Yet Another SPARQL GUI",
"version": "4.4.2",
"version": "4.4.3",
"main": "build/yasgui.min.js",
"types": "build/ts/src/index.d.ts",
"license": "MIT",
Expand All @@ -23,9 +23,9 @@
"dependencies": {
"@tarekraafat/autocomplete.js": "^7.2.0",
"@types/lodash-es": "^4.17.3",
"@zazuko/yasgui-utils": "^4.4.2",
"@zazuko/yasqe": "^4.4.2",
"@zazuko/yasr": "^4.4.2",
"@zazuko/yasgui-utils": "^4.4.3",
"@zazuko/yasqe": "^4.4.3",
"@zazuko/yasr": "^4.4.3",
"autosuggest-highlight": "^3.1.1",
"blueimp-md5": "^2.12.0",
"choices.js": "^9.0.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/yasqe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.4.3

### Patch Changes

- b835764: Fix support for CONSTRUCT queries.
- @zazuko/yasgui-utils@4.4.3

## 4.4.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/yasqe/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zazuko/yasqe",
"description": "Yet Another SPARQL Query Editor",
"version": "4.4.2",
"version": "4.4.3",
"main": "build/yasqe.min.js",
"types": "build/ts/src/index.d.ts",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@types/lodash-es": "^4.17.3",
"@zazuko/yasgui-utils": "^4.4.2",
"@zazuko/yasgui-utils": "^4.4.3",
"codemirror": "^5.51.0",
"lodash-es": "^4.17.15",
"query-string": "^6.10.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/yasr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.4.3

### Patch Changes

- Updated dependencies [b835764]
- @zazuko/yasqe@4.4.3
- @zazuko/yasgui-utils@4.4.3

## 4.4.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/yasr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zazuko/yasr",
"description": "Yet Another SPARQL Resultset GUI",
"version": "4.4.2",
"version": "4.4.3",
"main": "build/yasr.min.js",
"types": "build/ts/src/index.d.ts",
"license": "MIT",
Expand All @@ -27,8 +27,8 @@
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@json2csv/plainjs": "^7.0.4",
"@types/lodash-es": "^4.17.3",
"@zazuko/yasgui-utils": "^4.4.2",
"@zazuko/yasqe": "^4.4.2",
"@zazuko/yasgui-utils": "^4.4.3",
"@zazuko/yasqe": "^4.4.3",
"codemirror": "^5.51.0",
"colors": "^1.4.0",
"column-resizer": "^1.4.0",
Expand Down

0 comments on commit d36854a

Please sign in to comment.