Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2023

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action major v1 -> v5 age confidence
actions/setup-java action major v1 -> v5 age confidence
androidx.test.espresso:espresso-core dependencies minor 3.5.1 -> 3.7.0 age confidence
androidx.test.ext:junit dependencies minor 1.1.5 -> 1.3.0 age confidence
com.google.android.gms:play-services-maps dependencies major 18.0.2 -> 19.2.0 age confidence
com.google.android.gms:play-services-location dependencies major 16.0.0 -> 21.3.0 age confidence
com.google.maps.android:android-maps-utils dependencies major 2.3.0 -> 3.14.0 age confidence
androidx.compose.material3:material3-android (source) dependencies minor 1.2.1 -> 1.3.2 age confidence
io.github.pushpalroy:jetlime dependencies major 2.0.1 -> 4.0.0 age confidence
androidx.activity:activity-compose (source) dependencies minor 1.7.2 -> 1.10.1 age confidence
com.google.firebase:firebase-bom dependencies major 26.2.0 -> 34.1.0 age confidence
com.android.tools:desugar_jdk_libs dependencies minor 2.0.3 -> 2.1.5 age confidence
com.gradleup.shadow plugin patch 9.0.0-rc3 -> 9.0.2 age confidence
androidx.core:core-ktx (source) dependencies minor 1.16.0 -> 1.17.0 age confidence
co.touchlab:kermit dependencies patch 2.0.6 -> 2.0.8 age confidence
de.javagl:obj (source) dependencies minor 0.2.1 -> 0.4.0 age confidence
com.google.ar:core dependencies minor 1.4.0 -> 1.50.0 age confidence
com.google.android.horologist:horologist-compose-layout dependencies minor 0.6.23 -> 0.7.15 age confidence
com.google.maps.android:maps-compose-utils dependencies patch 6.7.0 -> 6.7.2 age confidence
com.google.maps.android:maps-compose dependencies patch 6.7.0 -> 6.7.2 age confidence
androidx.compose.ui:ui-tooling-preview (source) dependencies minor 1.8.3 -> 1.9.0 age confidence
androidx.compose.ui:ui-tooling (source) dependencies minor 1.8.3 -> 1.9.0 age confidence
androidx.compose:compose-bom dependencies minor 2025.07.00 -> 2025.08.00 age confidence
com.rickclephas.kmp.nativecoroutines plugin patch 1.0.0-ALPHA-45 -> 1.0.0-ALPHA-46 age confidence
com.android.application (source) plugin patch 8.12.0 -> 8.12.1 age confidence

Release Notes

actions/checkout (actions/checkout)

v5

Compare Source

v4

Compare Source

v3

Compare Source

v2

Compare Source

actions/setup-java (actions/setup-java)

v5

Compare Source

v4

Compare Source

v3

Compare Source

v2

Compare Source

googlemaps/android-maps-utils (com.google.maps.android:android-maps-utils)

v3.14.0

Features

v3.13.0

Features

v3.12.0

Features

v3.11.2

Bug Fixes

v3.11.1

Bug Fixes

v3.11.0

Bug Fixes
Features

v3.10.0

Bug Fixes
Features

v3.9.0

Bug Fixes
Features

v3.8.2

