From 13d1989c1e140d3c95ecb739fb8a5d5317d294a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 11:47:35 +0000 Subject: [PATCH] Version Packages (#172) * Version Packages * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] Co-authored-by: Rob Walker --- .changeset/eight-moons-share.md | 5 ----- .changeset/thin-pumpkins-fly.md | 5 ----- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 4 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 .changeset/eight-moons-share.md delete mode 100644 .changeset/thin-pumpkins-fly.md diff --git a/.changeset/eight-moons-share.md b/.changeset/eight-moons-share.md deleted file mode 100644 index 1a6ad2e0..00000000 --- a/.changeset/eight-moons-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-owl': patch ---- - -Disable Flipper on the example iOS app to allow for faster builds diff --git a/.changeset/thin-pumpkins-fly.md b/.changeset/thin-pumpkins-fly.md deleted file mode 100644 index 695d8774..00000000 --- a/.changeset/thin-pumpkins-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-owl': minor ---- - -Switch Jest config to CLI options for Jext 28+ support diff --git a/CHANGELOG.md b/CHANGELOG.md index edbcb6cc..794499d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index a2263e1d..83540ebc 100644 --- a/package.json +++ b/package.json @@ -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",