From 92df59073eaf8019742294af736a6ec64cc78d78 Mon Sep 17 00:00:00 2001 From: Fernando Rojo Date: Sat, 6 Feb 2021 20:57:40 -0500 Subject: [PATCH] chore: publish --- CHANGELOG.md | 8 ++++++++ examples/with-expo/CHANGELOG.md | 8 ++++++++ examples/with-expo/package.json | 4 ++-- examples/with-next/CHANGELOG.md | 8 ++++++++ examples/with-next/package.json | 2 +- lerna.json | 2 +- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 2 +- packages/moti/CHANGELOG.md | 8 ++++++++ packages/moti/package.json | 2 +- 10 files changed, 46 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e14819b..4724bf2 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.3.1](https://github.com/nandorojo/moti/compare/v0.3.0...v0.3.1) (2021-02-07) + +**Note:** Version bump only for package moti + + + + + # [0.3.0](https://github.com/nandorojo/moti/compare/v0.2.2...v0.3.0) (2021-02-07) diff --git a/examples/with-expo/CHANGELOG.md b/examples/with-expo/CHANGELOG.md index 9a81d61..6857926 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.3.1](https://github.com/nandorojo/moti/compare/v0.3.0...v0.3.1) (2021-02-07) + +**Note:** Version bump only for package with-expo + + + + + # [0.3.0](https://github.com/nandorojo/moti/compare/v0.2.2...v0.3.0) (2021-02-07) diff --git a/examples/with-expo/package.json b/examples/with-expo/package.json index 2d43d58..81b6abe 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.3.0", + "version": "0.3.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.3.0", + "moti": "^0.3.1", "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 2786e8f..a17bede 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.3.1](https://github.com/nandorojo/moti/compare/v0.3.0...v0.3.1) (2021-02-07) + +**Note:** Version bump only for package next-dripsy-example + + + + + # [0.3.0](https://github.com/nandorojo/moti/compare/v0.2.2...v0.3.0) (2021-02-07) **Note:** Version bump only for package next-dripsy-example diff --git a/examples/with-next/package.json b/examples/with-next/package.json index 5ee4a57..3cae8ad 100644 --- a/examples/with-next/package.json +++ b/examples/with-next/package.json @@ -1,6 +1,6 @@ { "name": "next-dripsy-example", - "version": "0.3.0", + "version": "0.3.1", "main": "__generated__/AppEntry.js", "dependencies": { "expo": "^40.0.0", diff --git a/lerna.json b/lerna.json index 18ea18f..ca5404e 100644 --- a/lerna.json +++ b/lerna.json @@ -5,7 +5,7 @@ ], "npmClient": "npm", "useWorkspaces": true, - "version": "0.3.0", + "version": "0.3.1", "command": { "publish": { "allowBranch": "master", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 788a789..0cfcc5a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.3.1](https://github.com/nandorojo/moti/compare/v0.3.0...v0.3.1) (2021-02-07) + +**Note:** Version bump only for package @motify/core + + + + + # [0.3.0](https://github.com/nandorojo/moti/compare/v0.2.2...v0.3.0) (2021-02-07) diff --git a/packages/core/package.json b/packages/core/package.json index 203077f..fb0def5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@motify/core", - "version": "0.3.0", + "version": "0.3.1", "private": false, "license": "MIT", "keywords": [ diff --git a/packages/moti/CHANGELOG.md b/packages/moti/CHANGELOG.md index 8bed69f..a388262 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.3.1](https://github.com/nandorojo/moti/compare/v0.3.0...v0.3.1) (2021-02-07) + +**Note:** Version bump only for package moti + + + + + # [0.3.0](https://github.com/nandorojo/moti/compare/v0.2.2...v0.3.0) (2021-02-07) **Note:** Version bump only for package moti diff --git a/packages/moti/package.json b/packages/moti/package.json index d4f8337..3e13ac5 100644 --- a/packages/moti/package.json +++ b/packages/moti/package.json @@ -1,7 +1,7 @@ { "name": "moti", "private": false, - "version": "0.3.0", + "version": "0.3.1", "keywords": [ "react-native", "ios",