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
6 changes: 0 additions & 6 deletions .changeset/devtools-brand-polish.md

This file was deleted.

80 changes: 31 additions & 49 deletions bun.lock

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions packages/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stainless-code/layers-devtools

## 0.2.3

### Patch Changes

- [#23](https://github.com/stainless-code/layers/pull/23) [`259c859`](https://github.com/stainless-code/layers/commit/259c859f31be59d18005156acc3ed536327625bf) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Polish Layers DevTools panel branding (docs-aligned tokens/logo, TanStack UI primitives) and follow the host theme; React doorbell defaults to OS `prefers-color-scheme` when the host omits `theme`. Plugin label is "Layers".

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stainless-code/layers-devtools",
"version": "0.2.2",
"version": "0.2.3",
"description": "TanStack Devtools panel for @stainless-code/layers — stack picker and layer state inspector.",
"keywords": [
"devtools",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @stainless-code/react-layers-devtools

## 0.2.3

### Patch Changes

- [#23](https://github.com/stainless-code/layers/pull/23) [`259c859`](https://github.com/stainless-code/layers/commit/259c859f31be59d18005156acc3ed536327625bf) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Polish Layers DevTools panel branding (docs-aligned tokens/logo, TanStack UI primitives) and follow the host theme; React doorbell defaults to OS `prefers-color-scheme` when the host omits `theme`. Plugin label is "Layers".

- Updated dependencies [[`259c859`](https://github.com/stainless-code/layers/commit/259c859f31be59d18005156acc3ed536327625bf)]:
- @stainless-code/layers-devtools@0.2.3

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stainless-code/react-layers-devtools",
"version": "0.2.2",
"version": "0.2.3",
"description": "React doorbell for @stainless-code/layers-devtools in TanStack Devtools.",
"keywords": [
"devtools",
Expand Down