Skip to content

Commit 17fb398

Browse files
committed
chore: publish
1 parent 448bc79 commit 17fb398

File tree

8 files changed

+47
-4
lines changed

8 files changed

+47
-4
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.24.0](https://github.com/nandorojo/moti/compare/v0.23.7...v0.24.0) (2023-03-01)
7+
8+
9+
### Bug Fixes
10+
11+
* ebe ([c6475c2](https://github.com/nandorojo/moti/commit/c6475c2dc27010734ffa9070515a8ec133f337ae))
12+
13+
14+
### Features
15+
16+
* improve skeleton perf, add react-native-linear-gradient support ([b7f23ac](https://github.com/nandorojo/moti/commit/b7f23aca11a9cb65143e917846558d016c4d6f77))
17+
18+
19+
20+
21+
622
## [0.23.6](https://github.com/nandorojo/moti/compare/v0.23.4...v0.23.6) (2023-02-15)
723

824

examples/with-expo/CHANGELOG.md

+8
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.24.0](https://github.com/nandorojo/moti/compare/v0.23.7...v0.24.0) (2023-03-01)
7+
8+
**Note:** Version bump only for package with-expo
9+
10+
11+
12+
13+
614
## [0.23.6](https://github.com/nandorojo/moti/compare/v0.23.4...v0.23.6) (2023-02-15)
715

816

examples/with-expo/package.json

+1-1
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.23.6",
4+
"version": "0.24.0",
55
"private": true,
66
"scripts": {
77
"android": "expo run:android",

examples/with-next/CHANGELOG.md

+8
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.24.0](https://github.com/nandorojo/moti/compare/v0.23.7...v0.24.0) (2023-03-01)
7+
8+
**Note:** Version bump only for package next-dripsy-example
9+
10+
11+
12+
13+
614

715

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

examples/with-next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-dripsy-example",
3-
"version": "0.23.0",
3+
"version": "0.24.0",
44
"main": "__generated__/AppEntry.js",
55
"dependencies": {
66
"expo": "^40.0.0",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"npmClient": "npm",
77
"useWorkspaces": true,
8-
"version": "0.23.6",
8+
"version": "0.24.0",
99
"command": {
1010
"publish": {
1111
"allowBranch": "master",

packages/moti/CHANGELOG.md

+11
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.24.0](https://github.com/nandorojo/moti/compare/v0.23.7...v0.24.0) (2023-03-01)
7+
8+
9+
### Features
10+
11+
* improve skeleton perf, add react-native-linear-gradient support ([b7f23ac](https://github.com/nandorojo/moti/commit/b7f23aca11a9cb65143e917846558d016c4d6f77))
12+
13+
14+
15+
16+
617
## [0.23.6](https://github.com/nandorojo/moti/compare/v0.23.4...v0.23.6) (2023-02-15)
718

819

packages/moti/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "moti",
33
"private": false,
4-
"version": "0.24.0-alpha.8+a79e2bf",
4+
"version": "0.24.0",
55
"keywords": [
66
"react-native",
77
"ios",

0 commit comments

Comments
 (0)