From 86a63f2a32f1d9b057e1f16fff321c5915f07674 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 22 Jul 2024 08:54:07 +0000 Subject: [PATCH] chore(release): 1.1.1 --- 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 c255cf1..ba8d979 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.1.1 (2024-07-22) + + +### Bug Fixes + +* pick not shown ([ee4ecef](https://github.com/birdwingo/react-native-reanimated-graph/commit/ee4ecefc075e301e624e72832de0b2f6ad408de3)) + ## 1.1.0 (2024-07-08) diff --git a/package-lock.json b/package-lock.json index fd3c4b4..46161da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@birdwingo/react-native-reanimated-graph", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@birdwingo/react-native-reanimated-graph", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "devDependencies": { "@babel/preset-env": "^7.22.9", diff --git a/package.json b/package.json index 7476afd..a9b690a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@birdwingo/react-native-reanimated-graph", - "version": "1.1.0", + "version": "1.1.1", "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",