Skip to content
Open
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.4.7",
".": "1.5.0",
"packages/cli": "0.1.8"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.5.0](https://github.com/odest/tntstack/compare/v1.4.7...v1.5.0) (2026-04-11)


### Features

* **web:** implement download page with dynamic OS artifacts ([#49](https://github.com/odest/tntstack/issues/49)) ([25841eb](https://github.com/odest/tntstack/commit/25841ebf48545b5434cc7198913124b08b508332))


### Build System

* **deps:** bump next from 16.2.1 to 16.2.3 ([#52](https://github.com/odest/tntstack/issues/52)) ([adf1d2e](https://github.com/odest/tntstack/commit/adf1d2ec99809bd4058708b9ff0c993ada569289))
* **deps:** bump next-intl from 4.8.3 to 4.9.1 ([#51](https://github.com/odest/tntstack/issues/51)) ([ed5c70f](https://github.com/odest/tntstack/commit/ed5c70f48977ea752e65a5fe90219a78f9e7332c))

## [1.4.7](https://github.com/odest/tntstack/compare/v1.4.6...v1.4.7) (2026-03-29)


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.4.7",
"version": "1.5.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.4.7"
version = "1.5.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.4.7",
"version": "1.5.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.4.7",
"version": "1.5.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.4.7",
"version": "1.5.0",
"private": true,
"scripts": {
"build": "turbo build",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workspace/core",
"version": "1.4.7",
"version": "1.5.0",
"type": "module",
"private": true,
"scripts": {
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.4.7",
"version": "1.5.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.4.7",
"version": "1.5.0",
"type": "module",
"private": true,
"scripts": {
Expand Down
Loading