Skip to content

Commit

Permalink
Merge branch 'main' into feature/65-vignette-effect
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Nov 14, 2023
2 parents abe9dd4 + 5652038 commit 159943a
Show file tree
Hide file tree
Showing 4 changed files with 766 additions and 5,097 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## [0.6.0](https://github.com/Tresjs/post-processing/compare/0.5.0...0.6.0) (2023-11-14)


### Features

* 66 noise ([#71](https://github.com/Tresjs/post-processing/issues/71)) ([cdb9497](https://github.com/Tresjs/post-processing/commit/cdb9497b964181bc8e7359aecdedc1b57042b5dc))

## [0.6.0-next.0](https://github.com/Tresjs/post-processing/compare/0.5.0...0.6.0-next.0) (2023-10-30)


Expand Down Expand Up @@ -74,4 +81,4 @@
* **deps:** update dependency @tresjs/cientos to v2.1.0 ([ca9cc61](https://github.com/Tresjs/post-processing/commit/ca9cc617ddefad2ee055f8b45f609fa3e5fc6ef0))
* **deps:** update dependency @tresjs/cientos to v2.1.2 ([f1ced0e](https://github.com/Tresjs/post-processing/commit/f1ced0e4b8b2ff20c05ffb2bec8e7f0c11667539))
* **post-processing:** made playground runnable ([03af258](https://github.com/Tresjs/post-processing/commit/03af2584d3735caced3984f84ef3d7279806d245))
* type assetion on Bloom effect ([78af757](https://github.com/Tresjs/post-processing/commit/78af757c04d932fcd589fa01810883bd8d3e2c17))
* type assetion on Bloom effect ([78af757](https://github.com/Tresjs/post-processing/commit/78af757c04d932fcd589fa01810883bd8d3e2c17))
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tresjs/post-processing",
"type": "module",
"version": "0.6.0-next.0",
"version": "0.6.0",
"packageManager": "pnpm@8.10.2",
"description": "Post-processing library for TresJS",
"author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
Expand Down Expand Up @@ -49,32 +49,32 @@
},
"dependencies": {
"@tresjs/core": "^3.5.0",
"@unocss/core": "^0.57.2",
"@vueuse/core": "^10.5.0",
"@unocss/core": "^0.57.3",
"@vueuse/core": "^10.6.1",
"postprocessing": "^6.33.3",
"three-stdlib": "^2.28.5"
},
"devDependencies": {
"@release-it/conventional-changelog": "^7.0.2",
"@release-it/conventional-changelog": "^8.0.1",
"@tresjs/eslint-config-vue": "^0.2.1",
"@types/three": "^0.158.1",
"@vitejs/plugin-vue": "^4.4.0",
"@types/three": "^0.158.2",
"@vitejs/plugin-vue": "^4.4.1",
"gsap": "^3.12.2",
"kolorist": "^1.8.0",
"pathe": "^1.1.1",
"prettier": "^3.0.3",
"release-it": "^16.2.1",
"prettier": "^3.1.0",
"release-it": "^17.0.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-visualizer": "^5.9.2",
"three": "^0.158.0",
"typescript": "^5.2.2",
"unocss": "^0.57.2",
"unocss": "^0.57.3",
"vite": "^4.5.0",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-dts": "3.6.3",
"vite-svg-loader": "^4.0.0",
"vitepress": "1.0.0-rc.25",
"vue": "^3.3.7",
"vue": "^3.3.8",
"vue-tsc": "^1.8.22"
}
}
Loading

0 comments on commit 159943a

Please sign in to comment.