Skip to content

Commit 736a670

Browse files
fix: Add import/export of VIRO_VERSION (#268)
* fix: Add import/export of VIRO_VERSION * feat: Add release-it and auto-changelog * fix: changelog-template improperly formatted * fix: formatting of changelog template
1 parent 52a330e commit 736a670

8 files changed

+4142
-134
lines changed

.release-it.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"git": {
3+
"commitMessage": "chore: release v${version}",
4+
"changelog": "npx auto-changelog --stdout --commit-limit false -u --template changelog-template.hbs"
5+
},
6+
"hooks": {
7+
"after:bump": "./prepare_release.sh && npx auto-changelog -p --template changelog-template.hbs"
8+
},
9+
"github": {
10+
"release": false
11+
},
12+
"npm": {
13+
"publish": false
14+
}
15+
}

CHANGELOG.md

+87
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
# CHANGELOG
2+
3+
## v2.40.1 - 19 February 2024
4+
5+
- feat: Add release-it and auto-changelog [`1d96937`](https://github.com/NativeVision/viro/commit/1d96937ae62df3dd29e8c86c7482d35b01fd6e48)
6+
- fix: Add import/export of VIRO_VERSION [`67473ff`](https://github.com/NativeVision/viro/commit/67473ff1066c5dcee06f3f30f9f894fa990fb591)
7+
- fix: changelog-template improperly formatted [`1114609`](https://github.com/NativeVision/viro/commit/1114609b5724d5eb5ecd4e97334934d71d6c8949)
8+
## v2.24.0 - 16 February 2024
9+
10+
- Add Telemetry [`#264`](https://github.com/NativeVision/viro/pull/264)
11+
- fix: fix isARSupportedOnDevice [`#262`](https://github.com/NativeVision/viro/pull/262)
12+
## v2.23.3 - 10 February 2024
13+
14+
- fix: fix isARSupportedOnDevice [`220847d`](https://github.com/NativeVision/viro/commit/220847dcfd15296c4860419f8b388c27e686eb1e)
15+
- chore: version bump 2.23.3 [`31adf38`](https://github.com/NativeVision/viro/commit/31adf38b728de36126c3d9b0a246407fe8753ca6)
16+
## v2.23.2 - 9 February 2024
17+
18+
- Fix screenshot taking and screen recording in AR [`#256`](https://github.com/NativeVision/viro/pull/256)
19+
- docs: update readme installation instructions [`#259`](https://github.com/NativeVision/viro/pull/259)
20+
- feat: added code of conduct [`#255`](https://github.com/NativeVision/viro/pull/255)
21+
- Update ISSUE_TEMPLATE.md [`219fff7`](https://github.com/NativeVision/viro/commit/219fff72d57280d4dc81b40854872d3a33eb8d20)
22+
## v2.23.2-beta - 2 February 2024
23+
24+
- Fix screenshot taking [`844be5a`](https://github.com/NativeVision/viro/commit/844be5a6058494fdecbd4c91a60c847581b49465)
25+
## v2.23.1 - 25 January 2024
26+
27+
## v2.23.1-rc4 - 25 January 2024
28+
29+
- Support kotlin and Expo SDK 50 for Android [`#249`](https://github.com/NativeVision/viro/pull/249)
30+
## v2.23.1-rc1 - 25 January 2024
31+
32+
- Fix Expo plugin issues, dependency issues, and stabilize [`#247`](https://github.com/NativeVision/viro/pull/247)
33+
- v2.23.1-alpha [`#243`](https://github.com/NativeVision/viro/pull/243)
34+
- Update README.md [`#206`](https://github.com/NativeVision/viro/pull/206)
35+
- Bump react-devtools-core from 4.27.7 to 4.28.5 [`#235`](https://github.com/NativeVision/viro/pull/235)
36+
- Bump xml2js and @expo/config-plugins [`#236`](https://github.com/NativeVision/viro/pull/236)
37+
- Bump semver from 5.7.1 to 5.7.2 [`#234`](https://github.com/NativeVision/viro/pull/234)
38+
- Bump @babel/traverse from 7.17.0 to 7.23.2 [`#231`](https://github.com/NativeVision/viro/pull/231)
39+
- Bump hermes-engine and react-native [`#209`](https://github.com/NativeVision/viro/pull/209)
40+
- Fix for 'Tried to register two views with the same name VRTQuad' in ViroSurface [`#180`](https://github.com/NativeVision/viro/pull/180)
41+
- Bump shell-quote and @react-native-community/cli-tools [`#208`](https://github.com/NativeVision/viro/pull/208)
42+
- Bump @sideway/formula from 3.0.0 to 3.0.1 [`#195`](https://github.com/NativeVision/viro/pull/195)
43+
- Bump decode-uri-component from 0.2.0 to 0.2.2 [`#182`](https://github.com/NativeVision/viro/pull/182)
44+
- Bump @xmldom/xmldom from 0.7.5 to 0.7.8 [`#176`](https://github.com/NativeVision/viro/pull/176)
45+
- Bump minimatch from 3.0.4 to 3.1.2 [`#178`](https://github.com/NativeVision/viro/pull/178)
46+
- Bump json5 from 1.0.1 to 1.0.2 [`#191`](https://github.com/NativeVision/viro/pull/191)
47+
- ViroSurface Fix [`#199`](https://github.com/NativeVision/viro/pull/199)
48+
- Bump simple-plist from 1.3.0 to 1.3.1 [`#139`](https://github.com/NativeVision/viro/pull/139)
49+
- Bump async from 2.6.3 to 2.6.4 [`#131`](https://github.com/NativeVision/viro/pull/131)
50+
- Bump plist from 3.0.4 to 3.0.5 [`#115`](https://github.com/NativeVision/viro/pull/115)
51+
- Bump minimist from 1.2.5 to 1.2.6 [`#114`](https://github.com/NativeVision/viro/pull/114)
52+
- Bump ansi-regex from 4.1.0 to 4.1.1 [`#113`](https://github.com/NativeVision/viro/pull/113)
53+
- Update INSTALL_ANDROID.md [`#98`](https://github.com/NativeVision/viro/pull/98)
54+
- Update README.md [`#126`](https://github.com/NativeVision/viro/pull/126)
55+
- Remove unnecessary logging from Viro3DObject [`#132`](https://github.com/NativeVision/viro/pull/132)
56+
- Add VR AndroidManifest injection [`#104`](https://github.com/NativeVision/viro/pull/104)
57+
- Add supporter image for Morrow [`#111`](https://github.com/NativeVision/viro/pull/111)
58+
- Add out-of-the-box expo plugin support [`#88`](https://github.com/NativeVision/viro/pull/88)
59+
- Update INSTALL_IOS.md [`#96`](https://github.com/NativeVision/viro/pull/96)
60+
- Rewrite repo in typescript [`#72`](https://github.com/NativeVision/viro/pull/72)
61+
- Update INSTALL.md [`#80`](https://github.com/NativeVision/viro/pull/80)
62+
- Update README.md [`#85`](https://github.com/NativeVision/viro/pull/85)
63+
- Enable bitcode + chroma threshold [`#78`](https://github.com/NativeVision/viro/pull/78)
64+
- v2.22.0 [`#69`](https://github.com/NativeVision/viro/pull/69)
65+
- Update INSTALL_IOS.md [`#68`](https://github.com/NativeVision/viro/pull/68)
66+
- Update LICENSE [`#67`](https://github.com/NativeVision/viro/pull/67)
67+
- Add out-of-the-box expo plugin support (#88) [`#87`](https://github.com/NativeVision/viro/issues/87)
68+
- Revert "Fix iOS compatibility and ViroVideo (#47)" [`3a4b8e0`](https://github.com/NativeVision/viro/commit/3a4b8e07319fe3ea3f31dd0b77e3b1185fe4fc48)
69+
## v2.21.1 - 8 September 2021
70+
71+
- Fix iOS compatibility and ViroVideo [`#47`](https://github.com/NativeVision/viro/pull/47)
72+
## v2.21.0 - 5 September 2021
73+
74+
- Update package.json [`#46`](https://github.com/NativeVision/viro/pull/46)
75+
- Update [`#42`](https://github.com/NativeVision/viro/pull/42)
76+
- Update INSTALL_ANDROID.md [`#38`](https://github.com/NativeVision/viro/pull/38)
77+
- docs: updates links and also file type change [`#27`](https://github.com/NativeVision/viro/pull/27)
78+
- docs: fixed typo [`#26`](https://github.com/NativeVision/viro/pull/26)
79+
- Updating the discord invite link [`#10`](https://github.com/NativeVision/viro/pull/10)
80+
- Bumping version for release. [`#9`](https://github.com/NativeVision/viro/pull/9)
81+
- Removing references to fbjs. [`#8`](https://github.com/NativeVision/viro/pull/8)
82+
- fix typo in package.json [`#6`](https://github.com/NativeVision/viro/pull/6)
83+
- Adding NPM publish action [`#4`](https://github.com/NativeVision/viro/pull/4)
84+
- * Removed the star from every pod as when doing pod install it drops … [`#1`](https://github.com/NativeVision/viro/pull/1)
85+
- First [`4fb045b`](https://github.com/NativeVision/viro/commit/4fb045b7948533abc8787a10981f74b003a3ea68)
86+
- Remove broken scripts [`2d94c22`](https://github.com/NativeVision/viro/commit/2d94c22e0447a655cffbb3ae415ebc111e4d15bc)
87+
- Updating Readme to give better install instructions and moving examples to their own page(#7) [`bee93cc`](https://github.com/NativeVision/viro/commit/bee93cc7a18666294a14eb13606ef4e2f160202a)

changelog-template.hbs

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# CHANGELOG
2+
3+
{{#each releases}}
4+
## {{title}} - {{niceDate}}
5+
6+
{{#each merges}}
7+
- {{{message}}}{{#if href}} [`#{{id}}`]({{href}}){{/if}}
8+
{{/each}}
9+
{{#each fixes}}
10+
- {{{commit.subject}}}{{#each fixes}}{{#if href}} [`#{{id}}`]({{href}}){{/if}}{{/each}}
11+
{{/each}}
12+
{{#each commits}}
13+
- {{#if breaking}}**Breaking change:** {{/if}}{{{subject}}}{{#if href}} [`{{shorthash}}`]({{href}}){{/if}}
14+
{{/each}}
15+
16+
{{/each}}

dist/index.d.ts

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
* Copyright (c) 2016-present, Viro Media, Inc.
3+
* All rights reserved.
4+
*
5+
*/
6+
import { ViroTelemetry } from "./components/Telemetry";
17
import { ViroAnimations } from "./components/Animation/ViroAnimations";
28
import { Viro3DObject } from "./components/Viro3DObject";
39
import { Viro360Image } from "./components/Viro360Image";
@@ -52,4 +58,5 @@ import { ViroARCamera } from "./components/AR/ViroARCamera";
5258
import { ViroHoverEvent, ViroClickEvent, ViroClickStateEvent, ViroTouchEvent, ViroScrollEvent, ViroSwipeEvent, ViroFuseEvent, ViroPinchEvent, ViroRotateEvent, ViroDragEvent, ViroPlatformEvent, ViroCollisionEvent, ViroPlatformInfo, ViroCameraTransformEvent, ViroPlatformUpdateEvent, ViroCameraTransform, ViroExitViroEvent, ViroErrorEvent, ViroAnimationStartEvent, ViroAnimationFinishEvent, ViroLoadStartEvent, ViroLoadEndEvent, ViroLoadErrorEvent, ViroVideoBufferStartEvent, ViroVideoBufferEndEvent, ViroVideoUpdateTimeEvent, ViroVideoErrorEvent, ViroVideoFinishEvent, ViroAnimatedComponentStartEvent, ViroAnimatedComponentFinishEvent, ViroARAnchorRemovedEvent, ViroARAnchorUpdatedEvent, ViroARAnchorFoundEvent, ViroAnchor, ViroAnchorFoundMap, ViroAnchorUpdatedMap, ViroPlaneUpdatedMap, ViroPlaneUpdatedEvent, ViroARPlaneSizes, ViroCameraARHitTestEvent, ViroCameraARHitTest, ViroARHitTestResult, ViroARPointCloudUpdateEvent, ViroARPointCloud, ViroTrackingUpdatedEvent, ViroTrackingState, ViroTrackingReason, ViroAmbientLightUpdateEvent, ViroAmbientLightInfo, ViroWorldOrigin, ViroNativeTransformUpdateEvent, ViroControllerStatusEvent, ViroControllerStatus, ViroPortalEnterEvent, ViroPortalExitEvent, ViroSoundFinishEvent, ViroPinchStateTypes, ViroClickStateTypes, ViroRotateStateTypes } from "./components/Types/ViroEvents";
5359
import { ViroSurface } from "./components/ViroSurface";
5460
import { ViroSceneNavigator } from "./components/ViroSceneNavigator";
55-
export { ViroARImageMarker, ViroARObjectMarker, ViroARTrackingTargets, ViroARPlane, ViroARPlaneSelector, ViroARScene, ViroARSceneNavigator, ViroBox, ViroButton, ViroCamera, ViroController, ViroDirectionalLight, ViroFlexView, ViroGeometry, ViroLightingEnvironment, ViroImage, ViroMaterials, ViroARCamera, ViroMaterialVideo, ViroNode, ViroOmniLight, ViroOrbitCamera, ViroParticleEmitter, ViroPolygon, ViroPolyline, ViroPortal, ViroPortalScene, ViroQuad, ViroScene, ViroSurface, ViroSceneNavigator, ViroSkyBox, ViroAnimations, Viro3DObject, Viro360Image, Viro360Video, ViroAnimatedImage, ViroAmbientLight, ViroAnimatedComponent, ViroSound, ViroSoundField, ViroSpatialSound, ViroSphere, ViroSpinner, ViroSpotLight, ViroText, ViroVideo, ViroVRSceneNavigator, Viro3DSceneNavigator, ViroARTrackingReasonConstants, ViroRecordingErrorConstants, ViroTrackingStateConstants, polarToCartesian, polarToCartesianActual, isARSupportedOnDevice, ViroARSupportResponse, ViroHoverEvent, ViroClickEvent, ViroClickStateEvent, ViroClickStateTypes, ViroTouchEvent, ViroScrollEvent, ViroSwipeEvent, ViroFuseEvent, ViroPinchEvent, ViroPinchStateTypes, ViroRotateEvent, ViroRotateStateTypes, ViroDragEvent, ViroPlatformEvent, ViroCollisionEvent, ViroPlatformInfo, ViroCameraTransformEvent, ViroPlatformUpdateEvent, ViroCameraTransform, ViroExitViroEvent, ViroErrorEvent, ViroAnimationStartEvent, ViroAnimationFinishEvent, ViroLoadStartEvent, ViroLoadEndEvent, ViroLoadErrorEvent, ViroVideoBufferStartEvent, ViroVideoBufferEndEvent, ViroVideoUpdateTimeEvent, ViroVideoErrorEvent, ViroVideoFinishEvent, ViroAnimatedComponentStartEvent, ViroAnimatedComponentFinishEvent, ViroARAnchorRemovedEvent, ViroARAnchorUpdatedEvent, ViroARAnchorFoundEvent, ViroAnchor, ViroAnchorFoundMap, ViroAnchorUpdatedMap, ViroPlaneUpdatedMap, ViroPlaneUpdatedEvent, ViroARPlaneSizes, ViroCameraARHitTestEvent, ViroCameraARHitTest, ViroARHitTestResult, ViroARPointCloudUpdateEvent, ViroARPointCloud, ViroTrackingUpdatedEvent, ViroTrackingState, ViroTrackingReason, ViroAmbientLightUpdateEvent, ViroAmbientLightInfo, ViroWorldOrigin, ViroNativeTransformUpdateEvent, ViroControllerStatusEvent, ViroControllerStatus, ViroPortalEnterEvent, ViroPortalExitEvent, ViroSoundFinishEvent, ViroTextStyle, ViroStyle, };
61+
import { VIRO_VERSION } from "./components/Utilities/ViroVersion";
62+
export { ViroARImageMarker, ViroARObjectMarker, ViroARTrackingTargets, ViroARPlane, ViroARPlaneSelector, ViroARScene, ViroARSceneNavigator, ViroBox, ViroButton, ViroCamera, ViroController, ViroDirectionalLight, ViroFlexView, ViroGeometry, ViroLightingEnvironment, ViroImage, ViroMaterials, ViroARCamera, ViroMaterialVideo, ViroNode, ViroOmniLight, ViroOrbitCamera, ViroParticleEmitter, ViroPolygon, ViroPolyline, ViroPortal, ViroPortalScene, ViroQuad, ViroScene, ViroSurface, ViroSceneNavigator, ViroSkyBox, ViroAnimations, Viro3DObject, Viro360Image, Viro360Video, ViroAnimatedImage, ViroAmbientLight, ViroAnimatedComponent, ViroSound, ViroSoundField, ViroSpatialSound, ViroSphere, ViroSpinner, ViroSpotLight, ViroText, ViroVideo, ViroVRSceneNavigator, Viro3DSceneNavigator, ViroARTrackingReasonConstants, ViroRecordingErrorConstants, ViroTrackingStateConstants, polarToCartesian, polarToCartesianActual, isARSupportedOnDevice, ViroARSupportResponse, ViroHoverEvent, ViroClickEvent, ViroClickStateEvent, ViroClickStateTypes, ViroTouchEvent, ViroScrollEvent, ViroSwipeEvent, ViroFuseEvent, ViroPinchEvent, ViroPinchStateTypes, ViroRotateEvent, ViroRotateStateTypes, ViroDragEvent, ViroPlatformEvent, ViroCollisionEvent, ViroPlatformInfo, ViroCameraTransformEvent, ViroPlatformUpdateEvent, ViroCameraTransform, ViroExitViroEvent, ViroErrorEvent, ViroAnimationStartEvent, ViroAnimationFinishEvent, ViroLoadStartEvent, ViroLoadEndEvent, ViroLoadErrorEvent, ViroVideoBufferStartEvent, ViroVideoBufferEndEvent, ViroVideoUpdateTimeEvent, ViroVideoErrorEvent, ViroVideoFinishEvent, ViroAnimatedComponentStartEvent, ViroAnimatedComponentFinishEvent, ViroARAnchorRemovedEvent, ViroARAnchorUpdatedEvent, ViroARAnchorFoundEvent, ViroAnchor, ViroAnchorFoundMap, ViroAnchorUpdatedMap, ViroPlaneUpdatedMap, ViroPlaneUpdatedEvent, ViroARPlaneSizes, ViroCameraARHitTestEvent, ViroCameraARHitTest, ViroARHitTestResult, ViroARPointCloudUpdateEvent, ViroARPointCloud, ViroTrackingUpdatedEvent, ViroTrackingState, ViroTrackingReason, ViroAmbientLightUpdateEvent, ViroAmbientLightInfo, ViroWorldOrigin, ViroNativeTransformUpdateEvent, ViroControllerStatusEvent, ViroControllerStatus, ViroPortalEnterEvent, ViroPortalExitEvent, ViroSoundFinishEvent, ViroTextStyle, ViroStyle, ViroTelemetry, VIRO_VERSION, };

dist/index.js

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.ViroARTrackingReasonConstants = exports.Viro3DSceneNavigator = exports.ViroVRSceneNavigator = exports.ViroVideo = exports.ViroText = exports.ViroSpotLight = exports.ViroSpinner = exports.ViroSphere = exports.ViroSpatialSound = exports.ViroSoundField = exports.ViroSound = exports.ViroAnimatedComponent = exports.ViroAmbientLight = exports.ViroAnimatedImage = exports.Viro360Video = exports.Viro360Image = exports.Viro3DObject = exports.ViroAnimations = exports.ViroSkyBox = exports.ViroSceneNavigator = exports.ViroSurface = exports.ViroScene = exports.ViroQuad = exports.ViroPortalScene = exports.ViroPortal = exports.ViroPolyline = exports.ViroPolygon = exports.ViroParticleEmitter = exports.ViroOrbitCamera = exports.ViroOmniLight = exports.ViroNode = exports.ViroMaterialVideo = exports.ViroARCamera = exports.ViroMaterials = exports.ViroImage = exports.ViroLightingEnvironment = exports.ViroGeometry = exports.ViroFlexView = exports.ViroDirectionalLight = exports.ViroController = exports.ViroCamera = exports.ViroButton = exports.ViroBox = exports.ViroARSceneNavigator = exports.ViroARScene = exports.ViroARPlaneSelector = exports.ViroARPlane = exports.ViroARTrackingTargets = exports.ViroARObjectMarker = exports.ViroARImageMarker = void 0;
4-
exports.ViroRotateStateTypes = exports.ViroPinchStateTypes = exports.ViroClickStateTypes = exports.isARSupportedOnDevice = exports.polarToCartesianActual = exports.polarToCartesian = exports.ViroTrackingStateConstants = exports.ViroRecordingErrorConstants = void 0;
4+
exports.VIRO_VERSION = exports.ViroTelemetry = exports.ViroRotateStateTypes = exports.ViroPinchStateTypes = exports.ViroClickStateTypes = exports.isARSupportedOnDevice = exports.polarToCartesianActual = exports.polarToCartesian = exports.ViroTrackingStateConstants = exports.ViroRecordingErrorConstants = void 0;
5+
/**
6+
* Copyright (c) 2016-present, Viro Media, Inc.
7+
* All rights reserved.
8+
*
9+
*/
10+
const Telemetry_1 = require("./components/Telemetry");
11+
Object.defineProperty(exports, "ViroTelemetry", { enumerable: true, get: function () { return Telemetry_1.ViroTelemetry; } });
512
const ViroAnimations_1 = require("./components/Animation/ViroAnimations");
613
Object.defineProperty(exports, "ViroAnimations", { enumerable: true, get: function () { return ViroAnimations_1.ViroAnimations; } });
714
const Viro3DObject_1 = require("./components/Viro3DObject");
@@ -112,3 +119,5 @@ const ViroSurface_1 = require("./components/ViroSurface");
112119
Object.defineProperty(exports, "ViroSurface", { enumerable: true, get: function () { return ViroSurface_1.ViroSurface; } });
113120
const ViroSceneNavigator_1 = require("./components/ViroSceneNavigator");
114121
Object.defineProperty(exports, "ViroSceneNavigator", { enumerable: true, get: function () { return ViroSceneNavigator_1.ViroSceneNavigator; } });
122+
const ViroVersion_1 = require("./components/Utilities/ViroVersion");
123+
Object.defineProperty(exports, "VIRO_VERSION", { enumerable: true, get: function () { return ViroVersion_1.VIRO_VERSION; } });

index.ts

+3
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ import {
127127
} from "./components/Types/ViroEvents";
128128
import { ViroSurface } from "./components/ViroSurface";
129129
import { ViroSceneNavigator } from "./components/ViroSceneNavigator";
130+
import { VIRO_VERSION } from "./components/Utilities/ViroVersion";
130131

131132
export {
132133
ViroARImageMarker,
@@ -248,4 +249,6 @@ export {
248249
ViroSoundFinishEvent,
249250
ViroTextStyle,
250251
ViroStyle,
252+
ViroTelemetry,
253+
VIRO_VERSION,
251254
};

0 commit comments

Comments
 (0)