Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/113-native-th…
Browse files Browse the repository at this point in the history
…reejs-effects
  • Loading branch information
Tinoooo committed Sep 8, 2024
2 parents 7beca03 + dc85c3d commit b09de6b
Show file tree
Hide file tree
Showing 4 changed files with 643 additions and 147 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pnpm
uses: pnpm/action-setup@v2
with:
version: 8
uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@


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


### Features

* export useEffect composable ([#105](https://github.com/Tresjs/post-processing/issues/105)) ([b7810ba](https://github.com/Tresjs/post-processing/commit/b7810ba2864e70516c95b9866c2ea5d02a8f9b9d))
* update core to v4 ([#109](https://github.com/Tresjs/post-processing/issues/109)) ([f79cb28](https://github.com/Tresjs/post-processing/commit/f79cb288205f7be357557979e91ca392002edcac))

## [1.0.0-next.0](https://github.com/Tresjs/post-processing/compare/0.7.1...1.0.0-next.0) (2024-05-21)


Expand Down
38 changes: 19 additions & 19 deletions 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-next.0",
"version": "1.0.0-next.1",
"packageManager": "[email protected]",
"description": "Post-processing library for TresJS",
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)",
Expand Down Expand Up @@ -49,32 +49,32 @@
"vue": ">=3.4"
},
"dependencies": {
"@vueuse/core": "^10.6.1",
"postprocessing": "^6.33.4"
"@vueuse/core": "^10.11.0",
"postprocessing": "^6.36.0"
},
"devDependencies": {
"@release-it/conventional-changelog": "^8.0.1",
"@tresjs/core": "^4.0.0-rc.1",
"@tresjs/core": "^4.2.2",
"@tresjs/eslint-config": "^1.1.0",
"@types/three": "^0.159.0",
"@unocss/core": "^0.58.0",
"@vitejs/plugin-vue": "^4.5.1",
"@types/three": "^0.167.0",
"@unocss/core": "^0.61.5",
"@vitejs/plugin-vue": "^5.1.0",
"eslint": "^9.7.0",
"gsap": "^3.12.3",
"gsap": "^3.12.5",
"kolorist": "^1.8.0",
"pathe": "^1.1.1",
"release-it": "^17.0.0",
"pathe": "^1.1.2",
"release-it": "^17.6.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-visualizer": "^5.10.0",
"three": "^0.159.0",
"typescript": "^5.3.2",
"unocss": "^0.58.0",
"vite": "^5.0.4",
"rollup-plugin-visualizer": "^5.12.0",
"three": "^0.167.0",
"typescript": "^5.5.4",
"unocss": "^0.61.5",
"vite": "^5.3.5",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-dts": "3.6.4",
"vite-plugin-dts": "4.0.0-beta.1",
"vite-svg-loader": "^5.1.0",
"vitepress": "1.0.0-rc.31",
"vue": "^3.4.27",
"vue-tsc": "^1.8.24"
"vitepress": "1.3.1",
"vue": "^3.4.34",
"vue-tsc": "^2.0.29"
}
}
Loading

0 comments on commit b09de6b

Please sign in to comment.