From 4dadfb41de309f9784335c50f6e6ffa84d54e002 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 17:04:20 +0000 Subject: [PATCH] chore: release ok --- .changeset/swift-dodos-smile.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/swift-dodos-smile.md diff --git a/.changeset/swift-dodos-smile.md b/.changeset/swift-dodos-smile.md deleted file mode 100644 index f69ca6a..0000000 --- a/.changeset/swift-dodos-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cayasde/ok": patch ---- - -Exclude the Rojo project file from the published Wally package so Pesde can link the module correctly. diff --git a/CHANGELOG.md b/CHANGELOG.md index d86c4cf..0d3a692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @cayasde/ok +## 1.0.1 + +### Patch Changes + +- f48074a: Exclude the Rojo project file from the published Wally package so Pesde can link the module correctly. + ## 1.0.0 ### Major Changes diff --git a/package.json b/package.json index 37c1623..4011edc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cayasde/ok", - "version": "1.0.0", + "version": "1.0.1", "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 528ba1a..cc2ed93 100644 --- a/pesde.toml +++ b/pesde.toml @@ -1,5 +1,5 @@ name = "cayasde/ok" -version = "1.0.0" +version = "1.0.1" 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 3558729..5f65e6d 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.0" +version = "1.0.1" license = "MIT" realm = "shared" registry = "https://github.com/UpliftGames/wally-index"