Skip to content

Commit

Permalink
chore(release): 1.0.0-dryrun.1 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0-dryrun.1 (2024-10-09)

### Bug Fixes

* apply naming rules ([#28](#28)) ([881d2b2](881d2b2))
* change product name in CONTRIBUTING.md ([efa6c35](efa6c35))
* change product name in README.md ([7430628](7430628))
* **deps:** update dependency androidx.activity:activity-compose to v1.9.2 ([#79](#79)) ([b755d48](b755d48))
* **deps:** update dependency androidx.compose:compose-bom to v2024.09.02 ([#80](#80)) ([b58c8de](b58c8de))
* **deps:** update dependency androidx.compose:compose-bom to v2024.09.03 ([#100](#100)) ([ef7752e](ef7752e))
* **deps:** update dependency androidx.navigation:navigation-compose to v2.8.1 ([#85](#85)) ([4910d52](4910d52))
* **deps:** update dependency androidx.navigation:navigation-compose to v2.8.2 ([#101](#101)) ([0a534b8](0a534b8))
* **deps:** update dependency com.google.auth:google-auth-library-oauth2-http to v1.27.0 ([#86](#86)) ([ef98d7b](ef98d7b))
* **deps:** update dependency com.google.auth:google-auth-library-oauth2-http to v1.28.0 ([#102](#102)) ([510a529](510a529))
* **deps:** update dependency com.google.firebase:firebase-bom to v33.3.0 ([#87](#87)) ([505a070](505a070))
* **deps:** update dependency com.google.firebase:firebase-bom to v33.4.0 ([#99](#99)) ([376d462](376d462))
* **deps:** update dependency org.mockito:mockito-android to v5.13.0 ([#89](#89)) ([df22cae](df22cae))
* **deps:** update dependency org.mockito:mockito-android to v5.14.1 ([#94](#94)) ([8a8ea8b](8a8ea8b))
* **deps:** update dependency org.mockito.kotlin:mockito-kotlin to v5.4.0 ([#88](#88)) ([dc99148](dc99148))
* **deps:** update grpc-java monorepo to v1.68.0 ([#93](#93)) ([d0f00c3](d0f00c3))
* **deps:** update zxing to v3.5.3 ([#81](#81)) ([bc318d8](bc318d8))
* set up 2 assignees in the issues templates ([083c8dc](083c8dc))
* set up 2 assignees in the issues templates ([9e58305](9e58305))
* set up 2 assignees in the issues templates ([043105c](043105c))
* typo in CONTRIBUTING.md ([77c9e5f](77c9e5f))
* update Renovate to target the main branch ([c8b2949](c8b2949))

### Features

* add border tokens ([#54](#54)) ([c238e91](c238e91))
* add dimension tokens ([#68](#68)) ([8c3b38a](8c3b38a))
* add elevation tokens ([#62](#62)) ([6debb88](6debb88))
* add font tokens and theme typography ([#97](#97)) ([80175df](80175df))
* add grid tokens ([#65](#65)) ([351e671](351e671))
* add opacity tokens ([#53](#53)) ([7da8a10](7da8a10))
* **border:** change semantic tokens for border width ([#69](#69)) ([d927fdd](d927fdd))
* create the basic architecture of the demo application ([#31](#31)) ([8dbc9af](8dbc9af))
* create the basic architecture of the library ([#32](#32)) ([254469c](254469c))
* implement tokens architecture ([#52](#52)) ([f5e6863](f5e6863))
* **opacity:** rename opacity-emphasis to opacity-strong ([#63](#63)) ([ad68075](ad68075))
* **opacity:** update `opacity800` from `0.88f` to `0.80f` ([#60](#60)) ([c477551](c477551))
* update font tokens to match with Tokenator generated files ([#107](#107)) ([51c79f4](51c79f4))
* update semantic tokens architecture ([#104](#104)) ([bca2b64](bca2b64))
  • Loading branch information
semantic-release-bot committed Oct 9, 2024
1 parent b453649 commit b6ea4c2
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,49 @@ All notable changes done in OUDS Android library will be documented in this file

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# 1.0.0-dryrun.1 (2024-10-09)


### Bug Fixes

* apply naming rules ([#28](https://github.com/Orange-OpenSource/ouds-android/issues/28)) ([881d2b2](https://github.com/Orange-OpenSource/ouds-android/commit/881d2b23291b5cf97d003235ad8a7e93752bfb10))
* change product name in CONTRIBUTING.md ([efa6c35](https://github.com/Orange-OpenSource/ouds-android/commit/efa6c35c767c1ced2f5a8ac319c759ed4b5978db))
* change product name in README.md ([7430628](https://github.com/Orange-OpenSource/ouds-android/commit/74306287eacf6349a5b838fc58de2202a268ae7a))
* **deps:** update dependency androidx.activity:activity-compose to v1.9.2 ([#79](https://github.com/Orange-OpenSource/ouds-android/issues/79)) ([b755d48](https://github.com/Orange-OpenSource/ouds-android/commit/b755d48df35847b0cc91fdb7018e197d62b8fee0))
* **deps:** update dependency androidx.compose:compose-bom to v2024.09.02 ([#80](https://github.com/Orange-OpenSource/ouds-android/issues/80)) ([b58c8de](https://github.com/Orange-OpenSource/ouds-android/commit/b58c8dee69f30c7d470827faa9258145a6c05457))
* **deps:** update dependency androidx.compose:compose-bom to v2024.09.03 ([#100](https://github.com/Orange-OpenSource/ouds-android/issues/100)) ([ef7752e](https://github.com/Orange-OpenSource/ouds-android/commit/ef7752e64258aa4f86894ef2a810f06c802c5396))
* **deps:** update dependency androidx.navigation:navigation-compose to v2.8.1 ([#85](https://github.com/Orange-OpenSource/ouds-android/issues/85)) ([4910d52](https://github.com/Orange-OpenSource/ouds-android/commit/4910d525fb538b4773713dbc22081ec25f4ede13))
* **deps:** update dependency androidx.navigation:navigation-compose to v2.8.2 ([#101](https://github.com/Orange-OpenSource/ouds-android/issues/101)) ([0a534b8](https://github.com/Orange-OpenSource/ouds-android/commit/0a534b896ce3cfff614a89f99aef7266c2d096d3))
* **deps:** update dependency com.google.auth:google-auth-library-oauth2-http to v1.27.0 ([#86](https://github.com/Orange-OpenSource/ouds-android/issues/86)) ([ef98d7b](https://github.com/Orange-OpenSource/ouds-android/commit/ef98d7b7e82bd46954a0eded7be81bf2584fe807))
* **deps:** update dependency com.google.auth:google-auth-library-oauth2-http to v1.28.0 ([#102](https://github.com/Orange-OpenSource/ouds-android/issues/102)) ([510a529](https://github.com/Orange-OpenSource/ouds-android/commit/510a529232dcb52ae62ea6a8c70d6527999f96f6))
* **deps:** update dependency com.google.firebase:firebase-bom to v33.3.0 ([#87](https://github.com/Orange-OpenSource/ouds-android/issues/87)) ([505a070](https://github.com/Orange-OpenSource/ouds-android/commit/505a070417470a21652bf818481c7d884e7823a5))
* **deps:** update dependency com.google.firebase:firebase-bom to v33.4.0 ([#99](https://github.com/Orange-OpenSource/ouds-android/issues/99)) ([376d462](https://github.com/Orange-OpenSource/ouds-android/commit/376d4629c119ce9ac3f112560cf9ea750dc5dc07))
* **deps:** update dependency org.mockito:mockito-android to v5.13.0 ([#89](https://github.com/Orange-OpenSource/ouds-android/issues/89)) ([df22cae](https://github.com/Orange-OpenSource/ouds-android/commit/df22caece646e4a9aed138d24c126a283ab52511))
* **deps:** update dependency org.mockito:mockito-android to v5.14.1 ([#94](https://github.com/Orange-OpenSource/ouds-android/issues/94)) ([8a8ea8b](https://github.com/Orange-OpenSource/ouds-android/commit/8a8ea8b66d3d388ad7c81b7bca38d340cd171135))
* **deps:** update dependency org.mockito.kotlin:mockito-kotlin to v5.4.0 ([#88](https://github.com/Orange-OpenSource/ouds-android/issues/88)) ([dc99148](https://github.com/Orange-OpenSource/ouds-android/commit/dc99148487a764c078141d1820586bf4aad577c0))
* **deps:** update grpc-java monorepo to v1.68.0 ([#93](https://github.com/Orange-OpenSource/ouds-android/issues/93)) ([d0f00c3](https://github.com/Orange-OpenSource/ouds-android/commit/d0f00c36a4e2989d9a8222bad407e463692950a7))
* **deps:** update zxing to v3.5.3 ([#81](https://github.com/Orange-OpenSource/ouds-android/issues/81)) ([bc318d8](https://github.com/Orange-OpenSource/ouds-android/commit/bc318d860218d7af597266924760acee6ee5a7df))
* set up 2 assignees in the issues templates ([083c8dc](https://github.com/Orange-OpenSource/ouds-android/commit/083c8dc0096c12259b2e8b8f682b6f7474aa8f90))
* set up 2 assignees in the issues templates ([9e58305](https://github.com/Orange-OpenSource/ouds-android/commit/9e58305ebeeb3e903470df4e108f83a435566831))
* set up 2 assignees in the issues templates ([043105c](https://github.com/Orange-OpenSource/ouds-android/commit/043105c90ba715ebd6c66115f37bf5ced2a0c47d))
* typo in CONTRIBUTING.md ([77c9e5f](https://github.com/Orange-OpenSource/ouds-android/commit/77c9e5f5586cbb6d7c34f050d0e4881b9b53435e))
* update Renovate to target the main branch ([c8b2949](https://github.com/Orange-OpenSource/ouds-android/commit/c8b2949b6b74f5aa91fa1c2a94e00e2d1110df9a))


### Features

* add border tokens ([#54](https://github.com/Orange-OpenSource/ouds-android/issues/54)) ([c238e91](https://github.com/Orange-OpenSource/ouds-android/commit/c238e914ddab6317a9ccff3783d472608ef5d33f))
* add dimension tokens ([#68](https://github.com/Orange-OpenSource/ouds-android/issues/68)) ([8c3b38a](https://github.com/Orange-OpenSource/ouds-android/commit/8c3b38a0a1bb67363ebafea4063ebf08e87d5489))
* add elevation tokens ([#62](https://github.com/Orange-OpenSource/ouds-android/issues/62)) ([6debb88](https://github.com/Orange-OpenSource/ouds-android/commit/6debb880a6d1493b03cf44c84dd055c4f3f8cb50))
* add font tokens and theme typography ([#97](https://github.com/Orange-OpenSource/ouds-android/issues/97)) ([80175df](https://github.com/Orange-OpenSource/ouds-android/commit/80175df05829dcff3636f67ca72826f04eb3334b))
* add grid tokens ([#65](https://github.com/Orange-OpenSource/ouds-android/issues/65)) ([351e671](https://github.com/Orange-OpenSource/ouds-android/commit/351e67122e6923f597a93ad2cd2495b5f5aba520))
* add opacity tokens ([#53](https://github.com/Orange-OpenSource/ouds-android/issues/53)) ([7da8a10](https://github.com/Orange-OpenSource/ouds-android/commit/7da8a10473ad942e6da203178aa53c9dacb3ed35))
* **border:** change semantic tokens for border width ([#69](https://github.com/Orange-OpenSource/ouds-android/issues/69)) ([d927fdd](https://github.com/Orange-OpenSource/ouds-android/commit/d927fddd2de51ffc17dc0ad23803ce1d6888dd7d))
* create the basic architecture of the demo application ([#31](https://github.com/Orange-OpenSource/ouds-android/issues/31)) ([8dbc9af](https://github.com/Orange-OpenSource/ouds-android/commit/8dbc9afa5305ff577d8ee9ad869a11b8b6dd984c))
* create the basic architecture of the library ([#32](https://github.com/Orange-OpenSource/ouds-android/issues/32)) ([254469c](https://github.com/Orange-OpenSource/ouds-android/commit/254469cad8029c4e5b9b0834232a6321457ecc62))
* implement tokens architecture ([#52](https://github.com/Orange-OpenSource/ouds-android/issues/52)) ([f5e6863](https://github.com/Orange-OpenSource/ouds-android/commit/f5e686309ac843d20a499016c58c1133f5eae19c))
* **opacity:** rename opacity-emphasis to opacity-strong ([#63](https://github.com/Orange-OpenSource/ouds-android/issues/63)) ([ad68075](https://github.com/Orange-OpenSource/ouds-android/commit/ad68075547e79570caa108560d26404ba0c113d6))
* **opacity:** update `opacity800` from `0.88f` to `0.80f` ([#60](https://github.com/Orange-OpenSource/ouds-android/issues/60)) ([c477551](https://github.com/Orange-OpenSource/ouds-android/commit/c47755136b5990c945e7e1de59e7d68978b0c848))
* update font tokens to match with Tokenator generated files ([#107](https://github.com/Orange-OpenSource/ouds-android/issues/107)) ([51c79f4](https://github.com/Orange-OpenSource/ouds-android/commit/51c79f45b3f381edb718477b3d618165bde082f5))
* update semantic tokens architecture ([#104](https://github.com/Orange-OpenSource/ouds-android/issues/104)) ([bca2b64](https://github.com/Orange-OpenSource/ouds-android/commit/bca2b6452c06b5bb020df6224291a312990d120c))

0 comments on commit b6ea4c2

Please sign in to comment.