From 1825e44d49bd713c1a5e49497b8f056f06e0e2fc Mon Sep 17 00:00:00 2001 From: Fernando Rojo Date: Sat, 6 Feb 2021 21:22:06 -0500 Subject: [PATCH] chore: publish --- CHANGELOG.md | 8 ++++++++ examples/with-expo/CHANGELOG.md | 8 ++++++++ examples/with-expo/package.json | 4 ++-- lerna.json | 2 +- packages/moti/CHANGELOG.md | 8 ++++++++ packages/moti/package.json | 2 +- 6 files changed, 28 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b969cbe..d310e13 100644 --- a/CHANGELOG.md +++ b/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.4.1](https://github.com/nandorojo/moti/compare/v0.4.0...v0.4.1) (2021-02-07) + +**Note:** Version bump only for package moti + + + + + # [0.4.0](https://github.com/nandorojo/moti/compare/v0.3.1...v0.4.0) (2021-02-07) diff --git a/examples/with-expo/CHANGELOG.md b/examples/with-expo/CHANGELOG.md index c8cea21..5fd90f5 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.4.1](https://github.com/nandorojo/moti/compare/v0.4.0...v0.4.1) (2021-02-07) + +**Note:** Version bump only for package with-expo + + + + + # [0.4.0](https://github.com/nandorojo/moti/compare/v0.3.1...v0.4.0) (2021-02-07) **Note:** Version bump only for package with-expo diff --git a/examples/with-expo/package.json b/examples/with-expo/package.json index 4154a4d..041fbd6 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.4.0", + "version": "0.4.1", "private": true, "main": "__generated__/AppEntry.js", "scripts": { @@ -19,7 +19,7 @@ "expo-status-bar": "~1.0.3", "framer-motion": "^3.2.1", "lodash.set": "^4.3.2", - "moti": "^0.4.0", + "moti": "^0.4.1", "react": "~16.13.1", "react-dom": "^16.13.1", "react-native": "0.63.4", diff --git a/lerna.json b/lerna.json index 3682690..884997f 100644 --- a/lerna.json +++ b/lerna.json @@ -5,7 +5,7 @@ ], "npmClient": "npm", "useWorkspaces": true, - "version": "0.4.0", + "version": "0.4.1", "command": { "publish": { "allowBranch": "master", diff --git a/packages/moti/CHANGELOG.md b/packages/moti/CHANGELOG.md index 4b2f64a..bd36a8a 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.4.1](https://github.com/nandorojo/moti/compare/v0.4.0...v0.4.1) (2021-02-07) + +**Note:** Version bump only for package moti + + + + + # [0.4.0](https://github.com/nandorojo/moti/compare/v0.3.1...v0.4.0) (2021-02-07) **Note:** Version bump only for package moti diff --git a/packages/moti/package.json b/packages/moti/package.json index b864bb8..115f7d8 100644 --- a/packages/moti/package.json +++ b/packages/moti/package.json @@ -1,7 +1,7 @@ { "name": "moti", "private": false, - "version": "0.4.0", + "version": "0.4.1", "keywords": [ "react-native", "ios",