@quenty/spring 3.2.0 → 3.2.1-canary.247.1597949.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.
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
+ ## [3.2.1-canary.247.1597949.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/spring@3.2.0...@quenty/spring@3.2.1-canary.247.1597949.0) (2022-01-17)
7
+
8
+ **Note:** Version bump only for package @quenty/spring
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/spring@3.1.1...@quenty/spring@3.2.0) (2022-01-07)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/spring
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/spring",
3
- "version": "3.2.0",
3
+ "version": "3.2.1-canary.247.1597949.0",
4
4
  "description": "Spring implementation for Roblox",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -29,7 +29,7 @@
29
29
  "access": "public"
30
30
  },
31
31
  "dependencies": {
32
- "@quenty/loader": "^3.3.0"
32
+ "@quenty/loader": "3.3.1-canary.247.1597949.0"
33
33
  },
34
- "gitHead": "5a3f3fb6c908fd3874f5ceacc70b404780275119"
34
+ "gitHead": "159794913fb32aedaf48d2a2d7808d50449f4c01"
35
35
  }
@@ -73,7 +73,7 @@ end
73
73
 
74
74
  --[=[
75
75
  Instantly skips the spring forwards by that amount time
76
- @param delta number-- Time to skip forwards
76
+ @param delta number -- Time to skip forwards
77
77
  @return ()
78
78
  ]=]
79
79
  function Spring:TimeSkip(delta)