Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorojo committed Feb 7, 2021
1 parent 5be30ae commit 51052b3
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0](https://github.com/nandorojo/moti/compare/v0.3.1...v0.4.0) (2021-02-07)


### Features

* fix potential circular type dep? ([9d8ca81](https://github.com/nandorojo/moti/commit/9d8ca815574467200c6b28bf05cb61d18aa031a8))





## [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
Expand Down
8 changes: 8 additions & 0 deletions examples/with-expo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0](https://github.com/nandorojo/moti/compare/v0.3.1...v0.4.0) (2021-02-07)

**Note:** Version bump only for package with-expo





## [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
Expand Down
4 changes: 2 additions & 2 deletions examples/with-expo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "with-expo",
"description": "Example app for moti",
"version": "0.3.1",
"version": "0.4.0",
"private": true,
"main": "__generated__/AppEntry.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"expo-status-bar": "~1.0.3",
"framer-motion": "^3.2.1",
"lodash.set": "^4.3.2",
"moti": "^0.3.1",
"moti": "^0.4.0",
"react": "~16.13.1",
"react-dom": "^16.13.1",
"react-native": "0.63.4",
Expand Down
8 changes: 8 additions & 0 deletions examples/with-next/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0](https://github.com/nandorojo/moti/compare/v0.3.1...v0.4.0) (2021-02-07)

**Note:** Version bump only for package next-dripsy-example





## [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
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-dripsy-example",
"version": "0.3.1",
"version": "0.4.0",
"main": "__generated__/AppEntry.js",
"dependencies": {
"expo": "^40.0.0",
Expand Down
7 changes: 5 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"packages": ["packages/*", "examples/*"],
"packages": [
"packages/*",
"examples/*"
],
"npmClient": "npm",
"useWorkspaces": true,
"version": "0.3.2",
"version": "0.4.0",
"command": {
"publish": {
"allowBranch": "master",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0](https://github.com/nandorojo/moti/compare/v0.3.1...v0.4.0) (2021-02-07)


### Features

* fix potential circular type dep? ([9d8ca81](https://github.com/nandorojo/moti/commit/9d8ca815574467200c6b28bf05cb61d18aa031a8))





## [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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@motify/core",
"version": "0.3.1",
"version": "0.4.0",
"private": false,
"license": "MIT",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/moti/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0](https://github.com/nandorojo/moti/compare/v0.3.1...v0.4.0) (2021-02-07)

**Note:** Version bump only for package moti





## [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
Expand Down
2 changes: 1 addition & 1 deletion packages/moti/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "moti",
"private": false,
"version": "0.3.1",
"version": "0.4.0",
"keywords": [
"react-native",
"ios",
Expand Down

1 comment on commit 51052b3

@vercel
Copy link

@vercel vercel bot commented on 51052b3 Feb 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.