From cb7290f70bbe616c8589fad4cfb19afd049dc192 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Sep 2023 08:05:06 +0000 Subject: [PATCH] Chore(release): 2.0.5 [skip ci] ## [2.0.5](https://github.com/cgkineo/adapt-graphicLottie/compare/v2.0.4...v2.0.5) (2023-09-26) ### Fix * Adds support for Visua11y's 'no animations' option (fixes #3) ([7d60ab0](https://github.com/cgkineo/adapt-graphicLottie/commit/7d60ab0b9b1e90e922088ce780ec9d5325772c27)), closes [#3](https://github.com/cgkineo/adapt-graphicLottie/issues/3) --- bower.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 473be19..c3756ac 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "adapt-graphicLottie", - "version": "2.0.4", - "framework": ">=5.14", + "version": "2.0.5", + "framework": ">=5.31.27", "homepage": "https://github.com/cgkineo/adapt-graphicLottie", "issues": "https://github.com/cgkineo/adapt-graphicLottie/issues", "extension": "graphicLottie", diff --git a/package.json b/package.json index 01f231c..c3756ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adapt-graphicLottie", - "version": "2.0.4", + "version": "2.0.5", "framework": ">=5.31.27", "homepage": "https://github.com/cgkineo/adapt-graphicLottie", "issues": "https://github.com/cgkineo/adapt-graphicLottie/issues",