From f9ebd15c69a0b40bc8c5ba25391e8bd34716127d Mon Sep 17 00:00:00 2001 From: Dongmin Yu Date: Sun, 15 Oct 2023 05:34:32 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=96=20release=20v0.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 19 +++++++++++++++++++ example/android/gradlew | 5 ++--- package.json | 2 +- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8557fb..f5950e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.2.2](https://github.com/AndrewDongminYoo/react-native-step-counter/compare/v0.2.1...v0.2.2) (2023-10-14) + +### Bug Fixes + +- 🚨 RNStepCounter -> StepCounter [#29](https://github.com/AndrewDongminYoo/react-native-step-counter/issues/29) ([279c1f5](https://github.com/AndrewDongminYoo/react-native-step-counter/commit/279c1f52e662aeed58b9852349e60251842e7c23)) +- **android:** 🔥 remove unnecessary Gradle scripts ([06e6dc9](https://github.com/AndrewDongminYoo/react-native-step-counter/commit/06e6dc96ae19427c5f8cd56b6f7e62a3fe6f5c73)) +- **both:** 🔥 remove related to Concurrent React ([f7abb92](https://github.com/AndrewDongminYoo/react-native-step-counter/commit/f7abb9241a40afc69456ecbba77b020dd73209fc)) +- **ios:** 🔥 remove dev-staged StepCounterExample ([5ae2eec](https://github.com/AndrewDongminYoo/react-native-step-counter/commit/5ae2eec783e4fc2f4bfd50f4b5518e37a39e7c90)) +- remove required toolchain java 8 ([a24c40a](https://github.com/AndrewDongminYoo/react-native-step-counter/commit/a24c40a8306763f482611ca377784aefd5d53732)) +- step counter module backward compatibility ([e114df6](https://github.com/AndrewDongminYoo/react-native-step-counter/commit/e114df601056bf247d661127b67f5bea9276b09b)) + +### Performance Improvements + +- **deps:** ⬆️ updated all dependencies ([23c6f23](https://github.com/AndrewDongminYoo/react-native-step-counter/commit/23c6f230a7363057cafb4f8045a45608f86e9894)) + +### Documentation + +- **doc:** 📝 changed contribute, license details ([7fbf7b7](https://github.com/AndrewDongminYoo/react-native-step-counter/commit/7fbf7b712f9e1a2df8c7e9ed1b14af520122779c)) + ## [0.2.1](https://github.com/AndrewDongminYoo/react-native-step-counter/compare/v0.2.0...v0.2.1) (2023-08-25) ### Bug Fixes diff --git a/example/android/gradlew b/example/android/gradlew index 65dcd68..b90525d 100755 --- a/example/android/gradlew +++ b/example/android/gradlew @@ -116,7 +116,6 @@ esac CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar - # Determine the Java command to use to start the JVM. if [ -n "$JAVA_HOME" ] ; then if [ -x "$JAVA_HOME/jre/sh/java" ] ; then @@ -144,7 +143,7 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then case $MAX_FD in #( max*) # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked. - # shellcheck disable=SC3045 + # shellcheck disable=SC3045 MAX_FD=$( ulimit -H -n ) || warn "Could not query maximum file descriptor limit" esac @@ -152,7 +151,7 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then '' | soft) :;; #( *) # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked. - # shellcheck disable=SC3045 + # shellcheck disable=SC3045 ulimit -n "$MAX_FD" || warn "Could not set maximum file descriptor limit to $MAX_FD" esac diff --git a/package.json b/package.json index 0c232ba..a70d641 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@dongminyu/react-native-step-counter", "displayName": "react-native-step-counter", - "version": "0.2.1", + "version": "0.2.2", "private": false, "summary": "It is a multi-platform library that combines CoreMotionSensor from iOS with SensorEventListener from Android.", "description": "This library provides an interface for tracking the number of steps taken by the user in a React Native app.",