Skip to content

Commit

Permalink
Bump version to 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kristerkari committed Apr 24, 2023
1 parent 5fbb048 commit a2f0485
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.12.2

- Fixed: `scrollTo` and `scrollBy` when `animated: false` is used.

# 0.12.1

- Fixed: install error from a missing `patch-package` dependency.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinar",
"version": "0.12.1",
"version": "0.12.2",
"description": "Customizable, lightweight React Native carousel component with accessibility support",
"main": "dist/src/index.js",
"homepage": "https://github.com/kristerkari/pinar#readme",
Expand Down

0 comments on commit a2f0485

Please sign in to comment.