From 3acda865e5f114b7c34891c20eae9db158abce53 Mon Sep 17 00:00:00 2001 From: Uladzislau_Kutarkin Date: Thu, 26 Dec 2024 18:14:11 +0400 Subject: [PATCH] Release v1.2.7 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45e76d6..771f6e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## IN PROGRESS +## [1.2.7](https://github.com/folio-org/ui-plugin-query-builder/tree/v1.2.7) (2024-12-26) + * [UIPQB-168](https://folio-org.atlassian.net/browse/UIPQB-168) Allow editing queries containing no fields. ## [1.2.6](https://github.com/folio-org/ui-plugin-query-builder/tree/v1.2.6) (2024-12-11) diff --git a/package.json b/package.json index f0582af..26b8c8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/plugin-query-builder", - "version": "1.2.6", + "version": "1.2.7", "description": "Create FQL query plugin for Stripes", "main": "index.js", "repository": "",