From 5775081d621c7711464d59c5968bd12a243fed62 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 Jul 2024 14:14:35 +0000 Subject: [PATCH] chore(release): 2.8.0 [skip ci] # [2.8.0](https://github.com/gisce/ooui/compare/v2.7.0...v2.8.0) (2024-07-15) ### Features * **chart:** add y_range attribute to graph ([1108f77](https://github.com/gisce/ooui/commit/1108f779047b961bbfd7138b70a629ab2ae58c0d)) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 829f172..f33009c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gisce/ooui", - "version": "2.7.0", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@gisce/ooui", - "version": "2.7.0", + "version": "2.8.0", "dependencies": { "@gisce/conscheck": "1.0.9", "html-entities": "^2.3.3", diff --git a/package.json b/package.json index 7c8c436..47a8f82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gisce/ooui", - "version": "2.7.0", + "version": "2.8.0", "engines": { "node": "20.5.0" },