Skip to content

Commit bf22223

Browse files
Version Packages (#183)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e3e383d commit bf22223

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/great-mayflies-explain.md

-5
This file was deleted.

.changeset/shiny-items-vanish.md

-5
This file was deleted.

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# react-native-owl
22

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- Ability to pass along Jest testNamePattern when the argument is provided ([#182](https://github.com/FormidableLabs/react-native-owl/pull/182))
8+
9+
### Patch Changes
10+
11+
- fix alias to avoid collision ([#184](https://github.com/FormidableLabs/react-native-owl/pull/184))
12+
313
## 1.4.0
414

515
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-owl",
3-
"version": "1.4.0",
3+
"version": "1.5.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)