Skip to content

Commit

Permalink
v0.32.12
Browse files Browse the repository at this point in the history
  • Loading branch information
🎲 committed Dec 16, 2024
1 parent 35992b7 commit f539b46
Show file tree
Hide file tree
Showing 23 changed files with 212 additions and 54 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.12 (2024-12-16)


### Bug Fixes

* support DCS 2.9.10.3948 ([35992b7](https://github.com/flying-dice/tslua-dcs/commit/35992b7d134d6e15dd5ec87258b2ed7c7272ebfd))





## 0.32.11 (2024-12-16)

**Note:** Version bump only for package root
Expand Down
6 changes: 3 additions & 3 deletions 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.32.11"
}
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.32.12"
}
42 changes: 21 additions & 21 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.12 (2024-12-16)


### Bug Fixes

* support DCS 2.9.10.3948 ([35992b7](https://github.com/flying-dice/tslua-dcs/commit/35992b7d134d6e15dd5ec87258b2ed7c7272ebfd))





## 0.32.11 (2024-12-16)

**Note:** Version bump only for package @flying-dice/tslua-base64
Expand Down
8 changes: 6 additions & 2 deletions packages/tslua-base64/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "@flying-dice/tslua-base64",
"version": "0.32.11",
"version": "0.32.12",
"description": "Base64 library with typings",
"keywords": ["lua", "dcs", "base64"],
"keywords": [
"lua",
"dcs",
"base64"
],
"repository": {
"type": "git",
"url": "https://github.com/flying-dice/tslua-dcs.git"
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.12 (2024-12-16)


### Bug Fixes

* support DCS 2.9.10.3948 ([35992b7](https://github.com/flying-dice/tslua-dcs/commit/35992b7d134d6e15dd5ec87258b2ed7c7272ebfd))





## 0.32.11 (2024-12-16)

**Note:** Version bump only for package @flying-dice/tslua-common
Expand Down
8 changes: 6 additions & 2 deletions packages/tslua-common/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "@flying-dice/tslua-common",
"version": "0.32.11",
"version": "0.32.12",
"description": "Common Utils Library",
"keywords": ["lua", "dcs", "logger"],
"keywords": [
"lua",
"dcs",
"logger"
],
"repository": {
"type": "git",
"url": "https://github.com/flying-dice/tslua-dcs.git"
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.12 (2024-12-16)


### Bug Fixes

* support DCS 2.9.10.3948 ([35992b7](https://github.com/flying-dice/tslua-dcs/commit/35992b7d134d6e15dd5ec87258b2ed7c7272ebfd))





## 0.32.11 (2024-12-16)

**Note:** Version bump only for package @flying-dice/tslua-dcs-gui-types
Expand Down
8 changes: 6 additions & 2 deletions packages/tslua-dcs-gui-types/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "@flying-dice/tslua-dcs-gui-types",
"version": "0.32.11",
"version": "0.32.12",
"description": "Typescript type definitions for DCS GUI environment",
"keywords": ["lua", "dcs", "gui"],
"keywords": [
"lua",
"dcs",
"gui"
],
"repository": {
"type": "git",
"url": "https://github.com/flying-dice/tslua-dcs.git"
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.12 (2024-12-16)


### Bug Fixes

* support DCS 2.9.10.3948 ([35992b7](https://github.com/flying-dice/tslua-dcs/commit/35992b7d134d6e15dd5ec87258b2ed7c7272ebfd))





## 0.32.11 (2024-12-16)

**Note:** Version bump only for package @flying-dice/tslua-dcs-mission-types
Expand Down
8 changes: 6 additions & 2 deletions packages/tslua-dcs-mission-types/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "@flying-dice/tslua-dcs-mission-types",
"version": "0.32.11",
"version": "0.32.12",
"description": "Typescript type definitions for DCS",
"keywords": ["lua", "dcs", "mission"],
"keywords": [
"lua",
"dcs",
"mission"
],
"repository": {
"type": "git",
"url": "https://github.com/flying-dice/tslua-dcs.git"
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.12 (2024-12-16)


### Bug Fixes

* support DCS 2.9.10.3948 ([35992b7](https://github.com/flying-dice/tslua-dcs/commit/35992b7d134d6e15dd5ec87258b2ed7c7272ebfd))





## 0.32.11 (2024-12-16)

**Note:** Version bump only for package @flying-dice/tslua-dcs-testapp
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.32.11",
"version": "0.32.12",
"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.32.11",
"@flying-dice/tslua-dcs-mission-types": "^0.32.11",
"@flying-dice/tslua-http": "^0.32.11",
"@flying-dice/tslua-http-api": "^0.32.11"
"@flying-dice/tslua-base64": "^0.32.12",
"@flying-dice/tslua-dcs-mission-types": "^0.32.12",
"@flying-dice/tslua-http": "^0.32.12",
"@flying-dice/tslua-http-api": "^0.32.12"
},
"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.12 (2024-12-16)


### Bug Fixes

* support DCS 2.9.10.3948 ([35992b7](https://github.com/flying-dice/tslua-dcs/commit/35992b7d134d6e15dd5ec87258b2ed7c7272ebfd))





## 0.32.11 (2024-12-16)

**Note:** Version bump only for package @flying-dice/tslua-http-api
Expand Down
16 changes: 10 additions & 6 deletions packages/tslua-http-api/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "@flying-dice/tslua-http-api",
"version": "0.32.11",
"version": "0.32.12",
"description": "LUA HTTP API Server written in Typescript Transpiled to lua using TypeScriptToLua",
"keywords": ["lua", "http", "api"],
"keywords": [
"lua",
"http",
"api"
],
"repository": {
"type": "git",
"url": "https://github.com/flying-dice/tslua-dcs.git"
Expand All @@ -23,12 +27,12 @@
"test:lua": "tstl -p tsconfig.tstl-tests.json && lua ./.test/tests.lua"
},
"dependencies": {
"@flying-dice/tslua-common": "^0.32.11",
"@flying-dice/tslua-http": "^0.32.11",
"@flying-dice/tslua-rxi-json": "^0.32.11"
"@flying-dice/tslua-common": "^0.32.12",
"@flying-dice/tslua-http": "^0.32.12",
"@flying-dice/tslua-rxi-json": "^0.32.12"
},
"devDependencies": {
"@flying-dice/tslua-luatest": "^0.32.11",
"@flying-dice/tslua-luatest": "^0.32.12",
"@vitest/coverage-v8": "^2.1.8",
"axios": "^1.7.9",
"lua-types": "^2.13.1",
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.12 (2024-12-16)


### Bug Fixes

* support DCS 2.9.10.3948 ([35992b7](https://github.com/flying-dice/tslua-dcs/commit/35992b7d134d6e15dd5ec87258b2ed7c7272ebfd))





## 0.32.11 (2024-12-16)

**Note:** Version bump only for package @flying-dice/tslua-http
Expand Down
Loading

0 comments on commit f539b46

Please sign in to comment.