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/every-crabs-rule.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- feat: add preact adapter for devtools. Add preact to devtool-utils ([#283](https://github.com/TanStack/devtools/pull/283))

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/devtools-utils",
"version": "0.0.9",
"version": "0.1.0",
"description": "TanStack Devtools utilities for creating your own devtools.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/preact-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/preact-devtools

## 0.9.0

### Minor Changes

- feat: add preact adapter for devtools. Add preact to devtool-utils ([#283](https://github.com/TanStack/devtools/pull/283))

## 0.8.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preact-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/preact-devtools",
"version": "0.8.2",
"version": "0.9.0",
"description": "TanStack Devtools is a set of tools for building advanced devtools for your Preact application.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down