Skip to content

Commit

Permalink
Bump version from 6.2.0 to 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrolho committed Apr 19, 2024
1 parent dd407a0 commit c9a25af
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## 6.2.0 - 2024-01-05
## 6.2.1 - 2024-04-19
- Update three.js from v0.160.0 to v0.163.0
- Update other dependencies

## 6.2.1 - 2024-01-05

- Switch to `[email protected]` and `[email protected]`
- Adjust code to the changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@react-three/fiber": "~8.15.13",
"wtd-core": "~3.0.0",
"wwobjloader2": "~6.2.0",
"wwobjloader2": "~6.2.1",
"lil-gui": "~0.19.1",
"react": "~18.2.0",
"react-dom": "~18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/objloader2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wwobjloader2",
"version": "6.2.0",
"version": "6.2.1",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down

0 comments on commit c9a25af

Please sign in to comment.