Skip to content

Commit 21c0fb8

Browse files
chore(release): bump versions and changelogs
1 parent c8b2389 commit 21c0fb8

File tree

11 files changed

+38
-23
lines changed

11 files changed

+38
-23
lines changed

.sampo/changesets/jovial-earl-tursas.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.sampo/changesets/wily-queen-mielikki.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/sampo-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# sampo-core
22

3+
## 0.12.1 — 2026-02-08
4+
5+
### Patch changes
6+
7+
- [c8b2389](https://github.com/bruits/sampo/commit/c8b2389e7d55da858d11218cbed942a96806ba92) Fixed prerelease guard in release to only skip preserved changesets when all referenced packages are in prerelease, not when any workspace member is. — Thanks @rickmartensnl!
8+
- [dbc649d](https://github.com/bruits/sampo/commit/dbc649d0a7dc899b26f19f1b86226af30902f84b) Fixed preserved changesets causing infinite release PR loop in prerelease mode — Thanks @rickmartensnl!
9+
310
## 0.12.0 — 2026-01-31
411

512
### Minor changes

crates/sampo-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sampo-core"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
license = "MIT"
55
authors = ["Goulven Clech <goulven.clech@protonmail.com>"]
66
edition = "2024"

crates/sampo-github-action/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# sampo-github-action
22

3+
## 0.14.2 — 2026-02-08
4+
5+
### Patch changes
6+
7+
- Updated dependencies: sampo-core@0.12.1
8+
39
## 0.14.1 — 2026-02-06
410

511
### Patch changes

crates/sampo-github-action/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sampo-github-action"
3-
version = "0.14.1"
3+
version = "0.14.2"
44
license = "MIT"
55
authors = ["Goulven Clech <goulven.clech@protonmail.com>"]
66
edition = "2024"
@@ -12,7 +12,7 @@ keywords = ["changeset", "versioning", "publishing", "semver", "monorepo"]
1212
categories = ["development-tools"]
1313

1414
[dependencies]
15-
sampo-core = { version = "0.12.0", path = "../sampo-core" }
15+
sampo-core = { version = "0.12.1", path = "../sampo-core" }
1616
thiserror = "1.0"
1717
glob = "0.3"
1818
rustc-hash = "2.0"

crates/sampo-github-bot/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# sampo-github-bot
22

3+
## 0.4.3 — 2026-02-08
4+
5+
### Patch changes
6+
7+
- Updated dependencies: sampo-core@0.12.1
8+
39
## 0.4.2 — 2026-01-31
410

511
### Patch changes

crates/sampo-github-bot/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sampo-github-bot"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
license = "MIT"
55
authors = ["Goulven Clech <goulven.clech@protonmail.com>"]
66
edition = "2024"
@@ -26,4 +26,4 @@ thiserror = "1"
2626
jsonwebtoken = "9"
2727
base64 = "0.22"
2828
reqwest = { version = "0.11", features = ["json"] }
29-
sampo-core = { version = "0.12.0", path = "../sampo-core" }
29+
sampo-core = { version = "0.12.1", path = "../sampo-core" }

crates/sampo/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# sampo
22

3+
## 0.16.1 — 2026-02-08
4+
5+
### Patch changes
6+
7+
- Updated dependencies: sampo-core@0.12.1
8+
39
## 0.16.0 — 2026-01-31
410

511
### Minor changes

0 commit comments

Comments
 (0)