Skip to content

Commit 2185414

Browse files
committed
chore: release master
1 parent 99178f1 commit 2185414

9 files changed

Lines changed: 21 additions & 8 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "1.4.2",
2+
".": "1.4.3",
33
"packages/cli": "0.1.8"
44
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.4.3](https://github.com/odest/tntstack/compare/v1.4.2...v1.4.3) (2026-03-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **native:** disable link prefetching to resolve silent navigation hangs on windows ([f2c615d](https://github.com/odest/tntstack/commit/f2c615da07864cb0c579b746a8d6bc1994c1f1c7))
9+
10+
11+
### Continuous Integration
12+
13+
* **workflows:** add selective desktop builds and refine artifact naming ([4aa58a4](https://github.com/odest/tntstack/commit/4aa58a4ea29a060e9fd9057d8a48d7a6235fe061))
14+
* **workflows:** implement dynamic matrix and enforce explicit refs for checkout ([99178f1](https://github.com/odest/tntstack/commit/99178f130ee39e1a1d668222c194da45e946ecb2))
15+
316
## [1.4.2](https://github.com/odest/tntstack/compare/v1.4.1...v1.4.2) (2026-03-23)
417

518

apps/native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "native",
33
"private": true,
4-
"version": "1.4.2",
4+
"version": "1.4.3",
55
"type": "module",
66
"scripts": {
77
"dev": "next dev --turbopack",

apps/native/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tntstack"
3-
version = "1.4.2"
3+
version = "1.4.3"
44
description = "A Tauri App"
55
authors = ["you"]
66
edition = "2021"

apps/native/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "tntstack",
4-
"version": "1.4.2",
4+
"version": "1.4.3",
55
"identifier": "com.tntstack.app",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"type": "module",
55
"private": true,
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tntstack",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"private": true,
55
"scripts": {
66
"build": "turbo build",

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workspace/i18n",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"type": "module",
55
"private": true,
66
"main": "src/index.ts",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workspace/ui",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"type": "module",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)