Skip to content

Commit 0bcf507

Browse files
committed
chore: release 1.11.0
1 parent 1724aae commit 0bcf507

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

package/android/libs/filament/include/gltfio/Animator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class UTILS_PUBLIC Animator {
6363
* This is useful if you have other instances that have the same skeleton as the animator
6464
* from this asset, and you want those instances to be animated by the same animation (e.g. clothing).
6565
* Usually you don't need this and using updateBoneMatrices() is enough.
66-
*
66+
*
6767
* @param instance The instance to update.
6868
*/
6969
void updateBoneMatricesForInstance(FilamentInstance* instance);

package/ios/libs/filament/include/gltfio/materials/uberarchive.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ extern "C" {
88
}
99

1010
#define UBERARCHIVE_DEFAULT_OFFSET 0
11-
#define UBERARCHIVE_DEFAULT_SIZE 12414810
11+
#define UBERARCHIVE_DEFAULT_SIZE 753712
1212
#define UBERARCHIVE_DEFAULT_DATA (UBERARCHIVE_PACKAGE + UBERARCHIVE_DEFAULT_OFFSET)
1313

1414
#endif

package/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-filament",
3-
"version": "1.9.0",
3+
"version": "1.11.0",
44
"description": "A real-time physically based 3D rendering engine for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -110,7 +110,10 @@
110110
"requireCleanWorkingDir": false
111111
},
112112
"npm": {
113-
"publish": false
113+
"publish": false,
114+
"versionArgs": [
115+
"--workspaces-update=false"
116+
]
114117
},
115118
"github": {
116119
"release": true

0 commit comments

Comments
 (0)