From 0e2111c06a892d1d9306dfa6251a2a505331423e Mon Sep 17 00:00:00 2001 From: Fernando Rojo Date: Wed, 21 Apr 2021 11:55:38 -0400 Subject: [PATCH] chore: publish --- CHANGELOG.md | 11 +++++++++++ examples/with-expo/CHANGELOG.md | 11 +++++++++++ examples/with-expo/package.json | 6 +++--- examples/with-next/CHANGELOG.md | 8 ++++++++ examples/with-next/package.json | 2 +- lerna.json | 2 +- packages/components/CHANGELOG.md | 8 ++++++++ packages/components/package.json | 4 ++-- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 2 +- packages/moti/CHANGELOG.md | 8 ++++++++ packages/moti/package.json | 6 +++--- packages/skeleton/CHANGELOG.md | 8 ++++++++ packages/skeleton/package.json | 6 +++--- 14 files changed, 79 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eda4376..515ad10 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.10.0](https://github.com/nandorojo/moti/compare/v0.9.0...v0.10.0) (2021-04-21) + + +### Features + +* add `exitTransition` support & docs! ([26a55ac](https://github.com/nandorojo/moti/commit/26a55acbfc66e29db9eee24fe1adeec923226acd)) + + + + + # [0.9.0](https://github.com/nandorojo/moti/compare/v0.8.2...v0.9.0) (2021-04-21) diff --git a/examples/with-expo/CHANGELOG.md b/examples/with-expo/CHANGELOG.md index 9634d0a..2dd66b0 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.10.0](https://github.com/nandorojo/moti/compare/v0.9.0...v0.10.0) (2021-04-21) + + +### Features + +* add `exitTransition` support & docs! ([26a55ac](https://github.com/nandorojo/moti/commit/26a55acbfc66e29db9eee24fe1adeec923226acd)) + + + + + # [0.9.0](https://github.com/nandorojo/moti/compare/v0.8.2...v0.9.0) (2021-04-21) diff --git a/examples/with-expo/package.json b/examples/with-expo/package.json index 9296add..7a9c4be 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.9.0", + "version": "0.10.0", "private": true, "main": "__generated__/AppEntry.js", "scripts": { @@ -13,14 +13,14 @@ "postinstall": "expo-yarn-workspaces postinstall" }, "dependencies": { - "@motify/skeleton": "^0.9.0", + "@motify/skeleton": "^0.10.0", "core-js": "^3", "expo": "^41.0.0", "expo-splash-screen": "~0.8.1", "expo-status-bar": "~1.0.3", "framer-motion": "^3.2.1", "lodash.set": "^4.3.2", - "moti": "^0.9.0", + "moti": "^0.10.0", "react": "16.13.1", "react-dom": "16.13.1", "react-native": "0.63.4", diff --git a/examples/with-next/CHANGELOG.md b/examples/with-next/CHANGELOG.md index 104a8a4..b370460 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.10.0](https://github.com/nandorojo/moti/compare/v0.9.0...v0.10.0) (2021-04-21) + +**Note:** Version bump only for package next-dripsy-example + + + + + # [0.9.0](https://github.com/nandorojo/moti/compare/v0.8.2...v0.9.0) (2021-04-21) diff --git a/examples/with-next/package.json b/examples/with-next/package.json index 86bf35d..c6243ce 100644 --- a/examples/with-next/package.json +++ b/examples/with-next/package.json @@ -1,6 +1,6 @@ { "name": "next-dripsy-example", - "version": "0.9.0", + "version": "0.10.0", "main": "__generated__/AppEntry.js", "dependencies": { "expo": "^40.0.0", diff --git a/lerna.json b/lerna.json index a87039c..2faf847 100644 --- a/lerna.json +++ b/lerna.json @@ -5,7 +5,7 @@ ], "npmClient": "npm", "useWorkspaces": true, - "version": "0.9.0", + "version": "0.10.0", "command": { "publish": { "allowBranch": "master", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index c012659..5805755 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.10.0](https://github.com/nandorojo/moti/compare/v0.9.0...v0.10.0) (2021-04-21) + +**Note:** Version bump only for package @motify/components + + + + + # [0.9.0](https://github.com/nandorojo/moti/compare/v0.8.2...v0.9.0) (2021-04-21) **Note:** Version bump only for package @motify/components diff --git a/packages/components/package.json b/packages/components/package.json index 3f6369b..734801f 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,7 +1,7 @@ { "name": "@motify/components", "private": false, - "version": "0.9.0", + "version": "0.10.0", "keywords": [ "react-native", "ios", @@ -37,7 +37,7 @@ "clean": "del lib" }, "dependencies": { - "@motify/core": "^0.9.0" + "@motify/core": "^0.10.0" }, "devDependencies": { "typescript": "^4.0.3" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a7b04ed..4b560d0 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.10.0](https://github.com/nandorojo/moti/compare/v0.9.0...v0.10.0) (2021-04-21) + + +### Features + +* add `exitTransition` support & docs! ([26a55ac](https://github.com/nandorojo/moti/commit/26a55acbfc66e29db9eee24fe1adeec923226acd)) + + + + + # [0.9.0](https://github.com/nandorojo/moti/compare/v0.8.2...v0.9.0) (2021-04-21) diff --git a/packages/core/package.json b/packages/core/package.json index 6477f85..b831760 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@motify/core", - "version": "0.9.0", + "version": "0.10.0", "private": false, "license": "MIT", "keywords": [ diff --git a/packages/moti/CHANGELOG.md b/packages/moti/CHANGELOG.md index 56764c3..12541df 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.10.0](https://github.com/nandorojo/moti/compare/v0.9.0...v0.10.0) (2021-04-21) + +**Note:** Version bump only for package moti + + + + + # [0.9.0](https://github.com/nandorojo/moti/compare/v0.8.2...v0.9.0) (2021-04-21) **Note:** Version bump only for package moti diff --git a/packages/moti/package.json b/packages/moti/package.json index 43f9c34..f9be75d 100644 --- a/packages/moti/package.json +++ b/packages/moti/package.json @@ -1,7 +1,7 @@ { "name": "moti", "private": false, - "version": "0.9.0", + "version": "0.10.0", "keywords": [ "react-native", "ios", @@ -37,8 +37,8 @@ "clean": "del lib" }, "dependencies": { - "@motify/components": "^0.9.0", - "@motify/core": "^0.9.0" + "@motify/components": "^0.10.0", + "@motify/core": "^0.10.0" }, "devDependencies": { "typescript": "^4.0.3" diff --git a/packages/skeleton/CHANGELOG.md b/packages/skeleton/CHANGELOG.md index edf057f..33ddfe0 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.10.0](https://github.com/nandorojo/moti/compare/v0.9.0...v0.10.0) (2021-04-21) + +**Note:** Version bump only for package @motify/skeleton + + + + + # [0.9.0](https://github.com/nandorojo/moti/compare/v0.8.2...v0.9.0) (2021-04-21) **Note:** Version bump only for package @motify/skeleton diff --git a/packages/skeleton/package.json b/packages/skeleton/package.json index 1125f2d..e147a1a 100644 --- a/packages/skeleton/package.json +++ b/packages/skeleton/package.json @@ -1,7 +1,7 @@ { "name": "@motify/skeleton", "private": false, - "version": "0.9.0", + "version": "0.10.0", "keywords": [ "react-native", "ios", @@ -37,8 +37,8 @@ "clean": "del lib" }, "dependencies": { - "@motify/components": "^0.9.0", - "@motify/core": "^0.9.0" + "@motify/components": "^0.10.0", + "@motify/core": "^0.10.0" }, "devDependencies": { "expo-linear-gradient": "^9.0.0",