From c365972aa8d62a3a32415a7abd0016a56f5e9b22 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Wed, 28 Feb 2024 18:59:01 +0000 Subject: [PATCH] Released Comments-UI 0.15.0 (#19775) no issue - switches post browse requests to`/members/api/comments/post/:post_id/` to enable better cache bucketing and invalidation - removes `order` param from browse and replies requests --- apps/comments-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/comments-ui/package.json b/apps/comments-ui/package.json index c4ae4eb205..2383c8fbc3 100644 --- a/apps/comments-ui/package.json +++ b/apps/comments-ui/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/comments-ui", - "version": "0.14.1", + "version": "0.15.0", "license": "MIT", "repository": "git@github.com:TryGhost/comments-ui.git", "author": "Ghost Foundation",