Skip to content

Commit

Permalink
v0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
🎲 committed Dec 4, 2024
1 parent a21098c commit b6a270f
Show file tree
Hide file tree
Showing 23 changed files with 162 additions and 41 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.32.0 (2024-12-04)


### Features

* **tslua-dcs-mission-types:** add LLtoMGRS and MGRStoLL function signatures ([a21098c](https://github.com/flying-dice/tslua-dcs/commit/a21098cefed41aeb3fcdd055ed5ffbdaf3d36b28))





# 0.31.0 (2024-12-02)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.31.0"
"version": "0.32.0"
}
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions packages/tslua-base64/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.32.0 (2024-12-04)


### Features

* **tslua-dcs-mission-types:** add LLtoMGRS and MGRStoLL function signatures ([a21098c](https://github.com/flying-dice/tslua-dcs/commit/a21098cefed41aeb3fcdd055ed5ffbdaf3d36b28))





# 0.31.0 (2024-12-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/tslua-base64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flying-dice/tslua-base64",
"version": "0.31.0",
"version": "0.32.0",
"description": "Base64 library with typings",
"keywords": [
"lua",
Expand Down
11 changes: 11 additions & 0 deletions packages/tslua-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.32.0 (2024-12-04)


### Features

* **tslua-dcs-mission-types:** add LLtoMGRS and MGRStoLL function signatures ([a21098c](https://github.com/flying-dice/tslua-dcs/commit/a21098cefed41aeb3fcdd055ed5ffbdaf3d36b28))





# 0.31.0 (2024-12-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/tslua-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flying-dice/tslua-common",
"version": "0.31.0",
"version": "0.32.0",
"description": "Common Utils Library",
"keywords": [
"lua",
Expand Down
11 changes: 11 additions & 0 deletions packages/tslua-dcs-gui-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.32.0 (2024-12-04)


### Features

* **tslua-dcs-mission-types:** add LLtoMGRS and MGRStoLL function signatures ([a21098c](https://github.com/flying-dice/tslua-dcs/commit/a21098cefed41aeb3fcdd055ed5ffbdaf3d36b28))





# 0.31.0 (2024-12-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/tslua-dcs-gui-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flying-dice/tslua-dcs-gui-types",
"version": "0.31.0",
"version": "0.32.0",
"description": "Typescript type definitions for DCS GUI environment",
"keywords": [
"lua",
Expand Down
11 changes: 11 additions & 0 deletions packages/tslua-dcs-mission-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.32.0 (2024-12-04)


### Features

* **tslua-dcs-mission-types:** add LLtoMGRS and MGRStoLL function signatures ([a21098c](https://github.com/flying-dice/tslua-dcs/commit/a21098cefed41aeb3fcdd055ed5ffbdaf3d36b28))





# 0.31.0 (2024-12-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/tslua-dcs-mission-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flying-dice/tslua-dcs-mission-types",
"version": "0.31.0",
"version": "0.32.0",
"description": "Typescript type definitions for DCS",
"keywords": [
"lua",
Expand Down
11 changes: 11 additions & 0 deletions packages/tslua-dcs-testapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.32.0 (2024-12-04)


### Features

* **tslua-dcs-mission-types:** add LLtoMGRS and MGRStoLL function signatures ([a21098c](https://github.com/flying-dice/tslua-dcs/commit/a21098cefed41aeb3fcdd055ed5ffbdaf3d36b28))





# 0.31.0 (2024-12-02)


Expand Down
10 changes: 5 additions & 5 deletions packages/tslua-dcs-testapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flying-dice/tslua-dcs-testapp",
"version": "0.31.0",
"version": "0.32.0",
"description": "Test app for DCS World and tslua-http",
"private": true,
"scripts": {
Expand All @@ -10,10 +10,10 @@
"author": "",
"license": "ISC",
"dependencies": {
"@flying-dice/tslua-base64": "^0.31.0",
"@flying-dice/tslua-dcs-mission-types": "^0.31.0",
"@flying-dice/tslua-http": "^0.31.0",
"@flying-dice/tslua-http-api": "^0.31.0"
"@flying-dice/tslua-base64": "^0.32.0",
"@flying-dice/tslua-dcs-mission-types": "^0.32.0",
"@flying-dice/tslua-http": "^0.32.0",
"@flying-dice/tslua-http-api": "^0.32.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/tslua-http-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.32.0 (2024-12-04)


### Features

* **tslua-dcs-mission-types:** add LLtoMGRS and MGRStoLL function signatures ([a21098c](https://github.com/flying-dice/tslua-dcs/commit/a21098cefed41aeb3fcdd055ed5ffbdaf3d36b28))





# 0.31.0 (2024-12-02)


Expand Down
8 changes: 4 additions & 4 deletions packages/tslua-http-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flying-dice/tslua-http-api",
"version": "0.31.0",
"version": "0.32.0",
"description": "LUA HTTP API Server written in Typescript Transpiled to lua using TypeScriptToLua",
"keywords": [
"lua",
Expand Down Expand Up @@ -34,9 +34,9 @@
"exec": "npm run dev"
},
"dependencies": {
"@flying-dice/tslua-common": "^0.31.0",
"@flying-dice/tslua-http": "^0.31.0",
"@flying-dice/tslua-rxi-json": "^0.31.0"
"@flying-dice/tslua-common": "^0.32.0",
"@flying-dice/tslua-http": "^0.32.0",
"@flying-dice/tslua-rxi-json": "^0.32.0"
},
"devDependencies": {
"@vitest/coverage-v8": "^2.1.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/tslua-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.32.0 (2024-12-04)


### Features

* **tslua-dcs-mission-types:** add LLtoMGRS and MGRStoLL function signatures ([a21098c](https://github.com/flying-dice/tslua-dcs/commit/a21098cefed41aeb3fcdd055ed5ffbdaf3d36b28))





# 0.31.0 (2024-12-02)


Expand Down
6 changes: 3 additions & 3 deletions packages/tslua-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flying-dice/tslua-http",
"version": "0.31.0",
"version": "0.32.0",
"description": "LUA HTTP Server written in Typescript Transpiled to lua using TypeScriptToLua",
"keywords": [
"lua",
Expand All @@ -24,10 +24,10 @@
"test:lua": "tstl -p tsconfig.tstl-tests.json && lua ./.test/tests.lua"
},
"dependencies": {
"@flying-dice/tslua-common": "^0.31.0"
"@flying-dice/tslua-common": "^0.32.0"
},
"devDependencies": {
"@flying-dice/tslua-luatest": "^0.31.0",
"@flying-dice/tslua-luatest": "^0.32.0",
"@vitest/coverage-v8": "^2.1.6",
"@vitest/ui": "^2.1.6",
"lua-types": "^2.13.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/tslua-luatest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.32.0 (2024-12-04)


### Features

* **tslua-dcs-mission-types:** add LLtoMGRS and MGRStoLL function signatures ([a21098c](https://github.com/flying-dice/tslua-dcs/commit/a21098cefed41aeb3fcdd055ed5ffbdaf3d36b28))





# 0.31.0 (2024-12-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/tslua-luatest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flying-dice/tslua-luatest",
"version": "0.31.0",
"version": "0.32.0",
"description": "tslua testing library",
"keywords": [
"lua",
Expand Down
Loading

0 comments on commit b6a270f

Please sign in to comment.