From 221df067ae72e6e429818afe7743a07c351aaa22 Mon Sep 17 00:00:00 2001 From: luxiaobei <2548259062@qq.com> Date: Tue, 3 Feb 2026 14:10:47 +0800 Subject: [PATCH] Revert "build: release 21.0.0 (#204)" This reverts commit 2dd79905ffa02fc6006c0a40a647614b0b3e90ea. --- CHANGELOG.md | 4 ---- package.json | 2 +- packages/store/package.json | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c5296e..1cf14e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,6 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -# [21.0.0](https://github.com/worktile/store/compare/v20.0.0...v21.0.0) (2026-02-03) - - - # [20.0.0](https://github.com/worktile/store/compare/v20.0.0-next.0...v20.0.0) (2025-11-26) diff --git a/package.json b/package.json index b40ac75..b5496a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tethys/store", - "version": "21.0.0", + "version": "20.0.0", "scripts": { "ng": "ng", "start": "npm run start:docs", diff --git a/packages/store/package.json b/packages/store/package.json index 4203dc5..e39cd96 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@tethys/store", - "version": "21.0.0", + "version": "20.0.0", "peerDependencies": { "@angular/common": ">=21.0.0", "@angular/core": ">=21.0.0",