From cdb4af317bc327cda09495d83508742bc95d5e3d Mon Sep 17 00:00:00 2001 From: Definitely Not Vlad Date: Mon, 18 Jan 2021 15:33:59 +0100 Subject: [PATCH 1/3] Fix import in animation base component --- package.json | 2 +- src/animations/View.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1c6c912..25ffa30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shoutem/animation", - "version": "0.13.0", + "version": "0.13.1", "description": "Shoutem Animation Library", "main": "index.js", "scripts": { diff --git a/src/animations/View.js b/src/animations/View.js index 8983e5b..585f16e 100644 --- a/src/animations/View.js +++ b/src/animations/View.js @@ -1,5 +1,5 @@ import { View as RNView } from 'react-native'; import connectAnimation from '../components/connectAnimation'; -import { animations } from './animations'; +import animations from './animations'; export default connectAnimation(RNView, animations); From be925ce3886a8b2e781efc75ca62847bbef857d0 Mon Sep 17 00:00:00 2001 From: Definitely Not Vlad Date: Mon, 18 Jan 2021 15:44:26 +0100 Subject: [PATCH 2/3] Use -rc.0 sufix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25ffa30..e7c595a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shoutem/animation", - "version": "0.13.1", + "version": "0.13.1-rc.0", "description": "Shoutem Animation Library", "main": "index.js", "scripts": { From 29ae33d498478c955282bde2c1989366e94fee20 Mon Sep 17 00:00:00 2001 From: Definitely Not Vlad Date: Wed, 20 Jan 2021 10:57:50 +0100 Subject: [PATCH 3/3] Finalize with version 0.13.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index b0b4fce..be48a17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@shoutem/animation", - "version": "0.13.0", + "version": "0.13.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e7c595a..25ffa30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shoutem/animation", - "version": "0.13.1-rc.0", + "version": "0.13.1", "description": "Shoutem Animation Library", "main": "index.js", "scripts": {