From 470b350ba3f796e2e927218fd034fae12214598c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Tue, 5 Nov 2024 16:24:40 +0100 Subject: [PATCH] pl-hooks: release 0.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- packages/pl-hooks/README.md | 2 +- packages/pl-hooks/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/pl-hooks/README.md b/packages/pl-hooks/README.md index a198d0dae..66f49a530 100644 --- a/packages/pl-hooks/README.md +++ b/packages/pl-hooks/README.md @@ -1,6 +1,6 @@ # `pl-hooks` -> This project API should be considered unstable before the 1.0.0 release. I will not provide any changelog or information on breaking changes until then. +This project includes Tanstack Query-based functions for remote state management for Mastodon API clients. The project is currently not aiming at providing stable API, so if you're interested in something more stable, I recommend trying [pl-api](../pl-api/) and handling the state your own way. ## License diff --git a/packages/pl-hooks/package.json b/packages/pl-hooks/package.json index 0c9f64118..098769b2b 100644 --- a/packages/pl-hooks/package.json +++ b/packages/pl-hooks/package.json @@ -1,6 +1,6 @@ { "name": "pl-hooks", - "version": "0.0.1", + "version": "0.0.2", "type": "module", "homepage": "https://github.com/mkljczk/pl-fe/tree/develop/packages/pl-hooks", "repository": {