Skip to content
Merged
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/bump-lsl-definitions.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/create-yield.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/oxlint-shadow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/oxlint.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yield.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/bun": "^1.3.11",
"husky": "^9.1.7",
"oxfmt": "^0.41.0",
"oxlint": "^1.57.0",
"oxlint": "^1.58.0",
"typescript": "~5.9.3"
},
"patchedDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @gwigz/slua-create

## 0.1.0

### Minor Changes

- [`7f106d1`](https://github.com/gwigz/slua/commit/7f106d170835b57e2b1ce99809c0e897a79220aa) Thanks [@gwigz](https://github.com/gwigz)! - include `yield` module toggle

- [`059c83a`](https://github.com/gwigz/slua/commit/059c83ad140e4950ad9e86e726f63eae93614822) Thanks [@gwigz](https://github.com/gwigz)! - new `oxlint` preset
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gwigz/slua-create",
"version": "0.0.1",
"version": "0.1.0",
"description": "Scaffold new TSTL-powered SLua projects",
"license": "MIT",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @gwigz/slua-modules

## 0.3.0

### Minor Changes

- [`2eb2b30`](https://github.com/gwigz/slua/commit/2eb2b302bee6a4619900cec6a21b253b997145bd) Thanks [@gwigz](https://github.com/gwigz)! - `yield` module with coroutine-based wrappers

### Patch Changes

- Updated dependencies [[`0870221`](https://github.com/gwigz/slua/commit/087022161caf9a5bf74728a4b0dfdebfd140cc4d)]:
- @gwigz/slua-types@1.1.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gwigz/slua-modules",
"version": "0.2.0",
"version": "0.3.0",
"description": "Shared runtime modules for SLua projects",
"license": "MIT",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/oxlint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @gwigz/slua-oxlint-config

## 0.1.1

### Patch Changes

- [`f2a73d7`](https://github.com/gwigz/slua/commit/f2a73d7cd2c8ec96c0e280c7412c9a7634170990) Thanks [@gwigz](https://github.com/gwigz)! - allow `ok`, `error`, and `value` as shadowed variable names
2 changes: 1 addition & 1 deletion packages/oxlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gwigz/slua-oxlint-config",
"version": "0.1.0",
"version": "0.1.1",
"description": "Oxlint config for SLua (TypeScript-to-Lua) projects",
"license": "MIT",
"repository": {
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.1.1

### Patch Changes

- [#19](https://github.com/gwigz/slua/pull/19) [`0870221`](https://github.com/gwigz/slua/commit/087022161caf9a5bf74728a4b0dfdebfd140cc4d) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update SLua definitions submodule to latest upstream

## 1.1.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.1.0",
"version": "1.1.1",
"description": "TypeScript type definitions for Second Life's SLua runtime",
"license": "MIT",
"repository": {
Expand Down