Skip to content

Commit

Permalink
v0.32.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 23, 2024
1 parent c6a8fa0 commit 55377d8
Show file tree
Hide file tree
Showing 23 changed files with 131 additions and 43 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.32.13 (2024-12-23)

**Note:** Version bump only for package root





## 0.32.12 (2024-12-16)


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.32.12"
"version": "0.32.13"
}
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.

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

## 0.32.13 (2024-12-23)

**Note:** Version bump only for package @flying-dice/tslua-base64





## 0.32.12 (2024-12-16)


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.32.12",
"version": "0.32.13",
"description": "Base64 library with typings",
"keywords": [
"lua",
Expand Down
8 changes: 8 additions & 0 deletions packages/tslua-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.32.13 (2024-12-23)

**Note:** Version bump only for package @flying-dice/tslua-common





## 0.32.12 (2024-12-16)


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.32.12",
"version": "0.32.13",
"description": "Common Utils Library",
"keywords": [
"lua",
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.32.13 (2024-12-23)

**Note:** Version bump only for package @flying-dice/tslua-dcs-gui-types





## 0.32.12 (2024-12-16)


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.32.12",
"version": "0.32.13",
"description": "Typescript type definitions for DCS GUI environment",
"keywords": [
"lua",
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.32.13 (2024-12-23)

**Note:** Version bump only for package @flying-dice/tslua-dcs-mission-types





## 0.32.12 (2024-12-16)


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.32.12",
"version": "0.32.13",
"description": "Typescript type definitions for DCS",
"keywords": [
"lua",
Expand Down
8 changes: 8 additions & 0 deletions packages/tslua-dcs-testapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.32.13 (2024-12-23)

**Note:** Version bump only for package @flying-dice/tslua-dcs-testapp





## 0.32.12 (2024-12-16)


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.12",
"version": "0.32.13",
"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.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"
"@flying-dice/tslua-base64": "^0.32.13",
"@flying-dice/tslua-dcs-mission-types": "^0.32.13",
"@flying-dice/tslua-http": "^0.32.13",
"@flying-dice/tslua-http-api": "^0.32.13"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/tslua-http-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.32.13 (2024-12-23)

**Note:** Version bump only for package @flying-dice/tslua-http-api





## 0.32.12 (2024-12-16)


Expand Down
10 changes: 5 additions & 5 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.32.12",
"version": "0.32.13",
"description": "LUA HTTP API Server written in Typescript Transpiled to lua using TypeScriptToLua",
"keywords": [
"lua",
Expand All @@ -27,12 +27,12 @@
"test:lua": "tstl -p tsconfig.tstl-tests.json && lua ./.test/tests.lua"
},
"dependencies": {
"@flying-dice/tslua-common": "^0.32.12",
"@flying-dice/tslua-http": "^0.32.12",
"@flying-dice/tslua-rxi-json": "^0.32.12"
"@flying-dice/tslua-common": "^0.32.13",
"@flying-dice/tslua-http": "^0.32.13",
"@flying-dice/tslua-rxi-json": "^0.32.13"
},
"devDependencies": {
"@flying-dice/tslua-luatest": "^0.32.12",
"@flying-dice/tslua-luatest": "^0.32.13",
"@vitest/coverage-v8": "^2.1.8",
"axios": "^1.7.9",
"lua-types": "^2.13.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/tslua-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.32.13 (2024-12-23)

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





## 0.32.12 (2024-12-16)


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.32.12",
"version": "0.32.13",
"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.32.12"
"@flying-dice/tslua-common": "^0.32.13"
},
"devDependencies": {
"@flying-dice/tslua-luatest": "^0.32.12",
"@flying-dice/tslua-luatest": "^0.32.13",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"lua-types": "^2.13.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/tslua-luatest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.32.13 (2024-12-23)

**Note:** Version bump only for package @flying-dice/tslua-luatest





## 0.32.12 (2024-12-16)


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.32.12",
"version": "0.32.13",
"description": "tslua testing library",
"keywords": [
"lua",
Expand Down
8 changes: 8 additions & 0 deletions packages/tslua-openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.32.13 (2024-12-23)

**Note:** Version bump only for package @flying-dice/tslua-openapi





## 0.32.12 (2024-12-16)


Expand Down
Loading

0 comments on commit 55377d8

Please sign in to comment.