Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pmndrs/drei into canary-t…
Browse files Browse the repository at this point in the history
…est01
  • Loading branch information
abernier committed Jan 16, 2025
2 parents acceea2 + 3285d20 commit f121399
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"vite-plugin-glslify": "^2.1.0"
},
"peerDependencies": {
"@react-three/fiber": "^8 || ^9.0.0-0",
"@react-three/fiber": "^8",
"react": "^18",
"react-dom": "^18",
"three": ">=0.137"
Expand Down
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
'master',
{ name: 'alpha', prerelease: true },
{ name: 'beta', prerelease: true },
{ name: 'canary-*', prerelease: true, channel: 'canary' },
{ name: 'canary-*', prerelease: true, channel: 'rc' },
],
plugins: [
'@semantic-release/commit-analyzer',
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2906,7 +2906,7 @@ __metadata:
vite-plugin-glslify: "npm:^2.1.0"
zustand: "npm:^5.0.1"
peerDependencies:
"@react-three/fiber": ^8 || ^9.0.0-0
"@react-three/fiber": ^8
react: ^18
react-dom: ^18
three: ">=0.137"
Expand Down

0 comments on commit f121399

Please # to comment.