Skip to content

Commit e82a42e

Browse files
chore: version packages
1 parent 2686f58 commit e82a42e

6 files changed

Lines changed: 48 additions & 57 deletions

File tree

.changeset/devtools-brand-polish.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

bun.lock

Lines changed: 31 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/devtools/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @stainless-code/layers-devtools
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- [#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".
8+
39
## 0.2.2
410

511
### Patch Changes

packages/devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stainless-code/layers-devtools",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "TanStack Devtools panel for @stainless-code/layers — stack picker and layer state inspector.",
55
"keywords": [
66
"devtools",

packages/react-devtools/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @stainless-code/react-layers-devtools
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- [#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".
8+
9+
- Updated dependencies [[`259c859`](https://github.com/stainless-code/layers/commit/259c859f31be59d18005156acc3ed536327625bf)]:
10+
- @stainless-code/layers-devtools@0.2.3
11+
312
## 0.2.2
413

514
### Patch Changes

packages/react-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stainless-code/react-layers-devtools",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "React doorbell for @stainless-code/layers-devtools in TanStack Devtools.",
55
"keywords": [
66
"devtools",

0 commit comments

Comments
 (0)