Bug Fixes
  • IllegalArgumentException is clearer than ArrayIndexOutOfBounds (#​1241) (9c882be)

v3.8.1

Bug Fixes

v3.8.0

Features
  • added street view source parameter to fetchStreetViewData (#​1262) (2fd3921)

v3.7.0

Features

The upgraded renderer is required for Advanced Markers.

v3.6.1

Bug Fixes

v3.6.0

Features

v3.5.3

Bug Fixes

v3.5.2

Bug Fixes

v3.5.1

Bug Fixes

v3.5.0

Features

v3.4.0

Features

v3.3.0

Features

v3.2.0

BREAKING CHANGES

Apologies for breaking semantic versioning; only realized after release that the commit was not marked for breaking change.

v3.1.1

Bug Fixes

v3.1.0

Features

v3.0.0

Bug Fixes
  • trigger major version release (15b90fe)
BREAKING CHANGES

v2.4.1

Bug Fixes

v2.4.0

Features
  • Allow changes to animation duration for marker splitting/merging effects (#​1098) (1930f6a)
pushpalroy/jetlime (io.github.pushpalroy:jetlime)

v4.0.0

Compare Source

What's Changed

Full Changelog: pushpalroy/JetLime@3.0.1...4.0.0

v3.0.1

Compare Source

  • Fix: add dashed line effect/ pathEffect support for JetLimeExtendedEvent
  • Add support for JS
  • Update JVM to 17

What's Changed

Full Changelog: pushpalroy/JetLime@3.0.0...3.0.1

v3.0.0

Compare Source

What's Changed

Migrated to Kotlin Multiplatform! 🚀 The library can now be used in Android, iOS, desktop, and Kotlin/wasm applications.

Contributors

Full Changelog: pushpalroy/JetLime@2.3.0...3.0.0

v2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: pushpalroy/JetLime@2.2.1...2.3.0

v2.2.1

Compare Source

  1. Bump AGP to 8.4.2
  2. Bump composeBom to 2024.06.00
  3. Bump kotlin to 1.9.24
  4. Bump activityCompose to 1.9.1
  5. Bump coreKtx to 1.13.1
  6. Bump lifecycleRuntimeKtx to 2.8.4

What's Changed

Full Changelog: pushpalroy/JetLime@2.2.0...2.2.1

v2.2.0

Compare Source

  • Add support for custom icon tint for custom pointType
  • The pointColor will now be used as the background for the custom icon
  • Fix the issue with custom icon animation
  • Bump compose BOM to 2024.03.00
  • Bump AGP to 8.3.1
  • Update samples

What's Changed

Full Changelog: pushpalroy/JetLime@2.1.1...2.2.0

v2.1.1

Compare Source

  • Migrate to Compose BOM 2024.02.01
  • Bump Gradle to 8.4
  • Improve samples performance

Full Changelog: pushpalroy/JetLime@2.1.0...2.1.1

v2.1.0

Compare Source

New API added

A new composable API JetLimeExtendedEvent has been added.

Features of this composable:

  • Create a JetLimeColumn event that has 2 slots for content.
  • The main content will be drawn on the right side of the timeline and the additional content will be drawn on the left side of the timeline.
  • The additional content is optional and has a maximum width, which can be configured.

What's Changed

Full Changelog: pushpalroy/JetLime@2.0.1...2.1.0

google/desugar_jdk_libs (com.android.tools:desugar_jdk_libs)

v2.1.5

  • Added support for Stream.toList(), which was added in JDK-16 and Android 14
    (API level 34).

v2.1.4

  • Fix Narrow non Standalone Week Names on some locales. SIMPLIFIED_CHINESE and
    TRADITIONAL_CHINESE is on the last code point convention for narrow format.
    This is a follow up to 2.1.3 using the same values as Standalone Week Names.

v2.1.3

  • Fix Narrow Standalone Week Names on some locales. SIMPLIFIED_CHINESE and
    TRADITIONAL_CHINESE is on the last code point convention for narrow format.
    See issue 300128109

v2.1.2

  • Added support for standalone weekday names. Before they were returned as
    numbers 1 through 7.
    See issue 362277530

v2.1.1

v2.1.0

  • Support default method java.util.Collection#toArray(java.util.function.IntFunction).
  • Improve collection wrapping through java.util.Collections.
    See c01a5446ca13586b801dbba4d83c6821337b3cc2 for implementation details.
  • Requires AGP version 8.0.0 or later (Android Studio 2022.2.1 stable).

v2.0.4

  • Better support for "stand-alone" month names ("LLLL" format).
    See (issue 160113376)
    for details.
  • Added support for java.util.Base64 introduced in API level 26
  • Workaround for some non ASCII characters
    (issue 293388944)
GradleUp/shadow (com.gradleup.shadow)

v9.0.2

Compare Source

Fixed
  • Fix missing space in ApacheNoticeResourceTransformer preamble causing malformed NOTICE header. (#​1623)
  • Fix using ApacheNoticeResourceTransformer without projectName. (#​1627)
  • Fix extra indents of ApacheNoticeResourceTransformer output. (#​1628)
  • Fix resolving BOM dependencies when minimize is enabled. (#​1637)

v9.0.1

Compare Source

[!NOTE]
If you are upgrading from 8.x versions, please read 9.0.0 release notes first.

[!TIP]
You can diff the shadowed JARs when upgrading from 8.x to 9.x by using Diffuse.
If there are any things missing in the changelog or the doc site, please report them to us.

Changed
  • Improve the error message for empty mainClassName. (#​1601)
  • Default duplicatesStrategy back to EXCLUDE. (#​1617)
    • This strategy is consistent with 8.x series behavior, which is more compatible for most users upgrading.
    • For most ResourceTransformer users, you need to override the strategy to INCLUDE to make them work.
    • Strongly suggest declaring the duplicatesStrategy explicitly in your ShadowJar configuration to avoid confusion.
    • See more details about the strategies at Handling Duplicates Strategy.
Fixed
  • Fix the regression of can't shadow directory inputs. (#​1606)
  • Fix the regression of MinimizeDependencyFilter. (#​1611)

v9.0.0

Compare Source

[!WARNING]
This release is a major update from the 8.x series. The plugin has been fully rewritten in Kotlin, bringing
significant improvements to maintainability, performance, and future extensibility. It introduces many new features,
enhancements, and bug fixes, and includes several breaking changes. Please review the changelog carefully and consult
the new doc site before upgrading.

If you really don't want to upgrade, you can still use the 8.3.x, which is also Gradle 9 compatible. But no additional features or crucial bug fixes will be included in the 8.x line.

[!TIP]
You can diff the shadowed JARs when upgrading from 8.x to 9.x by using Diffuse.
If there are any things missing in the changelog or the doc site, please report them to us.

Added
  • Add .md support to the Apache License and Notice transformers. (#​1041)
  • Sync SimpleRelocator changes from maven-shade-plugin. (#​1076)
  • Support configuring separator in AppendingTransformer. (#​1169)
    This is useful for handling files like resources/application.yml.
  • Exclude module-info.class in Multi-Release folders by default. (#​1177)
  • Inject TargetJvmVersion attribute for Gradle Module Metadata. (#​1199)
  • Sync ShadowApplicationPlugin with ApplicationPlugin. (#​1224)
  • Inject Multi-Release manifest attribute if any dependency contains it. (#​1239)
  • Mark Transformer as throwing IOException. (#​1248)
  • Reduce duplicate SimpleRelocator to improve performance. (#​1271)
  • Compat Kotlin Multiplatform plugin. (#​1280)
  • Add Kotlin DSL examples in docs. (#​1306)
  • Support using type-safe dependency accessors in ShadowJar.dependencies. (#​1322)
  • Support command line options for ShadowJar. (#​1365)
    --enable-auto-relocation          Enables auto relocation of packages in the dependencies.
    --no-enable-auto-relocation       Disables option --enable-auto-relocation.
    --fail-on-duplicate-entries       Fails build if the ZIP entries in the shadowed JAR are duplicate.
    --no-fail-on-duplicate-entries    Disables option --fail-on-duplicate-entries.
    --minimize-jar                    Minimizes the jar by removing unused classes.
    --no-minimize-jar                 Disables option --minimize-jar.
    --relocation-prefix               Prefix used for auto relocation of packages in the dependencies.
    --rerun                           Causes the task to be re-run even if up-to-date.
    
  • Support skipping string constant remapping. (#​1401)
  • Let assemble depend on shadowJar. (#​1524)
  • Fail build when inputting AAR files or using Shadow with AGP. (#​1530)
  • Add PreserveFirstFoundResourceTransformer. (#​1548)
    This is useful when you set shadowJar.duplicatesStrategy = DuplicatesStrategy.INCLUDE and
    want to ensure that only the first found resource is included in the final JAR.
  • Fail build if the ZIP entries in the shadowed JAR are duplicate. (#​1552)
    This feature is controlled by the shadowJar.failOnDuplicateEntries property, which is false by default.
    Related to setting duplicatesStrategy = DuplicatesStrategy.FAIL but there are some differences:
    • It only checks the entries in the shadowed jar, not the input files.
    • It works with setting duplicatesStrategy to any value.
    • It provides a stricter fallback check before the JAR is created.
Changed
  • BREAKING CHANGE: Rewrite this plugin in Kotlin. (#​1012)
  • BREAKING CHANGE: Migrate Transformers to using lazy properties. (#​1036)
  • BREAKING CHANGE: Migrate ShadowJar to using lazy properties. (#​1044)
  • BREAKING CHANGE: Resolve Configuration directly in DependencyFilter. (#​1045)
  • BREAKING CHANGE: Migrate SimpleRelocator to using lazy properties. (#​1047)
  • BREAKING CHANGE: Some public getters have been updated in SimpleRelocator. (#​1079)
  • BREAKING CHANGE: Migrate all ListProperty usages to SetProperty. (#​1103)
    Some public List parameters are also changed to Set.
  • BREAKING CHANGE: Mark RelocatorRemapper as internal. (#​1227)
  • BREAKING CHANGE: Bump min Java requirement to 11. (#​1242)
  • BREAKING CHANGE: Move tracking unused classes logic out of ShadowCopyAction. (#​1257)
  • BREAKING CHANGE: Move DependencyFilter into tasks package. (#​1272)
  • BREAKING CHANGE: Change the default duplicatesStrategy from EXCLUDE to INCLUDE. (#​1233)
    • ShadowJar recognized EXCLUDE as the default, but the other strategies didn't work properly.
    • Now ShadowJar honors INCLUDE as the default, and aligns all the strategy behaviors with the Gradle side.
    • Some ResourceTransformers (e.g. ServiceFileTransformer) do not work with EXCLUDE, as it will exclude duplicate resources to be merged.
    • Duplicate entries might be bundled due to this change, but you can reduce them by using the newly added PreserveFirstFoundResourceTransformer.
    • Use filesMatching to override the default strategy for specific files.
    • Set failOnDuplicateEntries = true to fail the build to check for duplicate entries.
    • See more details at Handling Duplicates Strategy.
    • Note: The default duplicatesStrategy is changed back to EXCLUDE in 9.0.1 release.
  • BREAKING CHANGE: Align the behavior of ShadowTask.from with Gradle's AbstractCopyTask.from. (#​1233)
    In the previous versions, ShadowTask.from would always unzip the files before processing them, which caused serial
    issues that are hard to fix. Now it behaves like Gradle's AbstractCopyTask.from, which means it will not unzip
    the files, only copy the files as-is. If you still want to shadow the unzipped files, try out something like:
      tasks.shadowJar {
        // Unzip the files before pass them to `from` by using `zipTree`.
        from(zipTree(files('path/to/your/file.zip')))
      }
    or
      dependencies {
        // Add the files to `implementation` configuration, Shadow will unzip them automatically.
        implementation(files('path/to/your/file.zip'))
      }
  • BREAKING CHANGE: Rename Transformer to ResourceTransformer. (#​1288)
    Aims to better align with the name org.apache.maven.plugins.shade.resource.ResourceTransformer.java
    and to distinguish itself from org.gradle.api.Transformer.java.
  • BREAKING CHANGE: Mark DefaultInheritManifest as internal. (#​1303)
  • BREAKING CHANGE: Polish ShadowSpec. (#​1307)
    • Return values of ShadowSpec functions are changed to Unit to avoid confusion.
    • ShadowSpec no longer extends CopySpec.
    • Overload relocate, transform and things for better usability in Kotlin.
  • BREAKING CHANGE: Remove redundant types from function returning. (#​1308)
  • BREAKING CHANGE: Rename ShadowJar's isEnableRelocation to enableAutoRelocation. (#​1541)
  • BREAKING CHANGE: Some const values in ShadowBasePlugin and ShadowJavaPlugin are moved. (#​1589)
    You can find them in ShadowJar, ShadowApplicationPlugin, and ShadowJavaPlugin.
  • Replace deprecated SelfResolvingDependency with FileCollectionDependency. (#​1114)
  • Update start script templates. (#​1183)
  • Mark more Transformers cacheable. (#​1210)
  • Mark ShadowJar.dependencyFilter as @Input. (#​1206)
  • Polish startShadowScripts task registering. (#​1216)
  • Refactor file visiting logic in StreamAction, handle file unzipping via Project.zipTree. (#​1233)
  • Migrate doc sites to MkDocs. (#​1302)
  • runShadow no longer depends on installShadowDist. (#​1353)
  • Move the group of ShadowJar from shadow to build. (#​1355)
  • In-development snapshots are now published to the Central Portal Snapshots repository. (#​1414)
  • Expose AbstractDependencyFilter from internal to public. (#​1538)
    You can access it via com.github.jengelman.gradle.plugins.shadow.tasks.DependencyFilter.AbstractDependencyFilter.
  • Mark Action parameters as non-null. (#​1555)
  • Use BufferedOutputStream when writing the Zip file to improve performance. (#​1580)
Fixed
  • Fix single Log4j2Plugins.dat isn't included into fat jar. (#​1039)
  • Fail builds if processing bad jars. (#​1146)
  • Fix Log4j2PluginsCacheFileTransformer not working for merging Log4j2Plugins.dat files. (#​1175)
  • Support overriding mainClass provided by JavaApplication. (#​1182)
  • Fix ShadowJar not being successful after includes or excludes are changed. (#​1200)
  • Honor DuplicatesStrategy. (#​1233)
  • Honor unzipped jars via from. (#​1233)
  • Fix the last modified time of shadowed directories. (#​1277)
  • Fix relocation exclusion for file patterns like kotlin/kotlin.kotlin_builtins. (#​1313)
  • Allow using file trees of JARs together with the configuration cache. (#​1441)
Removed
  • BREAKING CHANGE: Some public getters and setters have been removed in SimpleRelocator. (#​1079)
  • BREAKING CHANGE: Remove JavaJarExec, now use JavaExec directly for runShadow task. (#​1197)
  • BREAKING CHANGE: ServiceFileTransformer.ServiceStream has been removed. (#​1218)
  • BREAKING CHANGE: Remove KnowsTask as it's useless. (#​1236)
  • BREAKING CHANGE: Remove BaseStreamAction. (#​1258)
  • BREAKING CHANGE: Remove ShadowStats. (#​1264)
  • BREAKING CHANGE: Remove ShadowCopyAction.ArchiveFileTreeElement and RelativeArchivePath. (#​1233)
  • BREAKING CHANGE: Remove TransformerContext.getEntryTimestamp. (#​1245)
  • BREAKING CHANGE: Reduce dependency and project overloads in DependencyFilter. (#​1328)
  • BREAKING CHANGE: Remove ShadowSpec. (#​1560)
  • BREAKING CHANGE: Remove Relocator.ROLE. (#​1563)
  • BREAKING CHANGE: Remove deprecated ShadowExtension.component. (#​1586)
Migration Example

8.x

tasks.shadowJar {
  isEnableRelocation = true
  duplicatesStrategy = DuplicatesStrategy.EXCLUDE
  mergeServiceFiles()
  from("foo.jar")
}

9.x

tasks.shadowJar {
  // `isEnableRelocation` has been renamed to `enableAutoRelocation`.
  enableAutoRelocation = true

  // If you want to make `mergeServiceFiles` work, should set the `duplicatesStrategy` as `INCLUDE`.
  // `EXCLUDE` will exclude extra service files to be merged.
  duplicatesStrategy = DuplicatesStrategy.INCLUDE
  mergeServiceFiles()
  // If you leave `duplicatesStrategy` as `INCLUDE`, you can use the new `PreserveFirstFoundResourceTransformer`
  // to ensure that only the first found resource is included in the final JAR. Or duplicate entries will be bundled.
  transform<PreserveFirstFoundResourceTransformer>() {
    resources.add("META-INF/some-resource.txt")
  }
  // Optionally, you can enable the new `failOnDuplicateEntries` property to fail the build if there are duplicate entries.
  failOnDuplicateEntries = true

  // If you want to keep the `foo.jar` as-is (zipped), you can use the `from` method directly. This is different from the previous.
  from("foo.jar")
  // If you want to unzip the `foo.jar` before processing, you can use `zipTree` to unzip it.
  from(zipTree("foo.jar"))
}

If you used Shadow for merging service files, the following steps are recommended:

  1. Make sure to leave duplicatesStrategy as INCLUDE or WARN.
  2. Apply mergeServiceFiles or ServiceFileTransformer stuff as you did in your previous setup.
  3. Diff the JARs from upgrading or not.
  4. Remove the extra entries that are added by INCLUDE by filesMatching or PreserveFirstFoundResourceTransformer.
  5. Diff the JARs again, and check that only the entries you want to preserve remain.
  6. Optionally, if you want a stricter check for the shadowed JAR entries, enable failOnDuplicateEntries.
New Contributors

Full Changelog: GradleUp/shadow@8.3.9...9.0.0

touchlab/Kermit (co.touchlab:kermit)

v2.0.8

Compare Source

google/horologist (com.google.android.horologist:horologist-compose-layout)

v0.7.15: 0.7.15

  • Minor UI Fixes
  • Dependency bumps to stable and Wear Compose 1.5.0-rc01

Full Changelog: google/horologist@v0.7.14-beta...v0.7.15

googlemaps/android-maps-compose (com.google.maps.android:maps-compose-utils)

v6.7.2

Bug Fixes
  • add one-time attribution ID initialization for GoogleMap (#​735) (236f23a)

v6.7.1

Bug Fixes

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 583800d to 56e4d04 Compare March 29, 2023 04:03
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 518f96d to 4014c3c Compare April 17, 2023 13:24
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 570319e to 3a70978 Compare April 21, 2023 13:47
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 7500077 to 3686f39 Compare May 2, 2023 02:25
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from ff87bf3 to a28c352 Compare May 17, 2023 20:35
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 13db49a to 19138c5 Compare May 31, 2023 13:22
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 1431b42 to f7b5d5a Compare June 11, 2023 15:06
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 042d1d9 to 37229f3 Compare June 21, 2023 22:31
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from dbe5813 to 92eb1b8 Compare June 30, 2023 20:41
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from dede9cd to be9afe9 Compare April 2, 2025 00:10
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from cb55539 to 3111f34 Compare April 16, 2025 04:11
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 55dd35a to cf497c7 Compare April 23, 2025 03:57
@renovate renovate bot force-pushed the renovate/all branch from be8013f to 6730a3d Compare May 10, 2025 03:41
@renovate renovate bot force-pushed the renovate/all branch from 6730a3d to 52d7e4f Compare May 17, 2025 08:07
@renovate renovate bot force-pushed the renovate/all branch from 52d7e4f to bf93904 Compare May 24, 2025 12:01
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from d0a2b1c to 39dd516 Compare June 6, 2025 17:36
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 363dca4 to c27c2e4 Compare June 14, 2025 08:05
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 7e6aed2 to 5dd6e41 Compare July 5, 2025 11:47
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from afac890 to b2d349a Compare July 18, 2025 20:01
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 89757cc to b7bfebb Compare August 11, 2025 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants