From ec82eecfc697c2016d9e1592da4a21eb1f4458a6 Mon Sep 17 00:00:00 2001 From: Roman Dvornov Date: Tue, 15 Oct 2024 23:18:20 +0200 Subject: [PATCH] 2.10.0 --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6071b5..42b9eec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## next +## 2.10.0 (15-10-2024) - Enhanced the appearance of the data loading state block and improved the display of errors - Fixed the display of the data loading status block for `@discoveryjs/discovery` version `1.0.0-beta.86` and above diff --git a/package-lock.json b/package-lock.json index 6150b29..06a4cbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@discoveryjs/cli", - "version": "2.9.1", + "version": "2.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@discoveryjs/cli", - "version": "2.9.1", + "version": "2.10.0", "license": "MIT", "dependencies": { "@discoveryjs/json-ext": "^0.6.1", diff --git a/package.json b/package.json index 41e54f9..c5d553f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@discoveryjs/cli", - "version": "2.9.1", + "version": "2.10.0", "description": "CLI tools to serve & build projects based on Discovery.js", "author": "Roman Dvornov (https://github.com/lahmatiy)", "license": "MIT",