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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "1.3.0",
"packages/cli": "0.1.5"
".": "1.3.1",
"packages/cli": "0.1.6"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### Bug Fixes

* **ui:** explicitly define children prop in ThemeProvider for React 19 compatibility ([a71bc81](https://github.com/odest/tntstack/commit/a71bc8112e468dfa54f146987c66e21e4419d37d))
* **web:** resolve missing open graph images in localized routes ([9240081](https://github.com/odest/tntstack/commit/92400815358bfd6dc630cc2496a3d47294c14ca9))


### Code Refactoring

* **scripts:** unify lint scripts and update ts version ([c1e94e4](https://github.com/odest/tntstack/commit/c1e94e4d224b525501cb893bf9374684515ab3f5))

## [1.3.0](https://github.com/odest/tntstack/compare/v1.2.1...v1.3.0) (2026-03-12)


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.0",
"version": "1.3.1",
"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.0"
version = "1.3.1"
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.0",
"version": "1.3.1",
"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.0",
"version": "1.3.1",
"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.0",
"version": "1.3.1",
"private": true,
"scripts": {
"build": "turbo build",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.6](https://github.com/odest/tntstack/compare/@tntstack/create-app-v0.1.5...@tntstack/create-app@v0.1.6) (2026-03-14)


### Code Refactoring

* **scripts:** unify lint scripts and update ts version ([c1e94e4](https://github.com/odest/tntstack/commit/c1e94e4d224b525501cb893bf9374684515ab3f5))

## [0.1.5](https://github.com/odest/tntstack/compare/@tntstack/create-app-v0.1.4...@tntstack/create-app-v0.1.5) (2026-03-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tntstack/create-app",
"version": "0.1.5",
"version": "0.1.6",
"description": "Scaffolding CLI for TNT Stack",
"license": "MIT",
"author": "odest",
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.0",
"version": "1.3.1",
"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.0",
"version": "1.3.1",
"type": "module",
"private": true,
"scripts": {
Expand Down
Loading