@quenty/camerastoryutils 3.0.1-canary.213.a496318.0 → 3.1.0

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 +11 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,13 +3,21 @@
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
- ## [3.0.1-canary.213.a496318.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/camerastoryutils@3.0.0...@quenty/camerastoryutils@3.0.1-canary.213.a496318.0) (2021-09-15)
6
+ # [3.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/camerastoryutils@3.0.1...@quenty/camerastoryutils@3.1.0) (2021-10-02)
7
+
8
+ **Note:** Version bump only for package @quenty/camerastoryutils
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.0.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/camerastoryutils@3.0.0...@quenty/camerastoryutils@3.0.1) (2021-09-18)
7
15
 
8
16
 
9
17
  ### Bug Fixes
10
18
 
11
- * camera story parents relative to the camera ([a443099](https://github.com/Quenty/NevermoreEngine/commit/a4430996c311792c84dd6121f243ac394514e3c4))
12
- * Fix CameraStoryUtils ([1f8b452](https://github.com/Quenty/NevermoreEngine/commit/1f8b452f215377f136e60b6506cb72ce83cb8f0e))
19
+ * camera story parents relative to the camera ([edae4b2](https://github.com/Quenty/NevermoreEngine/commit/edae4b2a0f26fbef1d23860e5b06f2bffa17c414))
20
+ * Fix CameraStoryUtils ([06d296e](https://github.com/Quenty/NevermoreEngine/commit/06d296eea64deea5d171f769d43ff67537b04ed5))
13
21
 
14
22
 
15
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/camerastoryutils",
3
- "version": "3.0.1-canary.213.a496318.0",
3
+ "version": "3.1.0",
4
4
  "description": "CameraStoryUtils - utility functions for 3D viewport hoarcekat stories.",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -26,13 +26,13 @@
26
26
  "Quenty"
27
27
  ],
28
28
  "dependencies": {
29
- "@quenty/insertserviceutils": "3.0.1-canary.213.a496318.0",
30
- "@quenty/loader": "3.0.1-canary.213.a496318.0",
31
- "@quenty/math": "2.0.0",
32
- "@quenty/promise": "3.0.1-canary.213.a496318.0"
29
+ "@quenty/insertserviceutils": "^3.1.0",
30
+ "@quenty/loader": "^3.1.0",
31
+ "@quenty/math": "^2.0.0",
32
+ "@quenty/promise": "^3.1.0"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "a49631867572f1b7c9e4ea3088125fb2960071a2"
37
+ "gitHead": "2cae4b40a33765f444e6f0b1f3d6e181489dfa57"
38
38
  }