From eda42c570de132af861fe5522436d6a0ce66d369 Mon Sep 17 00:00:00 2001 From: Laurens Rietveld Date: Thu, 19 Mar 2020 11:45:41 +0100 Subject: [PATCH] v4.0.109 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/yasgui/CHANGELOG.md | 8 ++++++++ packages/yasgui/package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 438963af..bf8fd16f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.0.109](https://github.com/TriplyDB/Yasgui/compare/v4.0.108...v4.0.109) (2020-03-19) + +**Note:** Version bump only for package yasgui + + + + + ## [4.0.108](https://github.com/TriplyDB/Yasgui/compare/v4.0.107...v4.0.108) (2020-03-10) **Note:** Version bump only for package yasgui diff --git a/lerna.json b/lerna.json index 103b027d..b3e70732 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "4.0.108" + "version": "4.0.109" } diff --git a/packages/yasgui/CHANGELOG.md b/packages/yasgui/CHANGELOG.md index 043ef115..0c479483 100644 --- a/packages/yasgui/CHANGELOG.md +++ b/packages/yasgui/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.0.109](https://github.com/TriplyDB/yasgui/compare/v4.0.108...v4.0.109) (2020-03-19) + +**Note:** Version bump only for package @triply/yasgui + + + + + ## [4.0.108](https://github.com/TriplyDB/yasgui/compare/v4.0.107...v4.0.108) (2020-03-10) **Note:** Version bump only for package @triply/yasgui diff --git a/packages/yasgui/package.json b/packages/yasgui/package.json index c9a18845..39f5948c 100644 --- a/packages/yasgui/package.json +++ b/packages/yasgui/package.json @@ -1,7 +1,7 @@ { "name": "@triply/yasgui", "description": "Yet Another SPARQL GUI", - "version": "4.0.108", + "version": "4.0.109", "main": "build/yasgui.min.js", "types": "build/ts/src/index.d.ts", "license": "MIT",