Add support for meta tags (#14)

* feat: added support for head meta tags

* doc: update tutorial

* feat: add support to no css manifest entries

* feat: update version to v0.5.0

* doc: add mention to add the imports field

* feat: add filter to workspace package.json

* fix: add types declarations for react-meta-tags
This commit is contained in:
Valerio Ageno
2024-07-13 12:09:56 +02:00
committed by GitHub
parent 227662489b
commit 78990d3c08
14 changed files with 200 additions and 20 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "tuono_lib_macros"
version = "0.4.6"
version = "0.5.0"
edition = "2021"
description = "The react/rust fullstack framework"
keywords = [ "react", "typescript", "fullstack", "web", "ssr"]