Skip to content

Commit

Permalink
Update dependency dev.petuska:kmdc-typography to v0.1.2 (#25)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [dev.petuska:kmdc-typography](https://togithub.com/mpetuska/kmdc) |
`0.1.1` -> `0.1.2` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/dev.petuska:kmdc-typography/0.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/dev.petuska:kmdc-typography/0.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/dev.petuska:kmdc-typography/0.1.1/0.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/dev.petuska:kmdc-typography/0.1.1/0.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mpetuska/kmdc (dev.petuska:kmdc-typography)</summary>

###
[`v0.1.2`](https://togithub.com/mpetuska/kmdc/blob/HEAD/CHANGELOG.md#012)

[Compare
Source](https://togithub.com/mpetuska/kmdc/compare/0.1.1...0.1.2)

##### Verified Versions

-   \[JDK]: 11+
-   \[Kotlin]: 1.9.22
-   \[Compose]: 1.6.0
-   \[MDC]: ^14.0.0

##### Added

- `MDCTextField` Overload to allow specifying input type (such as
`Password`)

##### Changed

-   Updated kotlin & compose versions
-   Migrated back to kotlin-multiplatform plugin

##### Removed

***

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/krzema12/xenosearch).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 2, 2024
1 parent bf0bfa3 commit fb863ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ kotlin {
implementation("dev.petuska:kmdc-data-table:0.1.2")
implementation("dev.petuska:kmdc-dialog:0.1.2")
implementation("dev.petuska:kmdc-textfield:0.1.2")
implementation("dev.petuska:kmdc-typography:0.1.1")
implementation("dev.petuska:kmdc-typography:0.1.2")
implementation("dev.petuska:kmdcx-icons:0.1.1")
}
}
Expand Down

0 comments on commit fb863ec

Please sign in to comment.