From dcb6e3034c2080692710414a88dfceb751afb14d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 25 Jan 2024 20:45:58 +0000 Subject: [PATCH] chore(release): 1.0.21 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 111d90e..0fae53c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### 1.0.21 (2024-01-25) + + +### Bug Fixes + +* double to string conversion svg ([223a557](https://github.com/birdwingo/react-native-reanimated-graph/commit/223a557065174cc48b50203c44e48de516a62eff)) + ### 1.0.20 (2024-01-22) diff --git a/package-lock.json b/package-lock.json index 33ce9a3..d720636 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@birdwingo/react-native-reanimated-graph", - "version": "1.0.20", + "version": "1.0.21", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@birdwingo/react-native-reanimated-graph", - "version": "1.0.20", + "version": "1.0.21", "license": "MIT", "devDependencies": { "@babel/preset-env": "^7.22.9", diff --git a/package.json b/package.json index e6c6e5a..1d532b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@birdwingo/react-native-reanimated-graph", - "version": "1.0.20", + "version": "1.0.21", "description": "The react-native-reanimated-graph package is a powerful and versatile library designed to empower developers with the ability to create stunning and interactive graphs and charts in their React Native applications. Leveraging the potential of React Native and Reanimated 3, this package offers an optimized and performant solution for rendering dynamic graphs that respond seamlessly to user interactions.", "main": "src/index.tsx", "source": "src/index.tsx",