Skip to content

Commit 44a6900

Browse files
committed
chore: release v2.40.1
1 parent 736a670 commit 44a6900

File tree

6 files changed

+15
-9
lines changed

6 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,35 @@
22

33
## v2.40.1 - 19 February 2024
44

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)
5+
- fix: Add import/export of VIRO_VERSION [`#268`](https://github.com/NativeVision/viro/pull/268)
6+
87
## v2.24.0 - 16 February 2024
98

109
- Add Telemetry [`#264`](https://github.com/NativeVision/viro/pull/264)
1110
- fix: fix isARSupportedOnDevice [`#262`](https://github.com/NativeVision/viro/pull/262)
11+
1212
## v2.23.3 - 10 February 2024
1313

1414
- fix: fix isARSupportedOnDevice [`220847d`](https://github.com/NativeVision/viro/commit/220847dcfd15296c4860419f8b388c27e686eb1e)
1515
- chore: version bump 2.23.3 [`31adf38`](https://github.com/NativeVision/viro/commit/31adf38b728de36126c3d9b0a246407fe8753ca6)
16+
1617
## v2.23.2 - 9 February 2024
1718

1819
- Fix screenshot taking and screen recording in AR [`#256`](https://github.com/NativeVision/viro/pull/256)
1920
- docs: update readme installation instructions [`#259`](https://github.com/NativeVision/viro/pull/259)
2021
- feat: added code of conduct [`#255`](https://github.com/NativeVision/viro/pull/255)
2122
- Update ISSUE_TEMPLATE.md [`219fff7`](https://github.com/NativeVision/viro/commit/219fff72d57280d4dc81b40854872d3a33eb8d20)
23+
2224
## v2.23.2-beta - 2 February 2024
2325

2426
- Fix screenshot taking [`844be5a`](https://github.com/NativeVision/viro/commit/844be5a6058494fdecbd4c91a60c847581b49465)
27+
2528
## v2.23.1 - 25 January 2024
2629

2730
## v2.23.1-rc4 - 25 January 2024
2831

2932
- Support kotlin and Expo SDK 50 for Android [`#249`](https://github.com/NativeVision/viro/pull/249)
33+
3034
## v2.23.1-rc1 - 25 January 2024
3135

3236
- Fix Expo plugin issues, dependency issues, and stabilize [`#247`](https://github.com/NativeVision/viro/pull/247)
@@ -66,9 +70,11 @@
6670
- Update LICENSE [`#67`](https://github.com/NativeVision/viro/pull/67)
6771
- Add out-of-the-box expo plugin support (#88) [`#87`](https://github.com/NativeVision/viro/issues/87)
6872
- Revert "Fix iOS compatibility and ViroVideo (#47)" [`3a4b8e0`](https://github.com/NativeVision/viro/commit/3a4b8e07319fe3ea3f31dd0b77e3b1185fe4fc48)
73+
6974
## v2.21.1 - 8 September 2021
7075

7176
- Fix iOS compatibility and ViroVideo [`#47`](https://github.com/NativeVision/viro/pull/47)
77+
7278
## v2.21.0 - 5 September 2021
7379

7480
- Update package.json [`#46`](https://github.com/NativeVision/viro/pull/46)

components/Utilities/ViroVersion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VIRO_VERSION = "2.40.0";
1+
export const VIRO_VERSION = "2.40.1";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export declare const VIRO_VERSION = "2.40.0";
1+
export declare const VIRO_VERSION = "2.40.1";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.VIRO_VERSION = void 0;
4-
exports.VIRO_VERSION = "2.40.0";
4+
exports.VIRO_VERSION = "2.40.1";

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "dist/index.js",
44
"module": "dist/index.js",
55
"types": "dist/index.d.ts",
6-
"version": "2.40.0",
6+
"version": "2.40.1",
77
"license": "MIT",
88
"publishConfig": {
99
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)