From e28b9dbb731d871c699ed8006db2b7ba03ceae3c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 31 Mar 2023 16:54:06 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2023-03-31) ### Bug Fixes * **example:** switch to use predefined theme ([9823d4c](https://github.com/pchmn/expo-material3-theme/commit/9823d4c0be4a566175792aa3246c6f4043f009fa)) * **example:** use automatic color scheme ([78c8b02](https://github.com/pchmn/expo-material3-theme/commit/78c8b02da3163e73f2cc25c96c9b78ecf0147fda)) * ios module ([6579f94](https://github.com/pchmn/expo-material3-theme/commit/6579f945481ae714922a375d839a963811f8d859)) * theme backdrop ([ed6c3ea](https://github.com/pchmn/expo-material3-theme/commit/ed6c3ea1ecca54148690da8ecc67a3f8a8d1b722)) ### Features * **android:** get dynamic theme from system ([a1193e7](https://github.com/pchmn/expo-material3-theme/commit/a1193e7a5b39c434df3eccd7db486bd42324271d)) * create hook to retrieve theme ([d32fe22](https://github.com/pchmn/expo-material3-theme/commit/d32fe224a71f7a8d9d104ce4a50734abca445a10)) * **example:** improve example ([9ec23df](https://github.com/pchmn/expo-material3-theme/commit/9ec23dfc88972e14066091452ec662096b431be2)) * **example:** improve example app ([f5f446f](https://github.com/pchmn/expo-material3-theme/commit/f5f446fb0cc97e97fd9d2f06657e512d11804db8)) * generate material3 theme ([3680af8](https://github.com/pchmn/expo-material3-theme/commit/3680af81726e06766fd0df00a4a75a2eae48802c)) * improve example app ([9f0c3a3](https://github.com/pchmn/expo-material3-theme/commit/9f0c3a3db99ecf906296a144818aeaab9805afd9)) * **ios:** return null on ios ([bb38eb5](https://github.com/pchmn/expo-material3-theme/commit/bb38eb53466f9457b1cd544f4929dd13ff22a9cb)) * make module available for Expo Go ([a6cf7d1](https://github.com/pchmn/expo-material3-theme/commit/a6cf7d1f7b6a29a91faf902304490255626bcaa0)) * make source color required ([a80e580](https://github.com/pchmn/expo-material3-theme/commit/a80e58017729734a6abb578bb90da51eb4697b5b)) * set default fallback source color ([fd4877b](https://github.com/pchmn/expo-material3-theme/commit/fd4877be9a5357c7a0c08ee41e018ca6b069a728)) * update `useMaterial3Theme` params ([3329dd4](https://github.com/pchmn/expo-material3-theme/commit/3329dd4718f4d0bf2b88fe83d74380f208c5ad53)) * update library exports ([c290a6b](https://github.com/pchmn/expo-material3-theme/commit/c290a6ba213c0b6d8f6951bb9ccada75a6473774)) ### BREAKING CHANGES * remove `overwrite` param `overwrite` param in `useMaterial3Theme` is removed, use `sourceColor` param to overwrite system theme --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79e17dd..8105fe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,36 @@ +# 1.0.0 (2023-03-31) + + +### Bug Fixes + +* **example:** switch to use predefined theme ([9823d4c](https://github.com/pchmn/expo-material3-theme/commit/9823d4c0be4a566175792aa3246c6f4043f009fa)) +* **example:** use automatic color scheme ([78c8b02](https://github.com/pchmn/expo-material3-theme/commit/78c8b02da3163e73f2cc25c96c9b78ecf0147fda)) +* ios module ([6579f94](https://github.com/pchmn/expo-material3-theme/commit/6579f945481ae714922a375d839a963811f8d859)) +* theme backdrop ([ed6c3ea](https://github.com/pchmn/expo-material3-theme/commit/ed6c3ea1ecca54148690da8ecc67a3f8a8d1b722)) + + +### Features + +* **android:** get dynamic theme from system ([a1193e7](https://github.com/pchmn/expo-material3-theme/commit/a1193e7a5b39c434df3eccd7db486bd42324271d)) +* create hook to retrieve theme ([d32fe22](https://github.com/pchmn/expo-material3-theme/commit/d32fe224a71f7a8d9d104ce4a50734abca445a10)) +* **example:** improve example ([9ec23df](https://github.com/pchmn/expo-material3-theme/commit/9ec23dfc88972e14066091452ec662096b431be2)) +* **example:** improve example app ([f5f446f](https://github.com/pchmn/expo-material3-theme/commit/f5f446fb0cc97e97fd9d2f06657e512d11804db8)) +* generate material3 theme ([3680af8](https://github.com/pchmn/expo-material3-theme/commit/3680af81726e06766fd0df00a4a75a2eae48802c)) +* improve example app ([9f0c3a3](https://github.com/pchmn/expo-material3-theme/commit/9f0c3a3db99ecf906296a144818aeaab9805afd9)) +* **ios:** return null on ios ([bb38eb5](https://github.com/pchmn/expo-material3-theme/commit/bb38eb53466f9457b1cd544f4929dd13ff22a9cb)) +* make module available for Expo Go ([a6cf7d1](https://github.com/pchmn/expo-material3-theme/commit/a6cf7d1f7b6a29a91faf902304490255626bcaa0)) +* make source color required ([a80e580](https://github.com/pchmn/expo-material3-theme/commit/a80e58017729734a6abb578bb90da51eb4697b5b)) +* set default fallback source color ([fd4877b](https://github.com/pchmn/expo-material3-theme/commit/fd4877be9a5357c7a0c08ee41e018ca6b069a728)) +* update `useMaterial3Theme` params ([3329dd4](https://github.com/pchmn/expo-material3-theme/commit/3329dd4718f4d0bf2b88fe83d74380f208c5ad53)) +* update library exports ([c290a6b](https://github.com/pchmn/expo-material3-theme/commit/c290a6ba213c0b6d8f6951bb9ccada75a6473774)) + + +### BREAKING CHANGES + +* remove `overwrite` param + +`overwrite` param in `useMaterial3Theme` is removed, use `sourceColor` param to overwrite system theme + # [1.0.0-beta.2](https://github.com/pchmn/expo-material3-theme/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2023-03-30) diff --git a/package.json b/package.json index 380815f..f9ef85f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pchmn/expo-material3-theme", - "version": "1.0.0-beta.2", + "version": "1.0.0", "description": "Expo module to retrieve material 3 theme from Android 12+ devices", "main": "build/index.js", "types": "build/index.d.ts",