From b86408abc306e295c300a977a5ea8a654dfbe0a3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Jun 2022 22:01:21 +0000 Subject: [PATCH] chore(release): 1.7.7 [skip ci] ## [1.7.7](https://github.com/marklawlor/tailwindcss-react-native/compare/v1.7.6...v1.7.7) (2022-06-02) ### Bug Fixes * inline useDeviceOrientation to remove need to transpile ([c0659cd](https://github.com/marklawlor/tailwindcss-react-native/commit/c0659cd8615e6168b8bfa5da45b5ba5880482ac0)) * remove regex negative lookbehind for safari compatibility ([#72](https://github.com/marklawlor/tailwindcss-react-native/issues/72)) ([25476cb](https://github.com/marklawlor/tailwindcss-react-native/commit/25476cb57a88e9e46d33ce055c9f6df0b0dd7c36)) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 996f89e..ceb42ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.7.7](https://github.com/marklawlor/tailwindcss-react-native/compare/v1.7.6...v1.7.7) (2022-06-02) + + +### Bug Fixes + +* inline useDeviceOrientation to remove need to transpile ([c0659cd](https://github.com/marklawlor/tailwindcss-react-native/commit/c0659cd8615e6168b8bfa5da45b5ba5880482ac0)) +* remove regex negative lookbehind for safari compatibility ([#72](https://github.com/marklawlor/tailwindcss-react-native/issues/72)) ([25476cb](https://github.com/marklawlor/tailwindcss-react-native/commit/25476cb57a88e9e46d33ce055c9f6df0b0dd7c36)) + ## [1.7.6](https://github.com/marklawlor/tailwindcss-react-native/compare/v1.7.5...v1.7.6) (2022-06-02)