Skip to content

Commit

Permalink
chore(release): create v1.0.0-alpha.224
Browse files Browse the repository at this point in the history
  • Loading branch information
oplabot committed Sep 19, 2024
1 parent 6bfa71d commit 46edb2e
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 15 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.0.0-alpha.224](https://github.com/Opla/opla/compare/v1.0.0-alpha.223...v1.0.0-alpha.224) (2024-09-19)


### Features

* **thread:** display error/cancel messages [#1247](https://github.com/Opla/opla/issues/1247) ([#1269](https://github.com/Opla/opla/issues/1269)) ([6bfa71d](https://github.com/Opla/opla/commit/6bfa71d07183dd1db367c7274c2592e0e32b865c))

# [1.0.0-alpha.223](https://github.com/Opla/opla/compare/v1.0.0-alpha.222...v1.0.0-alpha.223) (2024-09-18)


Expand Down
10 changes: 5 additions & 5 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "opla"
version = "1.0.0-alpha.223"
version = "1.0.0-alpha.224"
edition = "2021"
default-run = "opla-cli"

Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cli"
version = "1.0.0-alpha.223"
version = "1.0.0-alpha.224"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "opla_core"
version = "1.0.0-alpha.223"
version = "1.0.0-alpha.224"
edition = "2021"

include = ["src/**/*"]
Expand Down
2 changes: 1 addition & 1 deletion crates/tokenizer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tokenizer"
version = "1.0.0-alpha.223"
version = "1.0.0-alpha.224"
edition = "2021"

include = ["encodings/**/*", "src/**/*"]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opla",
"version": "1.0.0-alpha.223",
"version": "1.0.0-alpha.224",
"private": true,
"scripts": {
"dev": "cd webapp && npm run dev",
Expand Down
2 changes: 1 addition & 1 deletion webapp/native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "app"
version = "1.0.0-alpha.223"
version = "1.0.0-alpha.224"
description = "A Tauri App"
authors = ["you"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion webapp/native/Tauri.windows.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Dirty hack to fix Windows version not fully compatible with semver
[package]
version = "1.0.223"
version = "1.0.224"
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opla",
"version": "1.0.0-alpha.223",
"version": "1.0.0-alpha.224",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 46edb2e

Please sign in to comment.