From 0165a882016064774ec56cf79acf7c7eb8364017 Mon Sep 17 00:00:00 2001 From: meh Date: Sun, 16 Aug 2026 17:47:06 +0700 Subject: [PATCH] fix(release): ship the version master is actually on 2.6.0 published before the package check moved into CI and before docs/releasing.md existed, so npm and master disagree on what 2.6.x contains. The commits since were ci and docs only, which the version script correctly releases nothing for. fix, so a version gets cut and the two agree again. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a4f03f26..786f12f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pathscale/ui", - "version": "2.6.0", + "version": "2.6.1", "author": "pathscale", "repository": { "type": "git",