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
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
".": "0.1.9",
"apps/native": "0.1.9",
"apps/web": "0.1.9",
"packages/ui": "0.1.9",
"packages/i18n": "0.1.9",
".": "0.1.10",
"apps/native": "0.1.10",
"apps/web": "0.1.10",
"packages/ui": "0.1.10",
"packages/i18n": "0.1.10",
"packages/eslint-config": "0.1.0",
"packages/typescript-config": "0.1.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.1.10](https://github.com/odest/katip/compare/v0.1.9...v0.1.10) (2026-04-11)


### Bug Fixes

* **deps:** upgrade next.js and react to resolve new RSC vulnerabilities ([a57167f](https://github.com/odest/katip/commit/a57167f20a7e1b88c0a0accfd8974e83e9c43503))


### Documentation

* adjust light/dark image sources to match color scheme ([c4dd3d4](https://github.com/odest/katip/commit/c4dd3d45afd94e7021ffa6cf92157f3ae3f9613a))
* update README with new light/dark screenshots and clarify docs ([7f9030f](https://github.com/odest/katip/commit/7f9030f96de96c6af6de055e54353cfa1024ed2c))

## [0.1.9](https://github.com/odest/katip/compare/v0.1.8...v0.1.9) (2025-12-16)


Expand Down
7 changes: 7 additions & 0 deletions apps/native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.10](https://github.com/odest/katip/compare/v0.1.9...v0.1.10) (2026-04-11)


### Bug Fixes

* **deps:** upgrade next.js and react to resolve new RSC vulnerabilities ([a57167f](https://github.com/odest/katip/commit/a57167f20a7e1b88c0a0accfd8974e83e9c43503))

## [0.1.9](https://github.com/odest/katip/compare/v0.1.8...v0.1.9) (2025-12-16)


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": "0.1.9",
"version": "0.1.10",
"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 = "katip"
version = "0.1.9"
version = "0.1.10"
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": "katip",
"version": "0.1.9",
"version": "0.1.10",
"identifier": "com.katip.app",
"build": {
"beforeDevCommand": "pnpm dev",
Expand Down
7 changes: 7 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.10](https://github.com/odest/katip/compare/v0.1.9...v0.1.10) (2026-04-11)


### Bug Fixes

* **deps:** upgrade next.js and react to resolve new RSC vulnerabilities ([a57167f](https://github.com/odest/katip/commit/a57167f20a7e1b88c0a0accfd8974e83e9c43503))

## [0.1.9](https://github.com/odest/katip/compare/v0.1.8...v0.1.9) (2025-12-16)


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

## [0.1.10](https://github.com/odest/katip/compare/v0.1.9...v0.1.10) (2026-04-11)


### Bug Fixes

* **deps:** upgrade next.js and react to resolve new RSC vulnerabilities ([a57167f](https://github.com/odest/katip/commit/a57167f20a7e1b88c0a0accfd8974e83e9c43503))

## [0.1.9](https://github.com/odest/katip/compare/v0.1.8...v0.1.9) (2025-12-16)


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": "0.1.9",
"version": "0.1.10",
"type": "module",
"private": true,
"main": "src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.10](https://github.com/odest/katip/compare/v0.1.9...v0.1.10) (2026-04-11)


### Bug Fixes

* **deps:** upgrade next.js and react to resolve new RSC vulnerabilities ([a57167f](https://github.com/odest/katip/commit/a57167f20a7e1b88c0a0accfd8974e83e9c43503))

## [0.1.9](https://github.com/odest/katip/compare/v0.1.8...v0.1.9) (2025-12-16)


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": "0.1.9",
"version": "0.1.10",
"type": "module",
"private": true,
"scripts": {
Expand Down