@quenty/modelappearance 10.9.0 → 10.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [10.9.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/modelappearance@10.9.0...@quenty/modelappearance@10.9.1) (2026-01-03)
7
+
8
+ **Note:** Version bump only for package @quenty/modelappearance
9
+
10
+
11
+
12
+
13
+
6
14
  # [10.9.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/modelappearance@10.8.4...@quenty/modelappearance@10.9.0) (2025-05-10)
7
15
 
8
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/modelappearance",
3
- "version": "10.9.0",
3
+ "version": "10.9.1",
4
4
  "description": "Allows the appearance of a model to be overridden. Most commonly used when placing down an object in a building game.",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,11 +25,11 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/loader": "^10.9.0",
28
+ "@quenty/loader": "^10.9.1",
29
29
  "@quenty/math": "^2.7.3"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "public"
33
33
  },
34
- "gitHead": "20cff952c2cf06b959f2f11d2293bdef38acc604"
34
+ "gitHead": "44e41814ddc3c14c3879320a10ed2d8e88103a4c"
35
35
  }