Skip to content

Commit

Permalink
0.170.6 to stage
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-mazepas committed Oct 3, 2024
1 parent a5f8737 commit 3e10a3c
Show file tree
Hide file tree
Showing 10 changed files with 189 additions and 185 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## [0.170.5] - 2024-10-1
## [0.170.6] - 2024-10-3

- bump data-sdk version, fixing workers performance.

## [0.170.4] - 2024-10-2
## [0.170.5] - 2024-10-2

- bump data-sdk version, fixing workers performance.

## [0.170.4] - 2024-10-1

- bump data-sdk version, fixing workers performance.

Expand Down
2 changes: 1 addition & 1 deletion dist/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.170.5
0.170.6
172 changes: 86 additions & 86 deletions dist/assets/index-ee6f87b7.js → dist/assets/index-3f3ea195.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
left: 50px !important;
}
</style>
<script type="module" crossorigin src="./assets/index-ee6f87b7.js"></script>
<script type="module" crossorigin src="./assets/index-3f3ea195.js"></script>
</head>
<body>
<div id="root"></div>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@formant/3d-viewer-module",
"private": true,
"version": "0.170.5",
"version": "0.170.6",
"type": "module",
"scripts": {
"clean": "rm -rf node_modules",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@dimforge/rapier3d": "^0.11.1",
"@formant/data-sdk": "^1.60.0",
"@formant/data-sdk": "^1.61.0",
"@formant/ui-sdk": "0.0.45",
"@formant/universe-core": "0.0.17",
"@react-three/drei": "^9.107.0",
Expand Down
2 changes: 1 addition & 1 deletion public/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.170.5
0.170.6
2 changes: 1 addition & 1 deletion versions/stage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.170.5
0.170.6

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion versions/stage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
left: 50px !important;
}
</style>
<script type="module" crossorigin src="./assets/index-ee6f87b7.js"></script>
<script type="module" crossorigin src="./assets/index-3f3ea195.js"></script>
</head>
<body>
<div id="root"></div>
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -507,10 +507,10 @@
"@formant/realtime-sdk" "^0.0.19"
date-fns "^2.29.3"

"@formant/data-sdk@^1.60.0":
version "1.60.0"
resolved "https://registry.yarnpkg.com/@formant/data-sdk/-/data-sdk-1.60.0.tgz#21db7b07356fe79439776f7496df17a6521e57ca"
integrity sha512-KEMrbOIJ9mRq3+0t8QneSpQ6OctZltCSTx78fw7+al/UXp0EG4cLtHsfob2tOGmmRU49VBfI8OFDHHkYGA5JfQ==
"@formant/data-sdk@^1.61.0":
version "1.61.0"
resolved "https://registry.yarnpkg.com/@formant/data-sdk/-/data-sdk-1.61.0.tgz#2f4eb89319f15c1cac69879c31596ed4d74dd7ce"
integrity sha512-bug7HM9Yorc1fuhNwGFbmeS+wPly+Axmh8L1q6B0GGsVQQmTI0Xr/saHOBeoPdlCrqbtn2ycOAvqamrBQaR7Qw==
dependencies:
"@formant/ui-sdk-realtime-player-core" "^0.0.2"
"@formant/ui-sdk-realtime-player-core-worker" "^0.0.4"
Expand Down

0 comments on commit 3e10a3c

Please sign in to comment.