Skip to content

Commit

Permalink
Merge pull request #25 from zazuko/changeset-release/main
Browse files Browse the repository at this point in the history
Merge to release
  • Loading branch information
ludovicm67 authored Nov 26, 2024
2 parents c29a16a + 84979b1 commit 09f4acd
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/smooth-buckets-grab.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.2

## 4.4.1

## 4.4.0
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.1",
"version": "4.4.2",
"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.2

### Patch Changes

- Updated dependencies [c7ae45e]
- @zazuko/yasqe@4.4.2
- @zazuko/yasgui-utils@4.4.2
- @zazuko/yasr@4.4.2

## 4.4.1

### 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.1",
"version": "4.4.2",
"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.1",
"@zazuko/yasqe": "^4.4.1",
"@zazuko/yasr": "^4.4.1",
"@zazuko/yasgui-utils": "^4.4.2",
"@zazuko/yasqe": "^4.4.2",
"@zazuko/yasr": "^4.4.2",
"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.2

### Patch Changes

- c7ae45e: Fix `Content-Type` header for `fetch` GET request
- @zazuko/yasgui-utils@4.4.2

## 4.4.1

### 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.1",
"version": "4.4.2",
"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.1",
"@zazuko/yasgui-utils": "^4.4.2",
"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.2

### Patch Changes

- Updated dependencies [c7ae45e]
- @zazuko/yasqe@4.4.2
- @zazuko/yasgui-utils@4.4.2

## 4.4.1

### 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.1",
"version": "4.4.2",
"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.1",
"@zazuko/yasqe": "^4.4.1",
"@zazuko/yasgui-utils": "^4.4.2",
"@zazuko/yasqe": "^4.4.2",
"codemirror": "^5.51.0",
"colors": "^1.4.0",
"column-resizer": "^1.4.0",
Expand Down

0 comments on commit 09f4acd

Please sign in to comment.