From 802fc548ca1dcb2f15492d6fe3db96206e014ccf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 5 May 2022 04:11:13 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # [1.0.0](https://github.com/marklawlor/tailwindcss-react-native/compare/v0.1.7...v1.0.0) (2022-05-05) ### Bug Fixes * add output option to postcss plugin ([0a910de](https://github.com/marklawlor/tailwindcss-react-native/commit/0a910dee36cfba09dc6531d03330d52a65f236ed)) * add plugin.js to npm. lint fixes ([5c0c74d](https://github.com/marklawlor/tailwindcss-react-native/commit/5c0c74de6aad834bcf3f72fa65f743eac4a8db45)) * cli watch flag ([c972e06](https://github.com/marklawlor/tailwindcss-react-native/commit/c972e062c4ebfa27db5516dd5b1e97e75b526989)) * **deps:** pin dependencies ([58e090d](https://github.com/marklawlor/tailwindcss-react-native/commit/58e090dd56b707b96aba9f3163eac1acf6d3ecc2)) * **deps:** update docusaurus monorepo to v2.0.0-beta.19 ([3206a8a](https://github.com/marklawlor/tailwindcss-react-native/commit/3206a8a7a2dd145110694f9e8f12b784e0a8f2c4)) * expose postcss plugin ([ff7f0fc](https://github.com/marklawlor/tailwindcss-react-native/commit/ff7f0fc2d3fb1b2cfa880c9fcd25a727771130c1)) * hmr=false was processes all files ([9fda8ea](https://github.com/marklawlor/tailwindcss-react-native/commit/9fda8eab87f728bb57e23501856b175033dd3766)) * improvements to platform prefixes ([3496060](https://github.com/marklawlor/tailwindcss-react-native/commit/3496060bc0a2d7952ec2de3fb940a4e1a51cca56)) * postcss plugin not compiling variables ([4742d58](https://github.com/marklawlor/tailwindcss-react-native/commit/4742d5828ed2ac9e07073c2263f51790a0f3ec79)) * production dependancies ([683a7e9](https://github.com/marklawlor/tailwindcss-react-native/commit/683a7e96d115c3967e00e04fb5865118aa74d474)) * revert back to npm lockfile 1 for node 14 support ([f718884](https://github.com/marklawlor/tailwindcss-react-native/commit/f7188848a57779a051f1dd8bc31fca03eea23943)) * selector generation when using important ([b39125d](https://github.com/marklawlor/tailwindcss-react-native/commit/b39125d9a84d1190ec6628db01ad750e3b45dc13)) * updated dependancies ([e128db7](https://github.com/marklawlor/tailwindcss-react-native/commit/e128db763a5a6e9e79772d3940476c44b4f630b9)) ### Features * add feature preview flag ([9397e67](https://github.com/marklawlor/tailwindcss-react-native/commit/9397e67cffd9691a193ad8c8271099fc28a93548)) * basic platform variant matching ([22da605](https://github.com/marklawlor/tailwindcss-react-native/commit/22da605c245b8339b7a8b70424a3d7192a97fe92)) * change useTailwind to a factory function ([56b4a29](https://github.com/marklawlor/tailwindcss-react-native/commit/56b4a29941d82fb415977fdfbebd852060659982)) * new babel modes ([4c5741f](https://github.com/marklawlor/tailwindcss-react-native/commit/4c5741fff6321211339e1919a47ca414d0a1eaae)) * rename allowModules and blockmodules ([cae86cf](https://github.com/marklawlor/tailwindcss-react-native/commit/cae86cf93edfb10133a0b89ee0c1dde907241001)) * rewrite extract native styles logic ([30c5b76](https://github.com/marklawlor/tailwindcss-react-native/commit/30c5b76a4a7f7fcc234375d1b5035dee2a41ee22)) ### BREAKING CHANGES * skipTransform: true has been changed to mode: "compileOnly" --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81ffc68..b5d39a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,37 @@ +# [1.0.0](https://github.com/marklawlor/tailwindcss-react-native/compare/v0.1.7...v1.0.0) (2022-05-05) + + +### Bug Fixes + +* add output option to postcss plugin ([0a910de](https://github.com/marklawlor/tailwindcss-react-native/commit/0a910dee36cfba09dc6531d03330d52a65f236ed)) +* add plugin.js to npm. lint fixes ([5c0c74d](https://github.com/marklawlor/tailwindcss-react-native/commit/5c0c74de6aad834bcf3f72fa65f743eac4a8db45)) +* cli watch flag ([c972e06](https://github.com/marklawlor/tailwindcss-react-native/commit/c972e062c4ebfa27db5516dd5b1e97e75b526989)) +* **deps:** pin dependencies ([58e090d](https://github.com/marklawlor/tailwindcss-react-native/commit/58e090dd56b707b96aba9f3163eac1acf6d3ecc2)) +* **deps:** update docusaurus monorepo to v2.0.0-beta.19 ([3206a8a](https://github.com/marklawlor/tailwindcss-react-native/commit/3206a8a7a2dd145110694f9e8f12b784e0a8f2c4)) +* expose postcss plugin ([ff7f0fc](https://github.com/marklawlor/tailwindcss-react-native/commit/ff7f0fc2d3fb1b2cfa880c9fcd25a727771130c1)) +* hmr=false was processes all files ([9fda8ea](https://github.com/marklawlor/tailwindcss-react-native/commit/9fda8eab87f728bb57e23501856b175033dd3766)) +* improvements to platform prefixes ([3496060](https://github.com/marklawlor/tailwindcss-react-native/commit/3496060bc0a2d7952ec2de3fb940a4e1a51cca56)) +* postcss plugin not compiling variables ([4742d58](https://github.com/marklawlor/tailwindcss-react-native/commit/4742d5828ed2ac9e07073c2263f51790a0f3ec79)) +* production dependancies ([683a7e9](https://github.com/marklawlor/tailwindcss-react-native/commit/683a7e96d115c3967e00e04fb5865118aa74d474)) +* revert back to npm lockfile 1 for node 14 support ([f718884](https://github.com/marklawlor/tailwindcss-react-native/commit/f7188848a57779a051f1dd8bc31fca03eea23943)) +* selector generation when using important ([b39125d](https://github.com/marklawlor/tailwindcss-react-native/commit/b39125d9a84d1190ec6628db01ad750e3b45dc13)) +* updated dependancies ([e128db7](https://github.com/marklawlor/tailwindcss-react-native/commit/e128db763a5a6e9e79772d3940476c44b4f630b9)) + + +### Features + +* add feature preview flag ([9397e67](https://github.com/marklawlor/tailwindcss-react-native/commit/9397e67cffd9691a193ad8c8271099fc28a93548)) +* basic platform variant matching ([22da605](https://github.com/marklawlor/tailwindcss-react-native/commit/22da605c245b8339b7a8b70424a3d7192a97fe92)) +* change useTailwind to a factory function ([56b4a29](https://github.com/marklawlor/tailwindcss-react-native/commit/56b4a29941d82fb415977fdfbebd852060659982)) +* new babel modes ([4c5741f](https://github.com/marklawlor/tailwindcss-react-native/commit/4c5741fff6321211339e1919a47ca414d0a1eaae)) +* rename allowModules and blockmodules ([cae86cf](https://github.com/marklawlor/tailwindcss-react-native/commit/cae86cf93edfb10133a0b89ee0c1dde907241001)) +* rewrite extract native styles logic ([30c5b76](https://github.com/marklawlor/tailwindcss-react-native/commit/30c5b76a4a7f7fcc234375d1b5035dee2a41ee22)) + + +### BREAKING CHANGES + +* skipTransform: true has been changed to mode: "compileOnly" + # [1.0.0-next.10](https://github.com/marklawlor/tailwindcss-react-native/compare/v1.0.0-next.9...v1.0.0-next.10) (2022-05-05)