Skip to content

Commit 13d1989

Browse files
Version Packages (#172)
* Version Packages * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Rob Walker <robert.walker@formidable.com>
1 parent 2b552fd commit 13d1989

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

.changeset/eight-moons-share.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thin-pumpkins-fly.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# react-native-owl
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- Switch Jest config to CLI options for Jest 28+ support ([#168](https://github.com/FormidableLabs/react-native-owl/pull/168))
8+
9+
### Patch Changes
10+
11+
- Disable Flipper on the example iOS app to allow for faster builds ([#170](https://github.com/FormidableLabs/react-native-owl/pull/170))
12+
- Update getting Started docs ([#171](https://github.com/FormidableLabs/react-native-owl/pull/171))
13+
314
## 1.2.3
415

516
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-owl",
3-
"version": "1.2.3",
3+
"version": "1.3.0",
44
"description": "Visual regression testing for React Native",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)