Skip to content

Commit

Permalink
chore: release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Jan 3, 2025
1 parent a3a1a58 commit 08b97bb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# Changelog

## [2.0.0](https://github.com/Tresjs/post-processing/compare/1.0.0...2.0.0) (2025-01-03)

### ⚠ BREAKING CHANGES

* 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

* chore: remove nuxt playground

* docs: updated docs to breaking changes

* chore: update deps and tsconfig for docs

* fix: adjusted aliases in vite config

### Bug Fixes

* unified-exports-suffix-pmndrs-effects ([#154](https://github.com/Tresjs/post-processing/issues/154)) ([3a2ec97](https://github.com/Tresjs/post-processing/commit/3a2ec97e04fdf4523865092ef63b0d8935574266))

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tresjs/post-processing",
"type": "module",
"version": "1.0.0",
"version": "2.0.0",
"packageManager": "[email protected]",
"description": "Post-processing library for TresJS",
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)",
Expand Down

0 comments on commit 08b97bb

Please sign in to comment.