From a33108d155e0e96337a136123881f95f3d4780a8 Mon Sep 17 00:00:00 2001 From: Fernando Rojo Date: Thu, 2 Sep 2021 17:33:26 -0400 Subject: [PATCH] chore: publish --- CHANGELOG.md | 16 ++++++++++++++++ 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 | 7 +++++-- packages/components/CHANGELOG.md | 8 ++++++++ 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, 93 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd40dc3..e98ead9 100644 --- a/CHANGELOG.md +++ b/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.13.0](https://github.com/nandorojo/moti/compare/v0.12.3...v0.13.0) (2021-09-02) + + +### Bug Fixes + +* typeof null === object fix for sequences ([80f7092](https://github.com/nandorojo/moti/commit/80f70928e92d36918247804e9a0189c34cf07eb5)) + + +### Features + +* transform support, with sequences ([665bdf6](https://github.com/nandorojo/moti/commit/665bdf6df362d05b5bff2bd1ec12b36a69d84118)) + + + + + ## [0.12.3](https://github.com/nandorojo/moti/compare/v0.12.2...v0.12.3) (2021-09-01) diff --git a/examples/with-expo/CHANGELOG.md b/examples/with-expo/CHANGELOG.md index cb17a31..775faab 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.13.0](https://github.com/nandorojo/moti/compare/v0.12.3...v0.13.0) (2021-09-02) + + +### Features + +* transform support, with sequences ([665bdf6](https://github.com/nandorojo/moti/commit/665bdf6df362d05b5bff2bd1ec12b36a69d84118)) + + + + + ## [0.12.3](https://github.com/nandorojo/moti/compare/v0.12.2...v0.12.3) (2021-09-01) diff --git a/examples/with-expo/package.json b/examples/with-expo/package.json index 24c341f..6efeb93 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.12.3", + "version": "0.13.0", "private": true, "main": "__generated__/AppEntry.js", "scripts": { @@ -13,13 +13,13 @@ "postinstall": "expo-yarn-workspaces postinstall" }, "dependencies": { - "@motify/skeleton": "^0.12.3", + "@motify/skeleton": "^0.13.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.12.3", + "moti": "^0.13.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 93565bf..2f68e05 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.13.0](https://github.com/nandorojo/moti/compare/v0.12.3...v0.13.0) (2021-09-02) + +**Note:** Version bump only for package next-dripsy-example + + + + + # [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 diff --git a/examples/with-next/package.json b/examples/with-next/package.json index 0a3c442..663b995 100644 --- a/examples/with-next/package.json +++ b/examples/with-next/package.json @@ -1,6 +1,6 @@ { "name": "next-dripsy-example", - "version": "0.12.0", + "version": "0.13.0", "main": "__generated__/AppEntry.js", "dependencies": { "expo": "^40.0.0", diff --git a/lerna.json b/lerna.json index fbfc7de..d5f01a6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,8 +1,11 @@ { - "packages": ["packages/*", "examples/*"], + "packages": [ + "packages/*", + "examples/*" + ], "npmClient": "npm", "useWorkspaces": true, - "version": "0.12.3", + "version": "0.13.0", "command": { "publish": { "allowBranch": "master", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index f580e3b..837f40b 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.13.0](https://github.com/nandorojo/moti/compare/v0.12.3...v0.13.0) (2021-09-02) + +**Note:** Version bump only for package @motify/components + + + + + ## [0.12.3](https://github.com/nandorojo/moti/compare/v0.12.2...v0.12.3) (2021-09-01) **Note:** Version bump only for package @motify/components diff --git a/packages/components/package.json b/packages/components/package.json index a2c8013..148f5c2 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,7 +1,7 @@ { "name": "@motify/components", "private": false, - "version": "0.12.3", + "version": "0.13.0", "keywords": [ "react-native", "ios", @@ -37,7 +37,7 @@ "clean": "del lib" }, "dependencies": { - "@motify/core": "^0.12.3" + "@motify/core": "^0.13.0" }, "devDependencies": { "typescript": "^4.0.3" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2c60bf5..4dfbc34 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.13.0](https://github.com/nandorojo/moti/compare/v0.12.3...v0.13.0) (2021-09-02) + + +### Bug Fixes + +* typeof null === object fix for sequences ([80f7092](https://github.com/nandorojo/moti/commit/80f70928e92d36918247804e9a0189c34cf07eb5)) + + +### Features + +* transform support, with sequences ([665bdf6](https://github.com/nandorojo/moti/commit/665bdf6df362d05b5bff2bd1ec12b36a69d84118)) + + + + + ## [0.12.3](https://github.com/nandorojo/moti/compare/v0.12.2...v0.12.3) (2021-09-01) diff --git a/packages/core/package.json b/packages/core/package.json index 389c84b..d58937e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@motify/core", - "version": "0.12.3", + "version": "0.13.0", "private": false, "license": "MIT", "keywords": [ diff --git a/packages/moti/CHANGELOG.md b/packages/moti/CHANGELOG.md index 652b711..a169623 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.13.0](https://github.com/nandorojo/moti/compare/v0.12.3...v0.13.0) (2021-09-02) + +**Note:** Version bump only for package moti + + + + + ## [0.12.3](https://github.com/nandorojo/moti/compare/v0.12.2...v0.12.3) (2021-09-01) **Note:** Version bump only for package moti diff --git a/packages/moti/package.json b/packages/moti/package.json index 9e9a5b6..e02a0de 100644 --- a/packages/moti/package.json +++ b/packages/moti/package.json @@ -1,7 +1,7 @@ { "name": "moti", "private": false, - "version": "0.12.3", + "version": "0.13.0", "keywords": [ "react-native", "ios", @@ -37,8 +37,8 @@ "clean": "del lib" }, "dependencies": { - "@motify/components": "^0.12.3", - "@motify/core": "^0.12.3" + "@motify/components": "^0.13.0", + "@motify/core": "^0.13.0" }, "peerDependencies": { "react-native-reanimated": "*" diff --git a/packages/skeleton/CHANGELOG.md b/packages/skeleton/CHANGELOG.md index 824596b..b2b241a 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.13.0](https://github.com/nandorojo/moti/compare/v0.12.3...v0.13.0) (2021-09-02) + +**Note:** Version bump only for package @motify/skeleton + + + + + ## [0.12.3](https://github.com/nandorojo/moti/compare/v0.12.2...v0.12.3) (2021-09-01) **Note:** Version bump only for package @motify/skeleton diff --git a/packages/skeleton/package.json b/packages/skeleton/package.json index 5654509..89aabb9 100644 --- a/packages/skeleton/package.json +++ b/packages/skeleton/package.json @@ -1,7 +1,7 @@ { "name": "@motify/skeleton", "private": false, - "version": "0.12.3", + "version": "0.13.0", "keywords": [ "react-native", "ios", @@ -37,8 +37,8 @@ "clean": "del lib" }, "dependencies": { - "@motify/components": "^0.12.3", - "@motify/core": "^0.12.3" + "@motify/components": "^0.13.0", + "@motify/core": "^0.13.0" }, "devDependencies": { "expo-linear-gradient": "^9.0.0",