From 6fe3d2c639d46389c13d4facf0d1518c235cfd58 Mon Sep 17 00:00:00 2001 From: "rc-actions-bot[bot]" <270908863+rc-actions-bot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 10:17:20 +0000 Subject: [PATCH] chore(release): prepare release --- .nx/version-plans/rename-storage-factory-next.md | 5 ----- forks/storage-factory/CHANGELOG.md | 10 ++++++++++ forks/storage-factory/package.json | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 .nx/version-plans/rename-storage-factory-next.md diff --git a/.nx/version-plans/rename-storage-factory-next.md b/.nx/version-plans/rename-storage-factory-next.md deleted file mode 100644 index 803fe10c..00000000 --- a/.nx/version-plans/rename-storage-factory-next.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -storage-factory-next: major ---- - -Rename storage-factory to @rightcapital/storage-factory-next diff --git a/forks/storage-factory/CHANGELOG.md b/forks/storage-factory/CHANGELOG.md index 2989e7a9..0690d0a2 100644 --- a/forks/storage-factory/CHANGELOG.md +++ b/forks/storage-factory/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.0.0 (2026-07-10) + +### ⚠️ Breaking Changes + +- Rename storage-factory to @rightcapital/storage-factory-next ([6e1f2b2](https://github.com/RightCapitalHQ/frontend-libraries/commit/6e1f2b2)) + +### ❤️ Thank You + +- Pink Champagne @PinkChampagne17 + ## 1.0.0 (2026-06-04) ### ⚠️ Breaking Changes diff --git a/forks/storage-factory/package.json b/forks/storage-factory/package.json index b31e647d..bb2260a4 100644 --- a/forks/storage-factory/package.json +++ b/forks/storage-factory/package.json @@ -1,6 +1,6 @@ { "name": "@rightcapital/storage-factory-next", - "version": "1.0.0", + "version": "2.0.0", "description": "Because using localStorage directly is a bad idea", "author": "RightCapital Ecosystem team ", "repository": {