Skip to content

Commit 8a99185

Browse files
authored
Merge pull request #12 from brand-dot-dev/release-please--branches--main--changes--next
release: 0.1.0-alpha.10
2 parents 9505af1 + 9b6088f commit 8a99185

File tree

8 files changed

+21
-10
lines changed

8 files changed

+21
-10
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.9"
2+
".": "0.1.0-alpha.10"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 10
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-3f6d4c0f819a0d3128951d315ad216df22050fbc47c5f601d261d56f8b1d80a5.yml
3-
openapi_spec_hash: 8e7953259a1b6bd7440a780eccad1742
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-7fc7261db520645d5bd06a27492b32aa869d787c382908bb4a608034b757348b.yml
3+
openapi_spec_hash: 8a9e05fe1ca53f6d8c11ddee625a8908
44
config_hash: 8f3ee44d690a305369555016a77ed016

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.1.0-alpha.10 (2025-06-19)
4+
5+
Full Changelog: [v0.1.0-alpha.9...v0.1.0-alpha.10](https://github.com/brand-dot-dev/ruby-sdk/compare/v0.1.0-alpha.9...v0.1.0-alpha.10)
6+
7+
### Features
8+
9+
* **api:** manual updates ([7d6d67c](https://github.com/brand-dot-dev/ruby-sdk/commit/7d6d67c7b7a3159e7793e2032dd49f9fe491ecce))
10+
11+
12+
### Chores
13+
14+
* **internal:** version bump ([1cd51db](https://github.com/brand-dot-dev/ruby-sdk/commit/1cd51dbfd4ecb991f8513c180db3eb2b9f8d4a94))
15+
316
## 0.1.0-alpha.9 (2025-06-19)
417

518
Full Changelog: [v0.1.0-alpha.8...v0.1.0-alpha.9](https://github.com/brand-dot-dev/ruby-sdk/compare/v0.1.0-alpha.8...v0.1.0-alpha.9)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
brand.dev (0.1.0.pre.alpha.8)
14+
brand.dev (0.1.0.pre.alpha.9)
1515
connection_pool
1616

1717
GEM

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
1515
<!-- x-release-please-start-version -->
1616

1717
```ruby
18-
gem "brand.dev", "~> 0.1.0.pre.alpha.9"
18+
gem "brand.dev", "~> 0.1.0.pre.alpha.10"
1919
```
2020

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

lib/brand_dev/resources/brand.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,7 @@ def search(params)
269269
#
270270
# Beta feature: Automatically extract comprehensive design system information from
271271
# a brand's website including colors, typography, spacing, shadows, and UI
272-
# components. Uses AI-powered analysis of website screenshots to identify design
273-
# patterns and create a reusable styleguide.
272+
# components.
274273
#
275274
# @overload styleguide(domain:, timeout_ms: nil, request_options: {})
276275
#

lib/brand_dev/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module BrandDev
4-
VERSION = "0.1.0.pre.alpha.9"
4+
VERSION = "0.1.0.pre.alpha.10"
55
end

rbi/brand_dev/resources/brand.rbi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,7 @@ module BrandDev
206206

207207
# Beta feature: Automatically extract comprehensive design system information from
208208
# a brand's website including colors, typography, spacing, shadows, and UI
209-
# components. Uses AI-powered analysis of website screenshots to identify design
210-
# patterns and create a reusable styleguide.
209+
# components.
211210
sig do
212211
params(
213212
domain: String,

0 commit comments

Comments
 (0)