@quenty/animationgroup
Advanced tools
Comparing version 1.1.0 to 1.1.1-canary.38379e9.0
@@ -6,3 +6,3 @@ # Change Log | ||
# 1.1.0 (2021-07-31) | ||
## 1.1.1-canary.38379e9.0 (2021-07-31) | ||
@@ -27,19 +27,1 @@ | ||
# 1.0.0 (2021-07-24) | ||
# v1.1.0 (Sat Jul 31 2021) | ||
#### 🐛 Bug Fix | ||
- docs: Remove Changelog from README.md in favor of CHANGELOG.md which will be generated [#199](https://github.com/Quenty/NevermoreEngine/pull/199) ([@Quenty](https://github.com/Quenty)) | ||
- fix: Adjust CI badge to show automatic build and release state [#199](https://github.com/Quenty/NevermoreEngine/pull/199) ([@Quenty](https://github.com/Quenty)) | ||
- chore: Add funding field to package.json [#199](https://github.com/Quenty/NevermoreEngine/pull/199) ([@Quenty](https://github.com/Quenty)) | ||
- fix: Fix selene linting [#199](https://github.com/Quenty/NevermoreEngine/pull/199) ([@Quenty](https://github.com/Quenty)) | ||
- fix: Add CI and CD [#199](https://github.com/Quenty/NevermoreEngine/pull/199) ([@Quenty](https://github.com/Quenty)) | ||
#### Authors: 1 | ||
- James Onnen ([@Quenty](https://github.com/Quenty)) |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ MIT License |
{ | ||
"name": "@quenty/animationgroup", | ||
"version": "1.1.0", | ||
"version": "1.1.1-canary.38379e9.0", | ||
"description": "A group of weighted tracks that can be played back with weighted probability. The closest example to this is the idle animation that looks around at a 1:10 ratio when you're standing still in default Roblox animation script.", | ||
@@ -26,5 +26,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/animationtrackutils": "^1.1.0", | ||
"@quenty/baseobject": "^1.1.0", | ||
"@quenty/maid": "^1.1.0" | ||
"@quenty/animationtrackutils": "1.1.1-canary.38379e9.0", | ||
"@quenty/baseobject": "1.1.1-canary.38379e9.0", | ||
"@quenty/maid": "1.1.1-canary.38379e9.0" | ||
}, | ||
@@ -40,3 +40,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "83f1a3fad8962c808c169e94f18f1fe8e786421d" | ||
"gitHead": "38379e9071a0868997337378aa8cc01d5f0dccfa" | ||
} |
@@ -0,0 +0,0 @@ ## AnimationGroup |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8329
2
+ Added@quenty/animationtrackutils@1.1.1-canary.38379e9.0(transitive)
+ Added@quenty/baseobject@1.1.1-canary.38379e9.0(transitive)
+ Added@quenty/maid@1.1.1-canary.38379e9.0(transitive)
- Removed@quenty/animationtrackutils@1.2.0(transitive)
- Removed@quenty/baseobject@1.2.0(transitive)
- Removed@quenty/maid@1.2.0(transitive)