Skip to content

Commit

Permalink
chore(version): 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 31, 2024
1 parent ef49417 commit 2aada85
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ups-and-downs",
"private": true,
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions src-tauri/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2aada85

Please sign in to comment.