@animaapp/scooby-shared
Advanced tools
Comparing version 1.24.0 to 1.25.0
@@ -6,2 +6,33 @@ # Change Log | ||
# 1.25.0 (2023-04-05) | ||
### Bug Fixes | ||
* build all CI command ([47af62a](https://github.com/AnimaApp/scooby/commit/47af62a01303fa01c96cad910a89f09adb5a688f)) | ||
* rename types to shared ([670d036](https://github.com/AnimaApp/scooby/commit/670d0362f871cfca46e636561ef2b637d0327ba0)) | ||
### Features | ||
* add approval UI ([#24](https://github.com/AnimaApp/scooby/issues/24)) ([a30b8f8](https://github.com/AnimaApp/scooby/commit/a30b8f830720d5e58859cef9db4a20c71dc68441)) | ||
* add approvals ([#20](https://github.com/AnimaApp/scooby/issues/20)) ([3b0f4ad](https://github.com/AnimaApp/scooby/commit/3b0f4adcf65819707a2d913a95583f9c91a5bc13)) | ||
* add fidelity-regression report ([#76](https://github.com/AnimaApp/scooby/issues/76)) ([97ff50b](https://github.com/AnimaApp/scooby/commit/97ff50b52ec9fea5e749e1bdb09778d5c1844620)) | ||
* add logic to upload regression report to S3 ([9a3f6fe](https://github.com/AnimaApp/scooby/commit/9a3f6fe1e6f9f42e5156ffc7ce6bd03fa3faf9be)) | ||
* add Scooby deploy to GH pages ([#5](https://github.com/AnimaApp/scooby/issues/5)) ([8a94f4c](https://github.com/AnimaApp/scooby/commit/8a94f4cc039647c6207d8419a11b8dc0029b15e8)) | ||
* add support for metadata fields ([#53](https://github.com/AnimaApp/scooby/issues/53)) ([243ab27](https://github.com/AnimaApp/scooby/commit/243ab2773dee551f0c82ed195bc38a33f2a0607f)) | ||
* add support for ZIP archives ([#72](https://github.com/AnimaApp/scooby/issues/72)) ([dc18721](https://github.com/AnimaApp/scooby/commit/dc18721957fecd7b1feb803940506ec758351bfa)) | ||
* add threshold to fidelity test ([#36](https://github.com/AnimaApp/scooby/issues/36)) ([d48c9b8](https://github.com/AnimaApp/scooby/commit/d48c9b8ec5530a5125a80869dae4a77df45d3840)) | ||
* **core:** improve report interface and logic ([#18](https://github.com/AnimaApp/scooby/issues/18)) ([9ebb68b](https://github.com/AnimaApp/scooby/commit/9ebb68bccaaf78e7d78c44eff16a8857d9f27a5a)) | ||
* implement API approvals ([#23](https://github.com/AnimaApp/scooby/issues/23)) ([824b437](https://github.com/AnimaApp/scooby/commit/824b43752ad412fafaf75c4d6f76a85a08b78cdf)) | ||
* implement commit report view ([#4](https://github.com/AnimaApp/scooby/issues/4)) ([541d062](https://github.com/AnimaApp/scooby/commit/541d06226538b61aa78818c25f47ab42194f838e)) | ||
* implement fidelity report ([#10](https://github.com/AnimaApp/scooby/issues/10)) ([a66c78b](https://github.com/AnimaApp/scooby/commit/a66c78b327094c7759a414300900d29988a19374)) | ||
* implement regression test upload/download mechanism ([99d1ab9](https://github.com/AnimaApp/scooby/commit/99d1ab9ae25e6d0bd792dc1289e1e328bf992a3e)) | ||
* implement web ui ([#3](https://github.com/AnimaApp/scooby/issues/3)) ([c4768bd](https://github.com/AnimaApp/scooby/commit/c4768bd65bacf893469701e1103fbb5ce180f71a)) | ||
* introduce code-based reports ([#32](https://github.com/AnimaApp/scooby/issues/32)) ([0a2c805](https://github.com/AnimaApp/scooby/commit/0a2c805bcbfe8cdd8b65b0bd553fcb290142a607)) | ||
# 1.24.0 (2023-03-28) | ||
@@ -8,0 +39,0 @@ |
{ | ||
"name": "@animaapp/scooby-shared", | ||
"version": "1.24.0", | ||
"version": "1.25.0", | ||
"description": "Code that should be shared between backend and frontend", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
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
141429