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 @@
{
".": "1.0.0"
".": "1.0.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.0.1](https://github.com/for-keycloak/spinel-theme/compare/v1.0.0...v1.0.1) (2026-01-15)


### Bug Fixes

* **storybook:** copy public dir after build to avoid race condition ([0104412](https://github.com/for-keycloak/spinel-theme/commit/0104412d449cba26b0f6ffd4f07143bc25ba7077))


### Dependencies

* bump keycloakify in the minor-versions group ([89cde48](https://github.com/for-keycloak/spinel-theme/commit/89cde48da9c54b2b6d4761500d44d882f68c3387))
* bump the minor-versions group across 1 directory with 2 updates ([4391a67](https://github.com/for-keycloak/spinel-theme/commit/4391a67c9437e9450652419f09651b9dd00b81cd))

## 1.0.0 (2026-01-12)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ A neo-brutalist Keycloak theme with automatic dark mode support.
Download the latest JAR from [Releases](../../releases):

<!-- x-release-please-start-version -->
- `spinel-theme-v1.0.0-kc-22-to-25.jar` - For Keycloak 22-25
- `spinel-theme-v1.0.0-kc-all-other-versions.jar` - For Keycloak 26+
- `spinel-theme-v1.0.1-22-to-25.jar` - For Keycloak 22-25
- `spinel-theme-v1.0.1-all-other-versions.jar` - For Keycloak 26+
<!-- x-release-please-end -->

### Option 2: Build from Source
Expand Down