diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c44c86..d2ed73a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.15.4](https://github.com/nandorojo/moti/compare/v0.15.3...v0.15.4) (2021-10-05) + + +### Features + +* add `hoveredValue` and `pressedValue` props to `MotiPressable` for controlled usage ([16cc7e1](https://github.com/nandorojo/moti/commit/16cc7e13f0a115cab8becc9d0ca8e4aefda2f033)) + + + + + ## [0.15.3](https://github.com/nandorojo/moti/compare/v0.15.2...v0.15.3) (2021-09-30) diff --git a/examples/with-expo/CHANGELOG.md b/examples/with-expo/CHANGELOG.md index 72267f9..a1d4e8f 100644 --- a/examples/with-expo/CHANGELOG.md +++ b/examples/with-expo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.15.4](https://github.com/nandorojo/moti/compare/v0.15.3...v0.15.4) (2021-10-05) + +**Note:** Version bump only for package with-expo + + + + + ## [0.15.3](https://github.com/nandorojo/moti/compare/v0.15.2...v0.15.3) (2021-09-30) **Note:** Version bump only for package with-expo diff --git a/examples/with-expo/package.json b/examples/with-expo/package.json index adc3640..fd619c2 100644 --- a/examples/with-expo/package.json +++ b/examples/with-expo/package.json @@ -1,7 +1,7 @@ { "name": "with-expo", "description": "Example app for moti", - "version": "0.15.3", + "version": "0.15.4", "private": true, "main": "__generated__/AppEntry.js", "scripts": { @@ -13,7 +13,7 @@ "postinstall": "expo-yarn-workspaces postinstall" }, "dependencies": { - "@motify/interactions": "^0.15.3", + "@motify/interactions": "^0.15.4", "@motify/skeleton": "^0.15.3", "core-js": "^3", "expo": "^41.0.0", diff --git a/lerna.json b/lerna.json index 23b9820..9327ebb 100644 --- a/lerna.json +++ b/lerna.json @@ -5,7 +5,7 @@ ], "npmClient": "npm", "useWorkspaces": true, - "version": "0.15.3", + "version": "0.15.4", "command": { "publish": { "allowBranch": "master", diff --git a/packages/interactions/CHANGELOG.md b/packages/interactions/CHANGELOG.md index 75144d3..5137718 100644 --- a/packages/interactions/CHANGELOG.md +++ b/packages/interactions/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.15.4](https://github.com/nandorojo/moti/compare/v0.15.3...v0.15.4) (2021-10-05) + + +### Features + +* add `hoveredValue` and `pressedValue` props to `MotiPressable` for controlled usage ([16cc7e1](https://github.com/nandorojo/moti/commit/16cc7e13f0a115cab8becc9d0ca8e4aefda2f033)) + + + + + ## [0.15.3](https://github.com/nandorojo/moti/compare/v0.15.2...v0.15.3) (2021-09-30) **Note:** Version bump only for package @motify/interactions diff --git a/packages/interactions/package.json b/packages/interactions/package.json index 58e34bc..1757b29 100644 --- a/packages/interactions/package.json +++ b/packages/interactions/package.json @@ -1,7 +1,7 @@ { "name": "@motify/interactions", "private": false, - "version": "0.15.3", + "version": "0.15.4", "keywords": [ "react-native", "ios",