Skip to content

Commit

Permalink
chore: release release-please--branches--release-please--branches--re…
Browse files Browse the repository at this point in the history
…lease-please--branches--release-please--branches--release-please--branches--only-rust
  • Loading branch information
bukowabot committed Jun 16, 2024
1 parent 58268fd commit 9e6b71d
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"ck3oop-core-js":"0.1.4","ck3oop-ui":"0.1.4","ck3oop-core-rs":"0.1.4","ck3oop-ui/src-tauri":"0.1.4"}
{"ck3oop-core-js":"0.1.5","ck3oop-ui":"0.1.5","ck3oop-core-rs":"0.1.5","ck3oop-ui/src-tauri":"0.1.5"}
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.

8 changes: 8 additions & 0 deletions ck3oop-core-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.5](https://github.com/bukowabot/release-please-bug1/compare/core-js-v0.1.4...core-js-v0.1.5) (2024-06-16)


### Features

* Everything changes ([c04a4f7](https://github.com/bukowabot/release-please-bug1/commit/c04a4f7bc96bd003882051cc722fa849f2e21edf))
* Test ([20a5c7e](https://github.com/bukowabot/release-please-bug1/commit/20a5c7e83ddf98360e8391fa4b90390b0cfd69ab))

## [0.1.4](https://github.com/bukowabot/release-please-bug1/compare/core-js-v0.1.3...core-js-v0.1.4) (2024-06-16)


Expand Down
2 changes: 1 addition & 1 deletion ck3oop-core-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ck3oop-core-js",
"type": "module",
"main": "src/index.ts",
"version": "0.1.4",
"version": "0.1.5",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
7 changes: 7 additions & 0 deletions ck3oop-core-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.5](https://github.com/bukowabot/release-please-bug1/compare/core-rust-v0.1.4...core-rust-v0.1.5) (2024-06-16)


### Features

* Everything changes ([c04a4f7](https://github.com/bukowabot/release-please-bug1/commit/c04a4f7bc96bd003882051cc722fa849f2e21edf))

## [0.1.4](https://github.com/bukowabot/release-please-bug1/compare/core-rust-v0.1.3...core-rust-v0.1.4) (2024-06-16)


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.4"
version = "0.1.5"
edition = "2021"
authors = ["bukowa"]
repository = "https://github.com/bukowa/ck3oop"
Expand Down
7 changes: 7 additions & 0 deletions ck3oop-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.5](https://github.com/bukowabot/release-please-bug1/compare/ui-js-v0.1.4...ui-js-v0.1.5) (2024-06-16)


### Features

* Everything changes ([c04a4f7](https://github.com/bukowabot/release-please-bug1/commit/c04a4f7bc96bd003882051cc722fa849f2e21edf))

## [0.1.4](https://github.com/bukowabot/release-please-bug1/compare/ui-js-v0.1.3...ui-js-v0.1.4) (2024-06-16)


Expand Down
2 changes: 1 addition & 1 deletion ck3oop-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ck3oop-ui",
"private": true,
"version": "0.1.4",
"version": "0.1.5",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
14 changes: 14 additions & 0 deletions ck3oop-ui/src-tauri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.1.5](https://github.com/bukowabot/release-please-bug1/compare/tauri-rust-v0.1.4...tauri-rust-v0.1.5) (2024-06-16)


### Features

* Everything changes ([c04a4f7](https://github.com/bukowabot/release-please-bug1/commit/c04a4f7bc96bd003882051cc722fa849f2e21edf))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ck3oop-core-rs bumped from 0.1.4 to 0.1.5

## [0.1.4](https://github.com/bukowabot/release-please-bug1/compare/tauri-rust-v0.1.3...tauri-rust-v0.1.4) (2024-06-16)


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"
version = "0.1.4"
version = "0.1.5"
description = "A Tauri App"
authors = ["you"]
edition = "2021"
Expand All @@ -14,7 +14,7 @@ tauri-build = { version = "1", features = [] }
tauri = { version = "1", features = ["shell-open"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
ck3oop-core-rs = { path = "../../ck3oop-core-rs", version = "0.1.4" }
ck3oop-core-rs = { path = "../../ck3oop-core-rs", version = "0.1.5" }

[features]
# This feature is used for production builds or when a dev server is not specified, DO NOT REMOVE!!
Expand Down

0 comments on commit 9e6b71d

Please sign in to comment.