From 38b383aeb45060156109f23de8604c368c3a9428 Mon Sep 17 00:00:00 2001 From: alvarosabu Date: Sat, 29 Jul 2023 11:24:00 +0200 Subject: [PATCH] chore: release v3.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a78c1e6dd..7de368a0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + + +## [3.0.0](https://github.com/Tresjs/tres/compare/2.4.2...3.0.0) (2023-07-29) + + +### ⚠ BREAKING CHANGES + +* UseTres is now useTresContext. Instead of using a store like in v2, we now use a context provider based on `provide/inject`. + +### Features + +* 331 new context for state ([#333](https://github.com/Tresjs/tres/issues/333)) ([0e66f43](https://github.com/Tresjs/tres/commit/0e66f43712d42370bd30ae0bdbe4d9b3a5d0f0ec)), closes [#340](https://github.com/Tresjs/tres/issues/340) + + +### Documentation + +* explain state breaking changes ([4757da9](https://github.com/Tresjs/tres/commit/4757da981cd845c5a71b0d6f07c1d174855cc859)) + ### [2.4.2](https://github.com/Tresjs/tres/compare/2.4.1...2.4.2) (2023-07-14) diff --git a/package.json b/package.json index e65439a25..03d2ad75c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tresjs/core", "description": "Declarative ThreeJS using Vue Components", - "version": "2.4.2", + "version": "3.0.0", "type": "module", "packageManager": "pnpm@8.3.1", "author": "Alvaro Saburido (https://github.com/alvarosabu/)",