Skip to content

Commit 8ff7ae5

Browse files
ci: Version Packages (#284)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e0d58d5 commit 8ff7ae5

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/every-crabs-rule.md

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

packages/devtools-utils/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- feat: add preact adapter for devtools. Add preact to devtool-utils ([#283](https://github.com/TanStack/devtools/pull/283))
8+
39
## 0.0.9
410

511
### Patch Changes

packages/devtools-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/devtools-utils",
3-
"version": "0.0.9",
3+
"version": "0.1.0",
44
"description": "TanStack Devtools utilities for creating your own devtools.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

packages/preact-devtools/CHANGELOG.md

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

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- feat: add preact adapter for devtools. Add preact to devtool-utils ([#283](https://github.com/TanStack/devtools/pull/283))
8+
39
## 0.8.2
410

511
### Patch Changes

packages/preact-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/preact-devtools",
3-
"version": "0.8.2",
3+
"version": "0.9.0",
44
"description": "TanStack Devtools is a set of tools for building advanced devtools for your Preact application.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)