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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "1.3.2",
".": "1.4.0",
"packages/cli": "0.1.7"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.4.0](https://github.com/odest/tntstack/compare/v1.3.2...v1.4.0) (2026-03-15)


### Features

* **docs:** add Mermaid support and MDX helpers, update documentation content ([645fe37](https://github.com/odest/tntstack/commit/645fe3778414576e1735f64a0a933c28907d2c4f))


### Bug Fixes

* **docs:** add force-static to resolve DYNAMIC_SERVER_USAGE error ([09c7e9c](https://github.com/odest/tntstack/commit/09c7e9ce3b92348fb063c5a38c5da6b4cb54ea50))

## [1.3.2](https://github.com/odest/tntstack/compare/v1.3.1...v1.3.2) (2026-03-14)


Expand Down
2 changes: 1 addition & 1 deletion apps/native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "native",
"private": true,
"version": "1.3.2",
"version": "1.4.0",
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
Expand Down
2 changes: 1 addition & 1 deletion apps/native/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tntstack"
version = "1.3.2"
version = "1.4.0"
description = "A Tauri App"
authors = ["you"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion apps/native/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "tntstack",
"version": "1.3.2",
"version": "1.4.0",
"identifier": "com.tntstack.app",
"build": {
"beforeDevCommand": "pnpm dev",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "1.3.2",
"version": "1.4.0",
"type": "module",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tntstack",
"version": "1.3.2",
"version": "1.4.0",
"private": true,
"scripts": {
"build": "turbo build",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workspace/i18n",
"version": "1.3.2",
"version": "1.4.0",
"type": "module",
"private": true,
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workspace/ui",
"version": "1.3.2",
"version": "1.4.0",
"type": "module",
"private": true,
"scripts": {
Expand Down
Loading