From af00b5c3a6e67269105a18435a2e23c8b6752488 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Jan 2025 19:25:23 +0000 Subject: [PATCH] Version Packages --- .changeset/great-mayflies-explain.md | 5 ----- .changeset/shiny-items-vanish.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/great-mayflies-explain.md delete mode 100644 .changeset/shiny-items-vanish.md diff --git a/.changeset/great-mayflies-explain.md b/.changeset/great-mayflies-explain.md deleted file mode 100644 index cda555ae..00000000 --- a/.changeset/great-mayflies-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-owl': minor ---- - -Ability to pass along Jest testNamePattern when the argument is provided diff --git a/.changeset/shiny-items-vanish.md b/.changeset/shiny-items-vanish.md deleted file mode 100644 index 149b3b87..00000000 --- a/.changeset/shiny-items-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-owl': patch ---- - -fix alias to avoid collision diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bb2954f..be7b83b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # react-native-owl +## 1.5.0 + +### Minor Changes + +- Ability to pass along Jest testNamePattern when the argument is provided ([#182](https://github.com/FormidableLabs/react-native-owl/pull/182)) + +### Patch Changes + +- fix alias to avoid collision ([#184](https://github.com/FormidableLabs/react-native-owl/pull/184)) + ## 1.4.0 ### Minor Changes diff --git a/package.json b/package.json index 0f17e9f6..67cb1c52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-owl", - "version": "1.4.0", + "version": "1.5.0", "description": "Visual regression testing for React Native", "main": "./dist/index.js", "types": "./dist/index.d.ts",