diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eabcb7..92ac09b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## [0.1.2](https://github.com/szattila98/ups-and-downs/compare/0.1.1..0.1.2) - 2024-03-31 +### Package updates +- [backend-0.1.2](src-tauri) bumped to [backend-0.1.2](https://github.com/szattila98/ups-and-downs/compare/backend-0.1.1..backend-0.1.2) +### Global changes +#### Bug Fixes +- random emojis are fixed in dimensions - ([ef49417](https://github.com/szattila98/ups-and-downs/commit/ef49417d3e9e793053a56bdcf80d94e938419d67)) - [@szattila98](https://github.com/szattila98) +- record view radio button has focus - ([528ca87](https://github.com/szattila98/ups-and-downs/commit/528ca871068e157f65e0a1347ac555a4e2ff563a)) - [@szattila98](https://github.com/szattila98) +- content with length 1 or 2000 can be submitted without crashing - ([e588fdf](https://github.com/szattila98/ups-and-downs/commit/e588fdfe03f672f78e68d2e9e038c6b912e577cd)) - [@szattila98](https://github.com/szattila98) + +- - - + ## [0.1.1](https://github.com/szattila98/ups-and-downs/compare/0.1.0..0.1.1) - 2024-03-30 ### Package updates - [backend-0.1.1](src-tauri) bumped to [backend-0.1.1](https://github.com/szattila98/ups-and-downs/compare/backend-0.1.0..backend-0.1.1) diff --git a/package.json b/package.json index f005c6c..7b81a5f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ups-and-downs", "private": true, - "version": "0.1.1", + "version": "0.1.2", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md index b8fc021..7181d10 100644 --- a/src-tauri/CHANGELOG.md +++ b/src-tauri/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## backend-0.1.2 - 2024-03-31 +#### Bug Fixes +- content with length 1 or 2000 can be submitted without crashing - (e588fdf) - szattila98 + +- - - + ## backend-0.1.1 - 2024-03-30 #### Bug Fixes - enter only submits, no new line is added - (e966c4c) - szattila98 diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 9456a63..a2605f4 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3949,7 +3949,7 @@ checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" [[package]] name = "ups-and-downs" -version = "0.1.1" +version = "0.1.2" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 47aa666..d441cd6 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ups-and-downs" -version = "0.1.1" +version = "0.1.2" description = "A Tauri App" authors = ["you"] edition = "2021"