From f0ba8592330c7a65c4f409814d6ac7fc289e576f Mon Sep 17 00:00:00 2001 From: Ilia Liubinskii Date: Sat, 20 Jul 2024 15:33:57 +0300 Subject: [PATCH] 0.8.0 --- docs/index.md | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/index.md b/docs/index.md index 5e2ddf3..7fec49a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,17 +10,17 @@ - [Installation](#installation) - [Modules](#modules) -## Overview +## Overview React Native library. -## Installation +## Installation ```sh npm install react-native-misc ``` -## Modules +## Modules - [Candlestick Chart](https://github.com/iliubinskii/react-native-misc/tree/master/src/components/CandlestickChart) — A trading chart with support for panning and zooming gestures. - [Date/Time Picker](https://github.com/iliubinskii/react-native-misc/tree/master/src/components/DateTimePicker) — A date/time picker component that allows selecting a date interval with as little actions as selecting a single date. diff --git a/package-lock.json b/package-lock.json index e725209..f62eea7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-misc", - "version": "0.7.0", + "version": "0.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-native-misc", - "version": "0.7.0", + "version": "0.8.0", "license": "ISC", "dependencies": { "@types/color": "^3", diff --git a/package.json b/package.json index 2d0153e..a66d134 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-misc", - "version": "0.7.0", + "version": "0.8.0", "private": false, "description": "React Native library", "keywords": [