Skip to content

Commit

Permalink
chore: 🔖 release v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDongminYoo committed Jan 6, 2024
1 parent 5fd2625 commit 53cd540
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}
},
"hooks": {
"before:init": ["npm run lint", "npm test", "npm run format"],
"before:init": ["npm run lint", "npm run format"],
"after:bump": "npm run prepack",
"after:git:release": "echo After git push, before github release",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
Expand Down
4 changes: 2 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ nodeLinker: node-modules
plugins:
- path: scripts/pod-install.cjs
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
spec: '@yarnpkg/plugin-interactive-tools'
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
spec: '@yarnpkg/plugin-workspace-tools'

yarnPath: .yarn/releases/yarn-1.22.19.cjs
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.4](https://github.com/AndrewDongminYoo/react-native-step-counter/compare/v0.2.2...v0.2.4) (2024-01-06)

### Performance Improvements

- ⬆️ upgrade cocoapods version ([5fd2625](https://github.com/AndrewDongminYoo/react-native-step-counter/commit/5fd26254265f04d3b647f411a4cf56c51b9799e9))
- upgrade npm dependencies ([17de3ea](https://github.com/AndrewDongminYoo/react-native-step-counter/commit/17de3ea54a64c9e23a1fbc3e2fbba4f40fb6c892))

## [0.2.3](https://github.com/AndrewDongminYoo/react-native-step-counter/compare/v0.2.2...v0.2.3) (2023-10-15)

### Chore Changes
Expand Down
3 changes: 0 additions & 3 deletions babel.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion example/ios/.xcode.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# Customize the NODE_BINARY variable here.
# For example, to use nvm with brew, add the following line
# . "$(brew --prefix nvm)/nvm.sh" --no-use
export NODE_BINARY=$(command -v node)
NODE_BINARY="$(command -v node)"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dongminyu/react-native-step-counter",
"displayName": "react-native-step-counter",
"version": "0.2.3",
"version": "0.2.4",
"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.",
"main": "lib/commonjs/index.js",
Expand Down
1 change: 0 additions & 1 deletion src/__tests__/index.test.tsx

This file was deleted.

0 comments on commit 53cd540

Please sign in to comment.