Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0-alpha.4"
".": "0.1.0-alpha.5"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 10
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-3f6d4c0f819a0d3128951d315ad216df22050fbc47c5f601d261d56f8b1d80a5.yml
openapi_spec_hash: 8e7953259a1b6bd7440a780eccad1742
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-7fc7261db520645d5bd06a27492b32aa869d787c382908bb4a608034b757348b.yml
openapi_spec_hash: 8a9e05fe1ca53f6d8c11ddee625a8908
config_hash: 8f3ee44d690a305369555016a77ed016
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.1.0-alpha.5 (2025-06-19)

Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/brand-dot-dev/java-sdk/compare/v0.1.0-alpha.4...v0.1.0-alpha.5)

### Features

* **api:** manual updates ([7a7bfd5](https://github.com/brand-dot-dev/java-sdk/commit/7a7bfd5848404db17a33db7cb695160686a4b70f))

## 0.1.0-alpha.4 (2025-06-19)

Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/brand-dot-dev/java-sdk/compare/v0.1.0-alpha.3...v0.1.0-alpha.4)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<!-- x-release-please-start-version -->

[![Maven Central](https://img.shields.io/maven-central/v/com.branddev.api/brand-dev-java)](https://central.sonatype.com/artifact/com.branddev.api/brand-dev-java/0.1.0-alpha.4)
[![javadoc](https://javadoc.io/badge2/com.branddev.api/brand-dev-java/0.1.0-alpha.4/javadoc.svg)](https://javadoc.io/doc/com.branddev.api/brand-dev-java/0.1.0-alpha.4)
[![Maven Central](https://img.shields.io/maven-central/v/com.branddev.api/brand-dev-java)](https://central.sonatype.com/artifact/com.branddev.api/brand-dev-java/0.1.0-alpha.5)
[![javadoc](https://javadoc.io/badge2/com.branddev.api/brand-dev-java/0.1.0-alpha.5/javadoc.svg)](https://javadoc.io/doc/com.branddev.api/brand-dev-java/0.1.0-alpha.5)

<!-- x-release-please-end -->

Expand All @@ -13,7 +13,7 @@ It is generated with [Stainless](https://www.stainless.com/).

<!-- x-release-please-start-version -->

Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.branddev.api/brand-dev-java/0.1.0-alpha.4).
Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.branddev.api/brand-dev-java/0.1.0-alpha.5).

<!-- x-release-please-end -->

Expand All @@ -24,7 +24,7 @@ Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.branddev.api/b
### Gradle

```kotlin
implementation("com.branddev.api:brand-dev-java:0.1.0-alpha.4")
implementation("com.branddev.api:brand-dev-java:0.1.0-alpha.5")
```

### Maven
Expand All @@ -33,7 +33,7 @@ implementation("com.branddev.api:brand-dev-java:0.1.0-alpha.4")
<dependency>
<groupId>com.branddev.api</groupId>
<artifactId>brand-dev-java</artifactId>
<version>0.1.0-alpha.4</version>
<version>0.1.0-alpha.5</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ import kotlin.jvm.optionals.getOrNull

/**
* Beta feature: Automatically extract comprehensive design system information from a brand's
* website including colors, typography, spacing, shadows, and UI components. Uses AI-powered
* analysis of website screenshots to identify design patterns and create a reusable styleguide.
* website including colors, typography, spacing, shadows, and UI components.
*/
class BrandStyleguideParams
private constructor(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,7 @@ interface BrandServiceAsync {

/**
* Beta feature: Automatically extract comprehensive design system information from a brand's
* website including colors, typography, spacing, shadows, and UI components. Uses AI-powered
* analysis of website screenshots to identify design patterns and create a reusable styleguide.
* website including colors, typography, spacing, shadows, and UI components.
*/
fun styleguide(params: BrandStyleguideParams): CompletableFuture<BrandStyleguideResponse> =
styleguide(params, RequestOptions.none())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,7 @@ interface BrandService {

/**
* Beta feature: Automatically extract comprehensive design system information from a brand's
* website including colors, typography, spacing, shadows, and UI components. Uses AI-powered
* analysis of website screenshots to identify design patterns and create a reusable styleguide.
* website including colors, typography, spacing, shadows, and UI components.
*/
fun styleguide(params: BrandStyleguideParams): BrandStyleguideResponse =
styleguide(params, RequestOptions.none())
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {

allprojects {
group = "com.branddev.api"
version = "0.1.0-alpha.4" // x-release-please-version
version = "0.1.0-alpha.5" // x-release-please-version
}

subprojects {
Expand Down
Loading