Skip to content

Commit 3193904

Browse files
committed
chore: publish
1 parent 282512e commit 3193904

File tree

16 files changed

+82
-18
lines changed

16 files changed

+82
-18
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.15.2](https://github.com/nandorojo/moti/compare/v0.15.1...v0.15.2) (2021-09-23)
7+
8+
**Note:** Version bump only for package moti
9+
10+
11+
12+
13+
614
## [0.15.1](https://github.com/nandorojo/moti/compare/v0.15.0...v0.15.1) (2021-09-23)
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.15.2](https://github.com/nandorojo/moti/compare/v0.15.1...v0.15.2) (2021-09-23)
7+
8+
**Note:** Version bump only for package with-expo
9+
10+
11+
12+
13+
614
## [0.15.1](https://github.com/nandorojo/moti/compare/v0.15.0...v0.15.1) (2021-09-23)
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.15.1",
4+
"version": "0.15.2",
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.15.1",
17-
"@motify/skeleton": "^0.15.1",
16+
"@motify/interactions": "^0.15.2",
17+
"@motify/skeleton": "^0.15.2",
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.15.1",
23+
"moti": "^0.15.2",
2424
"react": "16.13.1",
2525
"react-dom": "16.13.1",
2626
"react-native": "0.63.4",

examples/with-next/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.15.2](https://github.com/nandorojo/moti/compare/v0.15.1...v0.15.2) (2021-09-23)
7+
8+
**Note:** Version bump only for package next-dripsy-example
9+
10+
11+
12+
13+
614
## [0.15.1](https://github.com/nandorojo/moti/compare/v0.15.0...v0.15.1) (2021-09-23)
715

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

examples/with-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-dripsy-example",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"main": "__generated__/AppEntry.js",
55
"dependencies": {
66
"expo": "^40.0.0",

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.15.1",
8+
"version": "0.15.2",
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.15.2](https://github.com/nandorojo/moti/compare/v0.15.1...v0.15.2) (2021-09-23)
7+
8+
**Note:** Version bump only for package @motify/components
9+
10+
11+
12+
13+
614
## [0.15.1](https://github.com/nandorojo/moti/compare/v0.15.0...v0.15.1) (2021-09-23)
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.15.1",
4+
"version": "0.15.2",
55
"keywords": [
66
"react-native",
77
"ios",
@@ -37,7 +37,7 @@
3737
"clean": "del lib"
3838
},
3939
"dependencies": {
40-
"@motify/core": "^0.15.1"
40+
"@motify/core": "^0.15.2"
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.15.2](https://github.com/nandorojo/moti/compare/v0.15.1...v0.15.2) (2021-09-23)
7+
8+
**Note:** Version bump only for package @motify/core
9+
10+
11+
12+
13+
614
## [0.15.1](https://github.com/nandorojo/moti/compare/v0.15.0...v0.15.1) (2021-09-23)
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.15.1",
3+
"version": "0.15.2",
44
"private": false,
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)