Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-03-31)

### Bug Fixes

* **example:** switch to use predefined theme ([9823d4c](9823d4c))
* **example:** use automatic color scheme ([78c8b02](78c8b02))
* ios module ([6579f94](6579f94))
* theme backdrop ([ed6c3ea](ed6c3ea))

### Features

* **android:** get dynamic theme from system ([a1193e7](a1193e7))
* create hook to retrieve theme ([d32fe22](d32fe22))
* **example:** improve example ([9ec23df](9ec23df))
* **example:** improve example app ([f5f446f](f5f446f))
* generate material3 theme ([3680af8](3680af8))
* improve example app ([9f0c3a3](9f0c3a3))
* **ios:** return null on ios ([bb38eb5](bb38eb5))
* make module available for Expo Go ([a6cf7d1](a6cf7d1))
* make source color required ([a80e580](a80e580))
* set default fallback source color ([fd4877b](fd4877b))
* update `useMaterial3Theme` params ([3329dd4](3329dd4))
* update library exports ([c290a6b](c290a6b))

### BREAKING CHANGES

* remove `overwrite` param

`overwrite` param in `useMaterial3Theme` is removed, use `sourceColor` param to overwrite system theme
  • Loading branch information
semantic-release-bot committed Mar 31, 2023
1 parent 58b14af commit e28b9db
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e28b9db

Please sign in to comment.