diff --git a/CHANGELOG.md b/CHANGELOG.md index 0499a18..ddf40e2 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.5.8](https://github.com/nandorojo/moti/compare/v0.5.7...v0.5.8) (2021-03-04) + + +### Bug Fixes + +* spread -> assign ([8d0f89a](https://github.com/nandorojo/moti/commit/8d0f89a899e0c6e3e2b7285d98831addef48dd6c)) + + + + + ## [0.5.7](https://github.com/nandorojo/moti/compare/v0.5.6...v0.5.7) (2021-03-02) **Note:** Version bump only for package moti diff --git a/examples/with-expo/CHANGELOG.md b/examples/with-expo/CHANGELOG.md index c2c63ee..7ad1701 100644 --- a/examples/with-expo/CHANGELOG.md +++ b/examples/with-expo/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.5.8](https://github.com/nandorojo/moti/compare/v0.5.7...v0.5.8) (2021-03-04) + + +### Bug Fixes + +* spread -> assign ([8d0f89a](https://github.com/nandorojo/moti/commit/8d0f89a899e0c6e3e2b7285d98831addef48dd6c)) + + + + + ## [0.5.7](https://github.com/nandorojo/moti/compare/v0.5.6...v0.5.7) (2021-03-02) **Note:** Version bump only for package with-expo diff --git a/examples/with-expo/package.json b/examples/with-expo/package.json index fc96396..a638450 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.5.7", + "version": "0.5.8", "private": true, "main": "__generated__/AppEntry.js", "scripts": { @@ -13,7 +13,7 @@ "postinstall": "expo-yarn-workspaces postinstall" }, "dependencies": { - "@motify/skeleton": "^0.5.7", + "@motify/skeleton": "^0.5.8", "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 571c24e..b7962e8 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.5.8](https://github.com/nandorojo/moti/compare/v0.5.7...v0.5.8) (2021-03-04) + +**Note:** Version bump only for package next-dripsy-example + + + + + ## [0.5.7](https://github.com/nandorojo/moti/compare/v0.5.6...v0.5.7) (2021-03-02) **Note:** Version bump only for package next-dripsy-example diff --git a/examples/with-next/package.json b/examples/with-next/package.json index cf67ce3..74b33b5 100644 --- a/examples/with-next/package.json +++ b/examples/with-next/package.json @@ -1,6 +1,6 @@ { "name": "next-dripsy-example", - "version": "0.5.7", + "version": "0.5.8", "main": "__generated__/AppEntry.js", "dependencies": { "expo": "^40.0.0", diff --git a/lerna.json b/lerna.json index d34ca0c..791a71d 100644 --- a/lerna.json +++ b/lerna.json @@ -5,7 +5,7 @@ ], "npmClient": "npm", "useWorkspaces": true, - "version": "0.5.7", + "version": "0.5.8", "command": { "publish": { "allowBranch": "master", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 5dfe4dc..96f4ef0 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.5.8](https://github.com/nandorojo/moti/compare/v0.5.7...v0.5.8) (2021-03-04) + +**Note:** Version bump only for package @motify/components + + + + + ## [0.5.7](https://github.com/nandorojo/moti/compare/v0.5.6...v0.5.7) (2021-03-02) **Note:** Version bump only for package @motify/components diff --git a/packages/components/package.json b/packages/components/package.json index ceed77d..c4ce7d6 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,7 +1,7 @@ { "name": "@motify/components", "private": false, - "version": "0.5.7", + "version": "0.5.8", "keywords": [ "react-native", "ios", @@ -37,7 +37,7 @@ "clean": "del lib" }, "dependencies": { - "@motify/core": "^0.5.7" + "@motify/core": "^0.5.8" }, "devDependencies": { "typescript": "^4.0.3" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3eca38b..c744386 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.5.8](https://github.com/nandorojo/moti/compare/v0.5.7...v0.5.8) (2021-03-04) + + +### Bug Fixes + +* spread -> assign ([8d0f89a](https://github.com/nandorojo/moti/commit/8d0f89a899e0c6e3e2b7285d98831addef48dd6c)) + + + + + ## [0.5.7](https://github.com/nandorojo/moti/compare/v0.5.6...v0.5.7) (2021-03-02) **Note:** Version bump only for package @motify/core diff --git a/packages/core/package.json b/packages/core/package.json index b0fb1b7..2573007 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@motify/core", - "version": "0.5.7", + "version": "0.5.8", "private": false, "license": "MIT", "keywords": [ diff --git a/packages/moti/CHANGELOG.md b/packages/moti/CHANGELOG.md index a60752f..e7bbf44 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.5.8](https://github.com/nandorojo/moti/compare/v0.5.7...v0.5.8) (2021-03-04) + +**Note:** Version bump only for package moti + + + + + ## [0.5.7](https://github.com/nandorojo/moti/compare/v0.5.6...v0.5.7) (2021-03-02) **Note:** Version bump only for package moti diff --git a/packages/moti/package.json b/packages/moti/package.json index 94860bc..ed027d0 100644 --- a/packages/moti/package.json +++ b/packages/moti/package.json @@ -1,7 +1,7 @@ { "name": "moti", "private": false, - "version": "0.5.7", + "version": "0.5.8", "keywords": [ "react-native", "ios", @@ -37,8 +37,8 @@ "clean": "del lib" }, "dependencies": { - "@motify/components": "^0.5.7", - "@motify/core": "^0.5.7" + "@motify/components": "^0.5.8", + "@motify/core": "^0.5.8" }, "devDependencies": { "typescript": "^4.0.3" diff --git a/packages/skeleton/CHANGELOG.md b/packages/skeleton/CHANGELOG.md index 7c66ff3..1b54cca 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.5.8](https://github.com/nandorojo/moti/compare/v0.5.7...v0.5.8) (2021-03-04) + +**Note:** Version bump only for package @motify/skeleton + + + + + ## [0.5.7](https://github.com/nandorojo/moti/compare/v0.5.6...v0.5.7) (2021-03-02) **Note:** Version bump only for package @motify/skeleton diff --git a/packages/skeleton/package.json b/packages/skeleton/package.json index 5c76e6d..157b40d 100644 --- a/packages/skeleton/package.json +++ b/packages/skeleton/package.json @@ -1,7 +1,7 @@ { "name": "@motify/skeleton", "private": false, - "version": "0.5.7", + "version": "0.5.8", "keywords": [ "react-native", "ios", @@ -37,8 +37,8 @@ "clean": "del lib" }, "dependencies": { - "@motify/components": "^0.5.7", - "@motify/core": "^0.5.7" + "@motify/components": "^0.5.8", + "@motify/core": "^0.5.8" }, "devDependencies": { "expo-linear-gradient": "^9.0.0",