Skip to content

Commit b86be54

Browse files
committed
v
1 parent 0b71731 commit b86be54

File tree

8 files changed

+44
-6
lines changed

8 files changed

+44
-6
lines changed

.prettierrc.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
2-
// generated by @nandorojo/lint-expo
3-
module.exports = {...require('eslint-config-nando/prettier'), tabWidth: 2, useTabs: false}
1+
// generated by @nandorojo/lint-expo
2+
module.exports = {
3+
...require('eslint-config-nando/prettier'),
4+
tabWidth: 2,
5+
useTabs: false,
6+
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.25.4](https://github.com/nandorojo/moti/compare/v0.25.0...v0.25.4) (2023-08-01)
7+
8+
9+
### Bug Fixes
10+
11+
* expo web docs. close [#280](https://github.com/nandorojo/moti/issues/280) ([722dbbc](https://github.com/nandorojo/moti/commit/722dbbcfefc299c11547a66431b2183f9bdf071f))
12+
13+
14+
15+
16+
617
## [0.25.3](https://github.com/nandorojo/moti/compare/v0.25.0...v0.25.3) (2023-05-02)
718

819

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.25.4](https://github.com/nandorojo/moti/compare/v0.25.0...v0.25.4) (2023-08-01)
7+
8+
**Note:** Version bump only for package with-expo
9+
10+
11+
12+
13+
614
## [0.25.3](https://github.com/nandorojo/moti/compare/v0.25.0...v0.25.3) (2023-05-02)
715

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

examples/with-expo/package.json

Lines changed: 1 addition & 1 deletion
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.25.3",
4+
"version": "0.25.4",
55
"private": true,
66
"scripts": {
77
"android": "expo run:android",

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.25.4](https://github.com/nandorojo/moti/compare/v0.25.0...v0.25.4) (2023-08-01)
7+
8+
**Note:** Version bump only for package next-dripsy-example
9+
10+
11+
12+
13+
614
## [0.25.3](https://github.com/nandorojo/moti/compare/v0.25.0...v0.25.3) (2023-05-02)
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.25.3",
3+
"version": "0.25.4",
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.25.3",
8+
"version": "0.25.4",
99
"command": {
1010
"publish": {
1111
"allowBranch": "master",

packages/moti/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.25.4](https://github.com/nandorojo/moti/compare/v0.25.0...v0.25.4) (2023-08-01)
7+
8+
**Note:** Version bump only for package moti
9+
10+
11+
12+
13+
614
## [0.25.3](https://github.com/nandorojo/moti/compare/v0.25.0...v0.25.3) (2023-05-02)
715

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

0 commit comments

Comments
 (0)