Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove-beacon-v1 #177

Merged
merged 2 commits into from
Aug 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aframe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zestymarket/aframe-sdk",
"version": "2.0.0",
"version": "2.1.0",
"description": "This is the A-Frame SDK for Zesty Banner integration.",
"main": "dist/zesty-aframe-sdk.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion babylonjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zestymarket/babylonjs-sdk",
"version": "2.0.0",
"version": "2.1.0",
"description": "This is the babylon.js SDK for Zesty Banner integration.",
"main": "dist/zesty-babylonjs-sdk.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion r3f/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zestymarket/r3f-sdk",
"version": "2.0.0",
"version": "2.1.0",
"description": "This is the react-three-fiber SDK for Zesty Banner integration.",
"main": "dist/zesty-r3f-sdk.js",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions tests/wonderland/deploy/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="preload" href="wonderland-test-bundle.js?t=2023-06-16T13:09:54.133" as="script">
<link rel="preload" href="wonderland-test-bundle.js?t=2023-08-14T12:06:17.678" as="script">
<title>wonderland-test</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down Expand Up @@ -87,7 +87,7 @@
</style>


<script type="module" src="wonderland-test-bundle.js?t=2023-06-16T13:09:54.133"></script>
<script type="module" src="wonderland-test-bundle.js?t=2023-08-14T12:06:17.678"></script>


</script>
Expand Down
Loading