Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorojo committed Oct 5, 2021
1 parent 16cc7e1 commit b4a154a
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
8 changes: 8 additions & 0 deletions examples/with-expo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions examples/with-expo/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"npmClient": "npm",
"useWorkspaces": true,
"version": "0.15.3",
"version": "0.15.4",
"command": {
"publish": {
"allowBranch": "master",
Expand Down
11 changes: 11 additions & 0 deletions packages/interactions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/interactions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@motify/interactions",
"private": false,
"version": "0.15.3",
"version": "0.15.4",
"keywords": [
"react-native",
"ios",
Expand Down

1 comment on commit b4a154a

@vercel
Copy link

@vercel vercel bot commented on b4a154a Oct 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.