Skip to content

Commit

Permalink
19
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorojo committed Sep 21, 2022
1 parent 382cfc1 commit 7de05b9
Show file tree
Hide file tree
Showing 8 changed files with 74 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.19.0](https://github.com/nandorojo/moti/compare/v0.0.19...v0.19.0) (2022-09-21)

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







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





## [0.0.19](https://github.com/nandorojo/moti/compare/v0.19.0...v0.0.19) (2022-09-21)


Expand Down
16 changes: 16 additions & 0 deletions examples/with-expo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.19.0](https://github.com/nandorojo/moti/compare/v0.0.19...v0.19.0) (2022-09-21)

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







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





## [0.0.19](https://github.com/nandorojo/moti/compare/v0.19.0...v0.0.19) (2022-09-21)

**Note:** Version bump only for package with-expo
Expand Down
2 changes: 1 addition & 1 deletion 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.0.19",
"version": "0.19.0",
"private": true,
"scripts": {
"android": "expo run:android",
Expand Down
16 changes: 16 additions & 0 deletions examples/with-next/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.19.0](https://github.com/nandorojo/moti/compare/v0.0.19...v0.19.0) (2022-09-21)

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







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





## [0.0.19](https://github.com/nandorojo/moti/compare/v0.19.0...v0.0.19) (2022-09-21)

**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.0.19",
"version": "0.19.0",
"main": "__generated__/AppEntry.js",
"dependencies": {
"expo": "^40.0.0",
Expand Down
7 changes: 7 additions & 0 deletions lerna-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
74 error Error: A GH_TOKEN environment variable is required.
74 error at createGitHubClient (/Users/fernandorojo/Developer/madison-green/moti/node_modules/@lerna/github-client/lib/github-client.js:17:11)
74 error at createClient (/Users/fernandorojo/Developer/madison-green/moti/node_modules/@lerna/version/lib/create-release.js:16:14)
74 error at createRelease (/Users/fernandorojo/Developer/madison-green/moti/node_modules/@lerna/version/lib/create-release.js:25:18)
74 error at /Users/fernandorojo/Developer/madison-green/moti/node_modules/@lerna/version/index.js:282:9
74 error at /Users/fernandorojo/Developer/madison-green/moti/node_modules/p-waterfall/index.js:4:73
74 error at /Users/fernandorojo/Developer/madison-green/moti/node_modules/p-reduce/index.js:16:10
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.0.19",
"version": "0.19.0",
"command": {
"publish": {
"allowBranch": "master",
Expand Down
16 changes: 16 additions & 0 deletions packages/moti/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.19.0](https://github.com/nandorojo/moti/compare/v0.0.19...v0.19.0) (2022-09-21)

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







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





## [0.0.19](https://github.com/nandorojo/moti/compare/v0.19.0...v0.0.19) (2022-09-21)


Expand Down

0 comments on commit 7de05b9

Please sign in to comment.