Skip to content

Commit b422314

Browse files
committed
chore: publish
1 parent 5dd45d1 commit b422314

File tree

14 files changed

+73
-17
lines changed

14 files changed

+73
-17
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.16.1](https://github.com/nandorojo/moti/compare/v0.16.0...v0.16.1) (2021-11-03)
7+
8+
**Note:** Version bump only for package moti
9+
10+
11+
12+
13+
614

715

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

examples/with-expo/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.16.1](https://github.com/nandorojo/moti/compare/v0.16.0...v0.16.1) (2021-11-03)
7+
8+
**Note:** Version bump only for package with-expo
9+
10+
11+
12+
13+
614

715

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

examples/with-expo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "with-expo",
33
"description": "Example app for moti",
4-
"version": "0.16.0",
4+
"version": "0.16.1",
55
"private": true,
66
"main": "__generated__/AppEntry.js",
77
"scripts": {
@@ -13,14 +13,14 @@
1313
"postinstall": "expo-yarn-workspaces postinstall"
1414
},
1515
"dependencies": {
16-
"@motify/interactions": "^0.16.0",
17-
"@motify/skeleton": "^0.16.0",
16+
"@motify/interactions": "^0.16.1",
17+
"@motify/skeleton": "^0.16.1",
1818
"core-js": "^3",
1919
"expo": "^41.0.0",
2020
"expo-splash-screen": "~0.8.1",
2121
"expo-status-bar": "~1.0.3",
2222
"lodash.set": "^4.3.2",
23-
"moti": "^0.16.0",
23+
"moti": "^0.16.1",
2424
"react": "16.13.1",
2525
"react-dom": "16.13.1",
2626
"react-native": "0.63.4",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"npmClient": "npm",
77
"useWorkspaces": true,
8-
"version": "0.16.0",
8+
"version": "0.16.1",
99
"command": {
1010
"publish": {
1111
"allowBranch": "master",

packages/components/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.16.1](https://github.com/nandorojo/moti/compare/v0.16.0...v0.16.1) (2021-11-03)
7+
8+
**Note:** Version bump only for package @motify/components
9+
10+
11+
12+
13+
614

715

816
**Note:** Version bump only for package @motify/components

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@motify/components",
33
"private": false,
4-
"version": "0.16.0",
4+
"version": "0.16.1",
55
"keywords": [
66
"react-native",
77
"ios",
@@ -37,7 +37,7 @@
3737
"clean": "del lib"
3838
},
3939
"dependencies": {
40-
"@motify/core": "^0.16.0"
40+
"@motify/core": "^0.16.1"
4141
},
4242
"devDependencies": {
4343
"typescript": "^4.0.3"

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.16.1](https://github.com/nandorojo/moti/compare/v0.16.0...v0.16.1) (2021-11-03)
7+
8+
**Note:** Version bump only for package @motify/core
9+
10+
11+
12+
13+
614

715

816
**Note:** Version bump only for package @motify/core

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@motify/core",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"private": false,
55
"license": "MIT",
66
"keywords": [

packages/interactions/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.16.1](https://github.com/nandorojo/moti/compare/v0.16.0...v0.16.1) (2021-11-03)
7+
8+
**Note:** Version bump only for package @motify/interactions
9+
10+
11+
12+
13+
614

715

816
**Note:** Version bump only for package @motify/interactions

packages/interactions/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@motify/interactions",
33
"private": false,
4-
"version": "0.16.0",
4+
"version": "0.16.1",
55
"keywords": [
66
"react-native",
77
"ios",
@@ -37,8 +37,8 @@
3737
"clean": "del lib"
3838
},
3939
"dependencies": {
40-
"@motify/components": "^0.16.0",
41-
"@motify/core": "^0.16.0"
40+
"@motify/components": "^0.16.1",
41+
"@motify/core": "^0.16.1"
4242
},
4343
"devDependencies": {
4444
"typescript": "^4.0.3"

0 commit comments

Comments
 (0)