From ce718c2f8977cbf8edb77ae5e9a0ab66f2bc3af0 Mon Sep 17 00:00:00 2001 From: Fernando Rojo Date: Sat, 13 Mar 2021 10:27:44 -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/components/CHANGELOG.md | 8 ++++++++ packages/components/package.json | 4 ++-- packages/core/CHANGELOG.md | 8 ++++++++ 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, 69 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5434dd2..423ca69 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.6.2](https://github.com/nandorojo/moti/compare/v0.6.1...v0.6.2) (2021-03-13) + +**Note:** Version bump only for package moti + + + + + ## [0.6.1](https://github.com/nandorojo/moti/compare/v0.6.0...v0.6.1) (2021-03-13) diff --git a/examples/with-expo/CHANGELOG.md b/examples/with-expo/CHANGELOG.md index c5968f1..07b435f 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.6.2](https://github.com/nandorojo/moti/compare/v0.6.1...v0.6.2) (2021-03-13) + +**Note:** Version bump only for package with-expo + + + + + ## [0.6.1](https://github.com/nandorojo/moti/compare/v0.6.0...v0.6.1) (2021-03-13) **Note:** Version bump only for package with-expo diff --git a/examples/with-expo/package.json b/examples/with-expo/package.json index 7e29cc8..8c080c3 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.6.1", + "version": "0.6.2", "private": true, "main": "__generated__/AppEntry.js", "scripts": { @@ -13,7 +13,7 @@ "postinstall": "expo-yarn-workspaces postinstall" }, "dependencies": { - "@motify/skeleton": "^0.6.1", + "@motify/skeleton": "^0.6.2", "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 03daf0f..f4fec29 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.6.2](https://github.com/nandorojo/moti/compare/v0.6.1...v0.6.2) (2021-03-13) + +**Note:** Version bump only for package next-dripsy-example + + + + + ## [0.6.1](https://github.com/nandorojo/moti/compare/v0.6.0...v0.6.1) (2021-03-13) **Note:** Version bump only for package next-dripsy-example diff --git a/examples/with-next/package.json b/examples/with-next/package.json index 6bff1d7..f8be9ca 100644 --- a/examples/with-next/package.json +++ b/examples/with-next/package.json @@ -1,6 +1,6 @@ { "name": "next-dripsy-example", - "version": "0.6.1", + "version": "0.6.2", "main": "__generated__/AppEntry.js", "dependencies": { "expo": "^40.0.0", diff --git a/lerna.json b/lerna.json index db50597..b7c1cc2 100644 --- a/lerna.json +++ b/lerna.json @@ -5,7 +5,7 @@ ], "npmClient": "npm", "useWorkspaces": true, - "version": "0.6.1", + "version": "0.6.2", "command": { "publish": { "allowBranch": "master", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 6801bf6..4d37f3f 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.6.2](https://github.com/nandorojo/moti/compare/v0.6.1...v0.6.2) (2021-03-13) + +**Note:** Version bump only for package @motify/components + + + + + ## [0.6.1](https://github.com/nandorojo/moti/compare/v0.6.0...v0.6.1) (2021-03-13) **Note:** Version bump only for package @motify/components diff --git a/packages/components/package.json b/packages/components/package.json index 3dd0d65..07c3345 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,7 +1,7 @@ { "name": "@motify/components", "private": false, - "version": "0.6.1", + "version": "0.6.2", "keywords": [ "react-native", "ios", @@ -37,7 +37,7 @@ "clean": "del lib" }, "dependencies": { - "@motify/core": "^0.6.1" + "@motify/core": "^0.6.2" }, "devDependencies": { "typescript": "^4.0.3" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 595f527..3fc593e 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.6.2](https://github.com/nandorojo/moti/compare/v0.6.1...v0.6.2) (2021-03-13) + +**Note:** Version bump only for package @motify/core + + + + + ## [0.6.1](https://github.com/nandorojo/moti/compare/v0.6.0...v0.6.1) (2021-03-13) diff --git a/packages/core/package.json b/packages/core/package.json index ea26723..ee58a1a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@motify/core", - "version": "0.6.1", + "version": "0.6.2", "private": false, "license": "MIT", "keywords": [ diff --git a/packages/moti/CHANGELOG.md b/packages/moti/CHANGELOG.md index 907440a..924a7ec 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.6.2](https://github.com/nandorojo/moti/compare/v0.6.1...v0.6.2) (2021-03-13) + +**Note:** Version bump only for package moti + + + + + ## [0.6.1](https://github.com/nandorojo/moti/compare/v0.6.0...v0.6.1) (2021-03-13) **Note:** Version bump only for package moti diff --git a/packages/moti/package.json b/packages/moti/package.json index e176dd5..64943c9 100644 --- a/packages/moti/package.json +++ b/packages/moti/package.json @@ -1,7 +1,7 @@ { "name": "moti", "private": false, - "version": "0.6.1", + "version": "0.6.2", "keywords": [ "react-native", "ios", @@ -37,8 +37,8 @@ "clean": "del lib" }, "dependencies": { - "@motify/components": "^0.6.1", - "@motify/core": "^0.6.1" + "@motify/components": "^0.6.2", + "@motify/core": "^0.6.2" }, "devDependencies": { "typescript": "^4.0.3" diff --git a/packages/skeleton/CHANGELOG.md b/packages/skeleton/CHANGELOG.md index 3197d36..b7f3997 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.6.2](https://github.com/nandorojo/moti/compare/v0.6.1...v0.6.2) (2021-03-13) + +**Note:** Version bump only for package @motify/skeleton + + + + + ## [0.6.1](https://github.com/nandorojo/moti/compare/v0.6.0...v0.6.1) (2021-03-13) **Note:** Version bump only for package @motify/skeleton diff --git a/packages/skeleton/package.json b/packages/skeleton/package.json index d20d420..1782f55 100644 --- a/packages/skeleton/package.json +++ b/packages/skeleton/package.json @@ -1,7 +1,7 @@ { "name": "@motify/skeleton", "private": false, - "version": "0.6.1", + "version": "0.6.2", "keywords": [ "react-native", "ios", @@ -37,8 +37,8 @@ "clean": "del lib" }, "dependencies": { - "@motify/components": "^0.6.1", - "@motify/core": "^0.6.1" + "@motify/components": "^0.6.2", + "@motify/core": "^0.6.2" }, "devDependencies": { "expo-linear-gradient": "^9.0.0",