Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorojo committed Mar 2, 2021
1 parent 0815f29 commit 2b5f86c
Show file tree
Hide file tree
Showing 14 changed files with 90 additions and 13 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.5](https://github.com/nandorojo/moti/compare/v0.5.4...v0.5.5) (2021-03-02)


### Bug Fixes

* broken types ([320f66f](https://github.com/nandorojo/moti/commit/320f66f1c0861e9ab3f47a06289183745e958d59))
* broken types tsconfig ([01a06e6](https://github.com/nandorojo/moti/commit/01a06e65ca4b98d47588f581c37ecf7350c4976d))
* dev type errors w paths ([0815f29](https://github.com/nandorojo/moti/commit/0815f29c2ce71b39150b0c0b8f7d2a3497b2541b))
* main lib types ([65c1a32](https://github.com/nandorojo/moti/commit/65c1a3298ca374dcaeca22b7783d99ecc4c62d72))





## [0.5.4](https://github.com/nandorojo/moti/compare/v0.5.3...v0.5.4) (2021-03-02)

**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.5.5](https://github.com/nandorojo/moti/compare/v0.5.4...v0.5.5) (2021-03-02)

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





## [0.5.4](https://github.com/nandorojo/moti/compare/v0.5.3...v0.5.4) (2021-03-02)

**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.5.4",
"version": "0.5.5",
"private": true,
"main": "__generated__/AppEntry.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"postinstall": "expo-yarn-workspaces postinstall"
},
"dependencies": {
"@motify/skeleton": "^0.5.4",
"@motify/skeleton": "^0.5.5",
"expo": "^40.0.0-beta.5",
"expo-splash-screen": "~0.8.1",
"expo-status-bar": "~1.0.3",
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.5.5](https://github.com/nandorojo/moti/compare/v0.5.4...v0.5.5) (2021-03-02)

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





## [0.5.4](https://github.com/nandorojo/moti/compare/v0.5.3...v0.5.4) (2021-03-02)

**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.5.4",
"version": "0.5.5",
"main": "__generated__/AppEntry.js",
"dependencies": {
"expo": "^40.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"npmClient": "npm",
"useWorkspaces": true,
"version": "0.5.4",
"version": "0.5.5",
"command": {
"publish": {
"allowBranch": "master",
Expand Down
11 changes: 11 additions & 0 deletions packages/components/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.5.5](https://github.com/nandorojo/moti/compare/v0.5.4...v0.5.5) (2021-03-02)


### Bug Fixes

* dev type errors w paths ([0815f29](https://github.com/nandorojo/moti/commit/0815f29c2ce71b39150b0c0b8f7d2a3497b2541b))





## [0.5.4](https://github.com/nandorojo/moti/compare/v0.5.3...v0.5.4) (2021-03-02)

**Note:** Version bump only for package @motify/components
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@motify/components",
"private": false,
"version": "0.5.4",
"version": "0.5.5",
"keywords": [
"react-native",
"ios",
Expand Down Expand Up @@ -37,7 +37,7 @@
"clean": "del lib"
},
"dependencies": {
"@motify/core": "^0.5.4"
"@motify/core": "^0.5.5"
},
"devDependencies": {
"typescript": "^4.0.3"
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.5](https://github.com/nandorojo/moti/compare/v0.5.4...v0.5.5) (2021-03-02)


### Bug Fixes

* broken types ([320f66f](https://github.com/nandorojo/moti/commit/320f66f1c0861e9ab3f47a06289183745e958d59))
* dev type errors w paths ([0815f29](https://github.com/nandorojo/moti/commit/0815f29c2ce71b39150b0c0b8f7d2a3497b2541b))





## [0.5.4](https://github.com/nandorojo/moti/compare/v0.5.3...v0.5.4) (2021-03-02)

**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.5.4",
"version": "0.5.5",
"private": false,
"license": "MIT",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/moti/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.5](https://github.com/nandorojo/moti/compare/v0.5.4...v0.5.5) (2021-03-02)


### Bug Fixes

* broken types ([320f66f](https://github.com/nandorojo/moti/commit/320f66f1c0861e9ab3f47a06289183745e958d59))
* main lib types ([65c1a32](https://github.com/nandorojo/moti/commit/65c1a3298ca374dcaeca22b7783d99ecc4c62d72))





## [0.5.4](https://github.com/nandorojo/moti/compare/v0.5.3...v0.5.4) (2021-03-02)

**Note:** Version bump only for package moti
Expand Down
6 changes: 3 additions & 3 deletions packages/moti/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "moti",
"private": false,
"version": "0.5.4",
"version": "0.5.5",
"keywords": [
"react-native",
"ios",
Expand Down Expand Up @@ -37,8 +37,8 @@
"clean": "del lib"
},
"dependencies": {
"@motify/components": "^0.5.4",
"@motify/core": "^0.5.4"
"@motify/components": "^0.5.5",
"@motify/core": "^0.5.5"
},
"devDependencies": {
"typescript": "^4.0.3"
Expand Down
12 changes: 12 additions & 0 deletions packages/skeleton/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.5](https://github.com/nandorojo/moti/compare/v0.5.4...v0.5.5) (2021-03-02)


### Bug Fixes

* broken types ([320f66f](https://github.com/nandorojo/moti/commit/320f66f1c0861e9ab3f47a06289183745e958d59))
* main lib types ([65c1a32](https://github.com/nandorojo/moti/commit/65c1a3298ca374dcaeca22b7783d99ecc4c62d72))





## [0.5.4](https://github.com/nandorojo/moti/compare/v0.5.3...v0.5.4) (2021-03-02)

**Note:** Version bump only for package @motify/skeleton
Expand Down
6 changes: 3 additions & 3 deletions packages/skeleton/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@motify/skeleton",
"private": false,
"version": "0.5.4",
"version": "0.5.5",
"keywords": [
"react-native",
"ios",
Expand Down Expand Up @@ -37,8 +37,8 @@
"clean": "del lib"
},
"dependencies": {
"@motify/components": "^0.5.4",
"@motify/core": "^0.5.4"
"@motify/components": "^0.5.5",
"@motify/core": "^0.5.5"
},
"devDependencies": {
"expo-linear-gradient": "^9.0.0",
Expand Down

1 comment on commit 2b5f86c

@vercel
Copy link

@vercel vercel bot commented on 2b5f86c Mar 2, 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.