@quenty/spring
Advanced tools
Comparing version 1.2.1-canary.1141e6b.0 to 1.3.0-canary.209.c61f821.0
@@ -6,8 +6,8 @@ # Change Log | ||
## [1.2.1-canary.1141e6b.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/spring@1.2.0...@quenty/spring@1.2.1-canary.1141e6b.0) (2021-08-20) | ||
# [1.3.0-canary.209.c61f821.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/spring@1.2.0...@quenty/spring@1.3.0-canary.209.c61f821.0) (2021-09-03) | ||
### Bug Fixes | ||
### Features | ||
* Remove clamp from spring ([1141e6b](https://github.com/Quenty/NevermoreEngine/commit/1141e6bf403d1f35fc9ed99d8ac54490df931a5d)) | ||
* Add new loader to Nevermore ([c61f821](https://github.com/Quenty/NevermoreEngine/commit/c61f821d209ee35e2e50dec4086a938cecb9300a)) | ||
@@ -14,0 +14,0 @@ |
{ | ||
"name": "Spring", | ||
"name": "spring", | ||
"tree": { | ||
@@ -4,0 +4,0 @@ "$path": "src" |
{ | ||
"name": "@quenty/spring", | ||
"version": "1.2.1-canary.1141e6b.0", | ||
"version": "1.3.0-canary.209.c61f821.0", | ||
"description": "Spring implementation for Roblox", | ||
@@ -12,10 +12,5 @@ "keywords": [ | ||
], | ||
"contributors": [ | ||
"Quenty" | ||
], | ||
"funding": { | ||
"type": "patreon", | ||
"url": "https://www.patreon.com/quenty" | ||
"bugs": { | ||
"url": "https://github.com/Quenty/NevermoreEngine/issues" | ||
}, | ||
"license": "MIT", | ||
"repository": { | ||
@@ -26,9 +21,14 @@ "type": "git", | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Quenty/NevermoreEngine/issues" | ||
"funding": { | ||
"type": "patreon", | ||
"url": "https://www.patreon.com/quenty" | ||
}, | ||
"license": "MIT", | ||
"contributors": [ | ||
"Quenty" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "1141e6bf403d1f35fc9ed99d8ac54490df931a5d" | ||
"gitHead": "c61f821d209ee35e2e50dec4086a938cecb9300a" | ||
} |
Sorry, the diff of this file is not supported yet
10379