Skip to content

Commit

Permalink
Version Packages (#172)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
3 people committed Feb 10, 2024
1 parent 2b552fd commit 13d1989
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-moons-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-pumpkins-fly.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# react-native-owl

## 1.3.0

### Minor Changes

- Switch Jest config to CLI options for Jest 28+ support ([#168](https://github.com/FormidableLabs/react-native-owl/pull/168))

### Patch Changes

- Disable Flipper on the example iOS app to allow for faster builds ([#170](https://github.com/FormidableLabs/react-native-owl/pull/170))
- Update getting Started docs ([#171](https://github.com/FormidableLabs/react-native-owl/pull/171))

## 1.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-owl",
"version": "1.2.3",
"version": "1.3.0",
"description": "Visual regression testing for React Native",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 13d1989

Please sign in to comment.