From 8778be19b8b2898cbc5fef0031c4a893bb6d9ad6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 21:57:49 +0000 Subject: [PATCH] chore: release ok --- .changeset/fresh-candles-agree.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- pesde.toml | 2 +- wally.toml | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/fresh-candles-agree.md diff --git a/.changeset/fresh-candles-agree.md b/.changeset/fresh-candles-agree.md deleted file mode 100644 index 0e62432..0000000 --- a/.changeset/fresh-candles-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cayasde/ok": patch ---- - -Restore the Wally package's root Rojo project so Pesde can require the module directly. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d3a692..9670678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @cayasde/ok +## 1.0.2 + +### Patch Changes + +- c558c75: Restore the Wally package's root Rojo project so Pesde can require the module directly. + ## 1.0.1 ### Patch Changes diff --git a/package.json b/package.json index 4011edc..c1e64f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cayasde/ok", - "version": "1.0.1", + "version": "1.0.2", "description": "A compact assertion and mocking library for Luau and Roblox.", "license": "MIT", "repository": "https://github.com/lutest-dev/ok", diff --git a/pesde.toml b/pesde.toml index cc2ed93..cb8dd90 100644 --- a/pesde.toml +++ b/pesde.toml @@ -1,5 +1,5 @@ name = "cayasde/ok" -version = "1.0.1" +version = "1.0.2" description = "A compact assertion and mock library for Luau and Roblox." license = "MIT" repository = "https://github.com/lutest-dev/ok" diff --git a/wally.toml b/wally.toml index a8c488b..c126d01 100644 --- a/wally.toml +++ b/wally.toml @@ -1,7 +1,7 @@ [package] name = "cayasde/ok" description = "A compact assertion and mock library for Luau and Roblox." -version = "1.0.1" +version = "1.0.2" license = "MIT" realm = "shared" registry = "https://github.com/UpliftGames/wally-index"