Skip to content

Commit

Permalink
Merge pull request #143 from musehq/dev
Browse files Browse the repository at this point in the history
v2.7.2
  • Loading branch information
alex-shortt authored Nov 28, 2022
2 parents 0d42532 + 97e25f4 commit cbcebc2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spacesvr",
"version": "2.7.1",
"version": "2.7.2",
"private": true,
"description": "A standardized reality for future of the 3D Web",
"keywords": [
Expand Down Expand Up @@ -56,7 +56,6 @@
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@geckos.io/snapshot-interpolation": "^1.1.0",
"@juggle/resize-observer": "^3.2.0",
"@react-spring/three": "^9.4.5",
"@react-three/cannon": "6.4.0",
"@react-three/drei": "9.11.3",
Expand Down
2 changes: 0 additions & 2 deletions src/layers/Environment/logic/canvas.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Props as ContainerProps } from "@react-three/fiber/dist/declarations/src/web/Canvas";
import { ResizeObserver } from "@juggle/resize-observer";
import { NoToneMapping } from "three";

export const defaultCanvasProps: Partial<ContainerProps> = {
Expand All @@ -14,7 +13,6 @@ export const defaultCanvasProps: Partial<ContainerProps> = {
},
shadows: false,
camera: { position: [0, 2, 0], near: 0.01, far: 300 },
resize: { polyfill: ResizeObserver },
dpr: 1,
raycaster: { far: 3 },
events: undefined,
Expand Down
2 changes: 1 addition & 1 deletion src/layers/Environment/ui/PauseMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function PauseMenu(props: PauseMenuProps) {
const PAUSE_ITEMS: PauseItem[] = [
...pauseMenuItems,
{
text: "v2.7.1",
text: "v2.7.2",
link: "https://www.npmjs.com/package/spacesvr",
},
...menuItems,
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1209,11 +1209,6 @@
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"

"@juggle/resize-observer@^3.2.0":
version "3.3.1"
resolved "https://registry.yarnpkg.com/@juggle/resize-observer/-/resize-observer-3.3.1.tgz#b50a781709c81e10701004214340f25475a171a0"
integrity sha512-zMM9Ds+SawiUkakS7y94Ymqx+S0ORzpG3frZirN3l+UlXUmSUR7hF4wxCVqW+ei94JzV5kt0uXBcoOEAuiydrw==

"@next/[email protected]":
version "12.1.6"
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-12.1.6.tgz#dde3f98831f15923b25244588d924c716956292e"
Expand Down

1 comment on commit cbcebc2

@vercel
Copy link

@vercel vercel bot commented on cbcebc2 Nov 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.