From 9b0c95b5e1a7f7d826be99c7bebf2e7ff74bc2a8 Mon Sep 17 00:00:00 2001 From: alvarosabu Date: Wed, 24 Jul 2024 18:44:10 +0200 Subject: [PATCH] chore: release v4.0.0-rc.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e83cf4f8..abbfd671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ +## [4.0.0-rc.0](https://github.com/Tresjs/cientos/compare/4.0.0-next.1...4.0.0-rc.0) (2024-07-24) + + +### Features + +* **Sparkles:** invalidate on update ([#446](https://github.com/Tresjs/cientos/issues/446)) ([cbfd226](https://github.com/Tresjs/cientos/commit/cbfd226b94fb363f3a59a735365c679e8142420f)) + + +### Bug Fixes + +* reimplement ContactShadows for v4 ([#449](https://github.com/Tresjs/cientos/issues/449)) ([d71c328](https://github.com/Tresjs/cientos/commit/d71c328969da64beee05088ced05bd7b632d6f31)) +* update to core v4.2.2 to remove warning on invalidation ([42afa6e](https://github.com/Tresjs/cientos/commit/42afa6e67962796d2ce076a29917262f9ca09ea5)) + ## [4.0.0-next.1](https://github.com/Tresjs/cientos/compare/3.9.0...4.0.0-next.1) (2024-07-17) diff --git a/package.json b/package.json index ee37f27f..fd96486f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tresjs/cientos", "type": "module", - "version": "4.0.0-next.1", + "version": "4.0.0-rc.0", "packageManager": "pnpm@8.10.2", "description": "Collection of useful helpers and fully functional, ready-made abstractions for Tres", "author": "Alvaro Saburido (https://github.com/alvarosabu/)",