From 3d06295d923f8e97f2765d969c8c058831492102 Mon Sep 17 00:00:00 2001 From: Fernando Rojo Date: Tue, 31 Aug 2021 21:43:49 -0400 Subject: [PATCH] chore: publish --- CHANGELOG.md | 17 +++++++++++++++++ examples/with-expo/CHANGELOG.md | 17 +++++++++++++++++ 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 | 11 +++++++++++ packages/components/package.json | 4 ++-- packages/core/CHANGELOG.md | 16 ++++++++++++++++ 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, 99 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 287ab0b..6024a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.12.0](https://github.com/nandorojo/moti/compare/v0.11.0...v0.12.0) (2021-09-01) + + +### Bug Fixes + +* transform errors from [#85](https://github.com/nandorojo/moti/issues/85), [#83](https://github.com/nandorojo/moti/issues/83), [#76](https://github.com/nandorojo/moti/issues/76), [#65](https://github.com/nandorojo/moti/issues/65) ([fef3ad0](https://github.com/nandorojo/moti/commit/fef3ad0e593b56ef4477ccdc8488625fd331a282)) + + +### Features + +* add custom & initial props to animate-presence ([7fafc30](https://github.com/nandorojo/moti/commit/7fafc3065b51f210ffa934eb41dfd656e27c08bb)) +* progress bar, transform does not work? ([9823cd1](https://github.com/nandorojo/moti/commit/9823cd1a22dfd98fdf7fb776ec3e1cb7593ff7b0)) + + + + + # [0.11.0](https://github.com/nandorojo/moti/compare/v0.10.1...v0.11.0) (2021-05-17) diff --git a/examples/with-expo/CHANGELOG.md b/examples/with-expo/CHANGELOG.md index aef5adc..221a2fb 100644 --- a/examples/with-expo/CHANGELOG.md +++ b/examples/with-expo/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.12.0](https://github.com/nandorojo/moti/compare/v0.11.0...v0.12.0) (2021-09-01) + + +### Bug Fixes + +* transform errors from [#85](https://github.com/nandorojo/moti/issues/85), [#83](https://github.com/nandorojo/moti/issues/83), [#76](https://github.com/nandorojo/moti/issues/76), [#65](https://github.com/nandorojo/moti/issues/65) ([fef3ad0](https://github.com/nandorojo/moti/commit/fef3ad0e593b56ef4477ccdc8488625fd331a282)) + + +### Features + +* add custom & initial props to animate-presence ([7fafc30](https://github.com/nandorojo/moti/commit/7fafc3065b51f210ffa934eb41dfd656e27c08bb)) +* progress bar, transform does not work? ([9823cd1](https://github.com/nandorojo/moti/commit/9823cd1a22dfd98fdf7fb776ec3e1cb7593ff7b0)) + + + + + # [0.11.0](https://github.com/nandorojo/moti/compare/v0.10.1...v0.11.0) (2021-05-17) **Note:** Version bump only for package with-expo diff --git a/examples/with-expo/package.json b/examples/with-expo/package.json index 5f00137..9989c47 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.11.0", + "version": "0.12.0", "private": true, "main": "__generated__/AppEntry.js", "scripts": { @@ -13,13 +13,13 @@ "postinstall": "expo-yarn-workspaces postinstall" }, "dependencies": { - "@motify/skeleton": "^0.11.0", + "@motify/skeleton": "^0.12.0", "core-js": "^3", "expo": "^41.0.0", "expo-splash-screen": "~0.8.1", "expo-status-bar": "~1.0.3", "lodash.set": "^4.3.2", - "moti": "^0.11.0", + "moti": "^0.12.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 4cc5817..93565bf 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.12.0](https://github.com/nandorojo/moti/compare/v0.11.0...v0.12.0) (2021-09-01) + +**Note:** Version bump only for package next-dripsy-example + + + + + # [0.11.0](https://github.com/nandorojo/moti/compare/v0.10.1...v0.11.0) (2021-05-17) **Note:** Version bump only for package next-dripsy-example diff --git a/examples/with-next/package.json b/examples/with-next/package.json index 66337d8..0a3c442 100644 --- a/examples/with-next/package.json +++ b/examples/with-next/package.json @@ -1,6 +1,6 @@ { "name": "next-dripsy-example", - "version": "0.11.0", + "version": "0.12.0", "main": "__generated__/AppEntry.js", "dependencies": { "expo": "^40.0.0", diff --git a/lerna.json b/lerna.json index 6796e46..f52551c 100644 --- a/lerna.json +++ b/lerna.json @@ -5,7 +5,7 @@ ], "npmClient": "npm", "useWorkspaces": true, - "version": "0.11.0", + "version": "0.12.0", "command": { "publish": { "allowBranch": "master", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index f9807c9..ff99fe2 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/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.12.0](https://github.com/nandorojo/moti/compare/v0.11.0...v0.12.0) (2021-09-01) + + +### Features + +* progress bar, transform does not work? ([9823cd1](https://github.com/nandorojo/moti/commit/9823cd1a22dfd98fdf7fb776ec3e1cb7593ff7b0)) + + + + + # [0.11.0](https://github.com/nandorojo/moti/compare/v0.10.1...v0.11.0) (2021-05-17) **Note:** Version bump only for package @motify/components diff --git a/packages/components/package.json b/packages/components/package.json index 288e13f..7d28ef3 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,7 +1,7 @@ { "name": "@motify/components", "private": false, - "version": "0.11.0", + "version": "0.12.0", "keywords": [ "react-native", "ios", @@ -37,7 +37,7 @@ "clean": "del lib" }, "dependencies": { - "@motify/core": "^0.11.0" + "@motify/core": "^0.12.0" }, "devDependencies": { "typescript": "^4.0.3" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index afde525..03d5fb3 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.12.0](https://github.com/nandorojo/moti/compare/v0.11.0...v0.12.0) (2021-09-01) + + +### Bug Fixes + +* transform errors from [#85](https://github.com/nandorojo/moti/issues/85), [#83](https://github.com/nandorojo/moti/issues/83), [#76](https://github.com/nandorojo/moti/issues/76), [#65](https://github.com/nandorojo/moti/issues/65) ([fef3ad0](https://github.com/nandorojo/moti/commit/fef3ad0e593b56ef4477ccdc8488625fd331a282)) + + +### Features + +* add custom & initial props to animate-presence ([7fafc30](https://github.com/nandorojo/moti/commit/7fafc3065b51f210ffa934eb41dfd656e27c08bb)) + + + + + # [0.11.0](https://github.com/nandorojo/moti/compare/v0.10.1...v0.11.0) (2021-05-17) diff --git a/packages/core/package.json b/packages/core/package.json index 638595e..82317b4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@motify/core", - "version": "0.11.0", + "version": "0.12.0", "private": false, "license": "MIT", "keywords": [ diff --git a/packages/moti/CHANGELOG.md b/packages/moti/CHANGELOG.md index 3e04cd1..8560ebc 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.12.0](https://github.com/nandorojo/moti/compare/v0.11.0...v0.12.0) (2021-09-01) + +**Note:** Version bump only for package moti + + + + + # [0.11.0](https://github.com/nandorojo/moti/compare/v0.10.1...v0.11.0) (2021-05-17) **Note:** Version bump only for package moti diff --git a/packages/moti/package.json b/packages/moti/package.json index dd82de1..72a716c 100644 --- a/packages/moti/package.json +++ b/packages/moti/package.json @@ -1,7 +1,7 @@ { "name": "moti", "private": false, - "version": "0.11.0", + "version": "0.12.0", "keywords": [ "react-native", "ios", @@ -37,8 +37,8 @@ "clean": "del lib" }, "dependencies": { - "@motify/components": "^0.11.0", - "@motify/core": "^0.11.0" + "@motify/components": "^0.12.0", + "@motify/core": "^0.12.0" }, "peerDependencies": { "react-native-reanimated": "*" diff --git a/packages/skeleton/CHANGELOG.md b/packages/skeleton/CHANGELOG.md index c13fe33..c0a2b79 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.12.0](https://github.com/nandorojo/moti/compare/v0.11.0...v0.12.0) (2021-09-01) + +**Note:** Version bump only for package @motify/skeleton + + + + + # [0.11.0](https://github.com/nandorojo/moti/compare/v0.10.1...v0.11.0) (2021-05-17) **Note:** Version bump only for package @motify/skeleton diff --git a/packages/skeleton/package.json b/packages/skeleton/package.json index 06cc044..8bc3236 100644 --- a/packages/skeleton/package.json +++ b/packages/skeleton/package.json @@ -1,7 +1,7 @@ { "name": "@motify/skeleton", "private": false, - "version": "0.11.0", + "version": "0.12.0", "keywords": [ "react-native", "ios", @@ -37,8 +37,8 @@ "clean": "del lib" }, "dependencies": { - "@motify/components": "^0.11.0", - "@motify/core": "^0.11.0" + "@motify/components": "^0.12.0", + "@motify/core": "^0.12.0" }, "devDependencies": { "expo-linear-gradient": "^9.0.0",