Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
chore: release master (#21)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>ck3oop-ui: 0.1.3</summary>

## [0.1.3](ck3oop-ui-v0.1.2...ck3oop-ui-v0.1.3) (2024-06-26)


### Features

* **core-rs:** Add ModLoadOrder ([0408801](0408801))
* **core-rs:** Add Workspace ([1e65c9b](1e65c9b))
</details>

<details><summary>ck3oop-core-rs: 0.1.2</summary>

## [0.1.2](ck3oop-core-rs-v0.1.1...ck3oop-core-rs-v0.1.2) (2024-06-26)


### Features

* **core-rs:** Add ModLoadOrder ([0408801](0408801))
* **core-rs:** Add Workspace ([1e65c9b](1e65c9b))
</details>

<details><summary>ck3oop-ui-rs: 0.0.4</summary>

## [0.0.4](ck3oop-ui-rs-v0.0.3...ck3oop-ui-rs-v0.0.4) (2024-06-26)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * ck3oop-core-rs bumped from 0.1.1 to 0.1.2
</details>

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
bukowabot authored Jun 26, 2024
1 parent 48963e4 commit 56a3171
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.1.2","ck3oop-core-rs":"0.1.1","ck3oop-ui/src-tauri":"0.0.3","ck3oop-ui":"0.1.0"}
{".":"0.1.3","ck3oop-core-rs":"0.1.2","ck3oop-ui/src-tauri":"0.0.4","ck3oop-ui":"0.1.0"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.3](https://github.com/bukowa/ck3oop/compare/ck3oop-ui-v0.1.2...ck3oop-ui-v0.1.3) (2024-06-26)


### Features

* **core-rs:** Add ModLoadOrder ([0408801](https://github.com/bukowa/ck3oop/commit/0408801f3226e579461d6442b6a2c0d8b5fa3ea0))
* **core-rs:** Add Workspace ([1e65c9b](https://github.com/bukowa/ck3oop/commit/1e65c9b254e86af91a77460bd9fa5cc9c4103507))

## [0.1.2](https://github.com/bukowa/ck3oop/compare/ck3oop-ui-v0.1.1...ck3oop-ui-v0.1.2) (2024-06-20)


Expand Down
4 changes: 2 additions & 2 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
Expand Up @@ -7,7 +7,7 @@ members = [
]

[workspace.package]
version = "0.1.2"
version = "0.1.3"
publish = false
authors = ["ck3oop", "bukowa"]
homepage = "https://github.com/bukowa/ck3oop"
Expand Down
8 changes: 8 additions & 0 deletions ck3oop-core-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.2](https://github.com/bukowa/ck3oop/compare/ck3oop-core-rs-v0.1.1...ck3oop-core-rs-v0.1.2) (2024-06-26)


### Features

* **core-rs:** Add ModLoadOrder ([0408801](https://github.com/bukowa/ck3oop/commit/0408801f3226e579461d6442b6a2c0d8b5fa3ea0))
* **core-rs:** Add Workspace ([1e65c9b](https://github.com/bukowa/ck3oop/commit/1e65c9b254e86af91a77460bd9fa5cc9c4103507))

## [0.1.1](https://github.com/bukowa/ck3oop/compare/ck3oop-core-rs-v0.1.0...ck3oop-core-rs-v0.1.1) (2024-06-20)


Expand Down
2 changes: 1 addition & 1 deletion ck3oop-core-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ck3oop-core-rs"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors.workspace = true
repository = "https://github.com/bukowa/ck3oop"
Expand Down
9 changes: 9 additions & 0 deletions ck3oop-ui/src-tauri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.0.4](https://github.com/bukowa/ck3oop/compare/ck3oop-ui-rs-v0.0.3...ck3oop-ui-rs-v0.0.4) (2024-06-26)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ck3oop-core-rs bumped from 0.1.1 to 0.1.2

## [0.0.3](https://github.com/bukowa/ck3oop/compare/ck3oop-ui-rs-v0.0.2...ck3oop-ui-rs-v0.0.3) (2024-06-20)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions ck3oop-ui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ck3oop-ui-rs"
version = "0.0.3"
version = "0.0.4"
description = "A Tauri App"
authors = ["you"]
edition = "2021"
Expand All @@ -15,7 +15,7 @@ tauri-build = { version = "1", features = [] }
tauri = { version = "1", features = [ "window-show", "shell-open"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
ck3oop-core-rs = { path = "../../ck3oop-core-rs", version = "0.1.1" }
ck3oop-core-rs = { path = "../../ck3oop-core-rs", version = "0.1.2" }

[features]
# This feature is used for production builds or when a dev server is not specified, DO NOT REMOVE!!
Expand Down
2 changes: 1 addition & 1 deletion ck3oop-ui/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "ck3oop-ui",
"version": "0.1.2"
"version": "0.1.3"
},
"tauri": {
"allowlist": {
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,7 +1,7 @@
{
"name": "ck3oop",
"private": true,
"version": "0.1.2",
"version": "0.1.3",
"scripts": {
"build": "npm run build --workspaces --if-present",
"build-incremental": "npm run --workspaces --if-present build-incremental ",
Expand Down

0 comments on commit 56a3171

Please sign in to comment.