Skip to content

Commit 08b97bb

Browse files
committed
chore: release v2.0.0
1 parent a3a1a58 commit 08b97bb

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1+
# Changelog
12

3+
## [2.0.0](https://github.com/Tresjs/post-processing/compare/1.0.0...2.0.0) (2025-01-03)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* Consolidated post-processing effects under a unified namespace (`@tresjs/post-processing`). Pmndrs `EffectComposer` is now `EffectComposerPmndrs`, same for all the effects and composables under `src/core/pmndrs` to avoid name collisions
8+
9+
* chore: remove nuxt playground
10+
11+
* docs: updated docs to breaking changes
12+
13+
* chore: update deps and tsconfig for docs
14+
15+
* fix: adjusted aliases in vite config
16+
17+
### Bug Fixes
18+
19+
* unified-exports-suffix-pmndrs-effects ([#154](https://github.com/Tresjs/post-processing/issues/154)) ([3a2ec97](https://github.com/Tresjs/post-processing/commit/3a2ec97e04fdf4523865092ef63b0d8935574266))
220

321
## [1.0.0](https://github.com/Tresjs/post-processing/compare/1.0.0-next.1...1.0.0) (2024-11-26)
422

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tresjs/post-processing",
33
"type": "module",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"packageManager": "[email protected]",
66
"description": "Post-processing library for TresJS",
77
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)",

0 commit comments

Comments
 (0)