Skip to content

Commit

Permalink
Merge pull request #21 from zazuko/changeset-release/main
Browse files Browse the repository at this point in the history
Merge to release
  • Loading branch information
ludovicm67 authored Oct 29, 2024
2 parents 2489238 + 3fc828b commit 5cfcbaa
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-waves-leave.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/nice-nails-refuse.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.0

## 4.3.3

### Patch Changes
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.3.3",
"version": "4.4.0",
"description": "Utils for YASGUI libs",
"main": "build/utils.min.js",
"types": "build/ts/src/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/yasgui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 4.4.0

### Minor Changes

- 2489238: Improve `div` groupment in Yasgui to enable better customization of the editor interface (by @vemonet in #20)
- 2489238: Replace `superagent` with standard `fetch` (from @vemonet in #19)

### Patch Changes

- Updated dependencies [2489238]
- @zazuko/yasqe@4.4.0
- @zazuko/yasr@4.4.0
- @zazuko/yasgui-utils@4.4.0

## 4.3.3

### 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.3.3",
"version": "4.4.0",
"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.3.3",
"@zazuko/yasqe": "^4.3.3",
"@zazuko/yasr": "^4.3.3",
"@zazuko/yasgui-utils": "^4.4.0",
"@zazuko/yasqe": "^4.4.0",
"@zazuko/yasr": "^4.4.0",
"autosuggest-highlight": "^3.1.1",
"blueimp-md5": "^2.12.0",
"choices.js": "^9.0.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/yasqe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.4.0

### Minor Changes

- 2489238: Replace `superagent` with standard `fetch` (from @vemonet in #19)

### Patch Changes

- @zazuko/yasgui-utils@4.4.0

## 4.3.3

### 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.3.3",
"version": "4.4.0",
"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.3.3",
"@zazuko/yasgui-utils": "^4.4.0",
"codemirror": "^5.51.0",
"lodash-es": "^4.17.15",
"query-string": "^6.10.1"
Expand Down
12 changes: 12 additions & 0 deletions packages/yasr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 4.4.0

### Minor Changes

- 2489238: Replace `superagent` with standard `fetch` (from @vemonet in #19)

### Patch Changes

- Updated dependencies [2489238]
- @zazuko/yasqe@4.4.0
- @zazuko/yasgui-utils@4.4.0

## 4.3.3

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

0 comments on commit 5cfcbaa

Please sign in to comment.