diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d9e1ec..84e2993 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.7.5](https://github.com/nandorojo/moti/compare/v0.7.4...v0.7.5) (2021-04-01) + + +### Bug Fixes + +* workletize hooks ([9eeff15](https://github.com/nandorojo/moti/commit/9eeff15797bae42bbc3e03f05d6d229a1b6b0f14)) + + + + + ## [0.7.4](https://github.com/nandorojo/moti/compare/v0.7.3...v0.7.4) (2021-04-01) diff --git a/examples/with-expo/CHANGELOG.md b/examples/with-expo/CHANGELOG.md index 7e90af4..100e1da 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.7.5](https://github.com/nandorojo/moti/compare/v0.7.4...v0.7.5) (2021-04-01) + +**Note:** Version bump only for package with-expo + + + + + ## [0.7.4](https://github.com/nandorojo/moti/compare/v0.7.3...v0.7.4) (2021-04-01) **Note:** Version bump only for package with-expo diff --git a/examples/with-expo/package.json b/examples/with-expo/package.json index c1fcaaa..4267e24 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.7.4", + "version": "0.7.5", "private": true, "main": "__generated__/AppEntry.js", "scripts": { @@ -13,7 +13,7 @@ "postinstall": "expo-yarn-workspaces postinstall" }, "dependencies": { - "@motify/skeleton": "^0.7.4", + "@motify/skeleton": "^0.7.5", "expo": "^40.0.0-beta.5", "expo-splash-screen": "~0.8.1", "expo-status-bar": "~1.0.3", diff --git a/examples/with-next/CHANGELOG.md b/examples/with-next/CHANGELOG.md index e7cf18a..e4c0dff 100644 --- a/examples/with-next/CHANGELOG.md +++ b/examples/with-next/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.7.5](https://github.com/nandorojo/moti/compare/v0.7.4...v0.7.5) (2021-04-01) + +**Note:** Version bump only for package next-dripsy-example + + + + + ## [0.7.4](https://github.com/nandorojo/moti/compare/v0.7.3...v0.7.4) (2021-04-01) **Note:** Version bump only for package next-dripsy-example diff --git a/examples/with-next/package.json b/examples/with-next/package.json index de36e97..fcb2e90 100644 --- a/examples/with-next/package.json +++ b/examples/with-next/package.json @@ -1,6 +1,6 @@ { "name": "next-dripsy-example", - "version": "0.7.4", + "version": "0.7.5", "main": "__generated__/AppEntry.js", "dependencies": { "expo": "^40.0.0", diff --git a/lerna.json b/lerna.json index 3baad50..97f4a60 100644 --- a/lerna.json +++ b/lerna.json @@ -5,7 +5,7 @@ ], "npmClient": "npm", "useWorkspaces": true, - "version": "0.7.4", + "version": "0.7.5", "command": { "publish": { "allowBranch": "master", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 0a4300d..85d231b 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/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.7.5](https://github.com/nandorojo/moti/compare/v0.7.4...v0.7.5) (2021-04-01) + +**Note:** Version bump only for package @motify/components + + + + + ## [0.7.4](https://github.com/nandorojo/moti/compare/v0.7.3...v0.7.4) (2021-04-01) **Note:** Version bump only for package @motify/components diff --git a/packages/components/package.json b/packages/components/package.json index 3fa002f..3cf8d5e 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,7 +1,7 @@ { "name": "@motify/components", "private": false, - "version": "0.7.4", + "version": "0.7.5", "keywords": [ "react-native", "ios", @@ -37,7 +37,7 @@ "clean": "del lib" }, "dependencies": { - "@motify/core": "^0.7.4" + "@motify/core": "^0.7.5" }, "devDependencies": { "typescript": "^4.0.3" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 448251b..9ed90a6 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.7.5](https://github.com/nandorojo/moti/compare/v0.7.4...v0.7.5) (2021-04-01) + + +### Bug Fixes + +* workletize hooks ([9eeff15](https://github.com/nandorojo/moti/commit/9eeff15797bae42bbc3e03f05d6d229a1b6b0f14)) + + + + + ## [0.7.4](https://github.com/nandorojo/moti/compare/v0.7.3...v0.7.4) (2021-04-01) diff --git a/packages/core/package.json b/packages/core/package.json index 6fa6adb..49619b3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@motify/core", - "version": "0.7.4", + "version": "0.7.5", "private": false, "license": "MIT", "keywords": [ diff --git a/packages/moti/CHANGELOG.md b/packages/moti/CHANGELOG.md index 13767d5..7049e6e 100644 --- a/packages/moti/CHANGELOG.md +++ b/packages/moti/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.7.5](https://github.com/nandorojo/moti/compare/v0.7.4...v0.7.5) (2021-04-01) + +**Note:** Version bump only for package moti + + + + + ## [0.7.4](https://github.com/nandorojo/moti/compare/v0.7.3...v0.7.4) (2021-04-01) **Note:** Version bump only for package moti diff --git a/packages/moti/package.json b/packages/moti/package.json index 612c56c..d8278fb 100644 --- a/packages/moti/package.json +++ b/packages/moti/package.json @@ -1,7 +1,7 @@ { "name": "moti", "private": false, - "version": "0.7.4", + "version": "0.7.5", "keywords": [ "react-native", "ios", @@ -37,8 +37,8 @@ "clean": "del lib" }, "dependencies": { - "@motify/components": "^0.7.4", - "@motify/core": "^0.7.4" + "@motify/components": "^0.7.5", + "@motify/core": "^0.7.5" }, "devDependencies": { "typescript": "^4.0.3" diff --git a/packages/skeleton/CHANGELOG.md b/packages/skeleton/CHANGELOG.md index d0a03be..bcbeab7 100644 --- a/packages/skeleton/CHANGELOG.md +++ b/packages/skeleton/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.7.5](https://github.com/nandorojo/moti/compare/v0.7.4...v0.7.5) (2021-04-01) + +**Note:** Version bump only for package @motify/skeleton + + + + + ## [0.7.4](https://github.com/nandorojo/moti/compare/v0.7.3...v0.7.4) (2021-04-01) **Note:** Version bump only for package @motify/skeleton diff --git a/packages/skeleton/package.json b/packages/skeleton/package.json index e9b8e02..f5b3bf5 100644 --- a/packages/skeleton/package.json +++ b/packages/skeleton/package.json @@ -1,7 +1,7 @@ { "name": "@motify/skeleton", "private": false, - "version": "0.7.4", + "version": "0.7.5", "keywords": [ "react-native", "ios", @@ -37,8 +37,8 @@ "clean": "del lib" }, "dependencies": { - "@motify/components": "^0.7.4", - "@motify/core": "^0.7.4" + "@motify/components": "^0.7.5", + "@motify/core": "^0.7.5" }, "devDependencies": { "expo-linear-gradient": "^9.0.0",