From f42cc85efa4c4884672e891ca9168b5c54e22d68 Mon Sep 17 00:00:00 2001 From: Okiki Ojo Date: Fri, 28 May 2021 02:36:37 -0400 Subject: [PATCH] chore(release): 2.1.7 --- packages/animate/CHANGELOG.md | 8 ++++++++ packages/animate/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/animate/CHANGELOG.md b/packages/animate/CHANGELOG.md index 04c93785..69e4755f 100644 --- a/packages/animate/CHANGELOG.md +++ b/packages/animate/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.1.7](https://github.com/okikio/native/compare/@okikio/animate@2.1.6...@okikio/animate@2.1.7) (2021-05-28) + + +### Bug Fixes + +* **@okikio/animate:** :bug: use -/+ Infinity as initial value for minDelay, maxSpeed, totalDuration ([9aeec2e](https://github.com/okikio/native/commit/9aeec2e249ba50ebabf30273cc0866f48e96c0e1)) +* **@okikio/native:** :bug: add url to request & timeout errors event ([0be77c6](https://github.com/okikio/native/commit/0be77c613c508fc6c68151ed9ce7207760cf6f0e)) + ### [2.1.6](https://github.com/okikio/native/compare/@okikio/animate@2.1.5...@okikio/animate@2.1.6) (2021-05-26) diff --git a/packages/animate/package.json b/packages/animate/package.json index f1c679a2..5472626d 100644 --- a/packages/animate/package.json +++ b/packages/animate/package.json @@ -1,6 +1,6 @@ { "name": "@okikio/animate", - "version": "2.1.6", + "version": "2.1.7", "type": "module", "sideEffects": false, "description": "An animation library for the modern web which utilizes the Web Animation API (WAAPI) to create butter smooth animation.",