Skip to content

Commit 46462c9

Browse files
authored
Merge pull request #1 from odest/release-please--branches--master
chore: release master
2 parents 969d76a + 7545dda commit 46462c9

File tree

9 files changed

+36
-12
lines changed

9 files changed

+36
-12
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
".": "0.1.0",
3-
"apps/native": "0.1.0",
4-
"apps/web": "0.1.0",
5-
"packages/ui": "0.1.0",
6-
"packages/i18n": "0.1.0",
7-
"packages/eslint-config": "0.1.0",
8-
"packages/typescript-config": "0.1.0"
2+
".": "0.1.1",
3+
"apps/native": "0.1.1",
4+
"apps/web": "0.1.0",
5+
"packages/ui": "0.1.1",
6+
"packages/i18n": "0.1.0",
7+
"packages/eslint-config": "0.1.0",
8+
"packages/typescript-config": "0.1.0"
99
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/odest/katip/compare/v0.1.0...v0.1.1) (2025-10-17)
4+
5+
6+
### Code Refactoring
7+
8+
* rename project to katip and update versions ([969d76a](https://github.com/odest/katip/commit/969d76a34d0d19214b0c8fe43dbbee44b4d1b14c))

apps/native/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/odest/katip/compare/v0.1.0...v0.1.1) (2025-10-17)
4+
5+
6+
### Code Refactoring
7+
8+
* rename project to katip and update versions ([969d76a](https://github.com/odest/katip/commit/969d76a34d0d19214b0c8fe43dbbee44b4d1b14c))

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": "0.1.0",
4+
"version": "0.1.1",
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 = "katip"
3-
version = "0.1.0"
3+
version = "0.1.1"
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": "katip",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"identifier": "com.katip.app",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

package.json

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

packages/ui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/odest/katip/compare/v0.1.0...v0.1.1) (2025-10-17)
4+
5+
6+
### Code Refactoring
7+
8+
* rename project to katip and update versions ([969d76a](https://github.com/odest/katip/commit/969d76a34d0d19214b0c8fe43dbbee44b4d1b14c))

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": "0.1.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)