Skip to content

Commit 7084c22

Browse files
committed
feat: Update version to 0.3.0 and enhance UI/UX with comprehensive redesign
- Updated package version from 0.2.0 to 0.3.0 in package.json - Completed major UI/UX overhaul with header-integrated layout and professional icon system - Replaced all emojis with Lucide React icons for a cleaner interface - Optimized space usage by 40% with a new layout design - Updated screenshots to reflect the latest design changes
1 parent c055c77 commit 7084c22

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

manifest.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
{
22
"manifest_version": 3,
33
"name": "TanStack Query DevTools",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"description": "Chrome DevTools extension for debugging TanStack Query applications. Inspect queries, mutations, and cache state in real-time.",
6-
"permissions": [
7-
"activeTab"
8-
],
6+
"permissions": ["activeTab"],
97
"devtools_page": "src/devtools/devtools.html",
108
"content_scripts": [
119
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tanstack-query-chrome-devtools",
33
"private": true,
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
1.35 KB
Loading

0 commit comments

Comments
 (0)