Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/add-utilities-module.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bump-lsl-definitions.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sync-notecard-reading.md

This file was deleted.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
},
"devDependencies": {
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0",
"@types/bun": "^1.3.11",
"@changesets/cli": "^2.31.0",
"@types/bun": "^1.3.12",
"husky": "^9.1.7",
"oxfmt": "^0.46.0",
"oxlint": "^1.59.0",
"rollup": "^4.60.1",
"oxlint": "^1.61.0",
"rollup": "^4.60.2",
"typescript": "~5.9.3"
},
"patchedDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions packages/modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @gwigz/slua-modules

## 0.5.0

### Minor Changes

- [`be8cebb`](https://github.com/gwigz/slua/commit/be8cebbf9c40bb98725fdfc7e2eddbf6c8c03eb7) Thanks [@gwigz](https://github.com/gwigz)! - add utilities module with debounce, throttle, and cooldown

### Patch Changes

- [`3ce1aa6`](https://github.com/gwigz/slua/commit/3ce1aa64b76bbea025cce9e37a3dfb71c865ca2c) Thanks [@gwigz](https://github.com/gwigz)! - use sync notecard reading in yield module with async fallback on cache miss

- Updated dependencies [[`6225982`](https://github.com/gwigz/slua/commit/6225982123548d13b5e92ffacc5f339bf1b6299d)]:
- @gwigz/slua-types@1.4.1

## 0.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gwigz/slua-modules",
"version": "0.4.0",
"version": "0.5.0",
"description": "Shared runtime modules for SLua projects",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"test": "bun test"
},
"dependencies": {
"@gwigz/slua-types": "^1.4.0"
"@gwigz/slua-types": "^1.4.1"
},
"peerDependencies": {
"@typescript-to-lua/language-extensions": "^1.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gwigz/slua-types

## 1.4.1

### Patch Changes

- [#39](https://github.com/gwigz/slua/pull/39) [`6225982`](https://github.com/gwigz/slua/commit/6225982123548d13b5e92ffacc5f339bf1b6299d) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update SLua definitions submodule to latest upstream

## 1.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gwigz/slua-types",
"version": "1.4.0",
"version": "1.4.1",
"description": "TypeScript type definitions for Second Life's SLua runtime",
"license": "MIT",
"repository": {
Expand Down