Skip to content

Commit

Permalink
Merge pull request #52 from nithinpp69/develop
Browse files Browse the repository at this point in the history
fix: fix import in progressCircle component
  • Loading branch information
nithinpp69 authored Apr 13, 2022
2 parents e9c2f4e + 5814516 commit e7548dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Build: 🏠 `3.2.1` - react-native-circular-progress-indicator

---
- Bug fixes and improvements.
### Build: 🏠 `3.2.0` - react-native-circular-progress-indicator

---
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-circular-progress-indicator",
"version": "3.2.0",
"version": "3.2.1",
"description": "React Native customizable circular progress indicator",
"main": "index",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/progressCircle/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useMemo } from 'react';
import Svg, { G, Circle, Defs, LinearGradient, Stop } from 'react-native-svg';
import Animated from 'react-native-reanimated';
import COLORS from '../..//utils/colors';
import COLORS from '../../utils/colors';
import styles from './styles';
import { ProgressCircleProps } from './types';

Expand Down

0 comments on commit e7548dd

Please sign in to comment.