Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
🐸 committed Nov 28, 2023
1 parent ab69ce2 commit 9429e0f
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.6.0"
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.7.0"
}
20 changes: 10 additions & 10 deletions package-lock.json

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

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.6.0",
"version": "0.7.0",
"description": "Base64 library with typings",
"keywords": [
"lua",
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.6.0",
"version": "0.7.0",
"description": "Common Utils Library",
"keywords": [
"lua",
Expand Down
2 changes: 1 addition & 1 deletion packages/tslua-dcs-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flying-dice/tslua-dcs-types",
"version": "0.6.0",
"version": "0.7.0",
"description": "Typescript type definitions for DCS",
"keywords": [
"lua",
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.6.0",
"version": "0.7.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.6.0",
"@flying-dice/tslua-http": "^0.6.0",
"@flying-dice/tslua-rxi-json": "^0.6.0"
"@flying-dice/tslua-common": "^0.7.0",
"@flying-dice/tslua-http": "^0.7.0",
"@flying-dice/tslua-rxi-json": "^0.7.0"
},
"devDependencies": {
"@vitest/coverage-v8": "^0.34.6",
Expand Down
4 changes: 2 additions & 2 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.6.0",
"version": "0.7.0",
"description": "LUA HTTP Server written in Typescript Transpiled to lua using TypeScriptToLua",
"keywords": [
"lua",
Expand All @@ -23,7 +23,7 @@
"test": "vitest run --coverage"
},
"dependencies": {
"@flying-dice/tslua-common": "^0.6.0"
"@flying-dice/tslua-common": "^0.7.0"
},
"devDependencies": {
"@vitest/coverage-v8": "^0.34.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/tslua-rxi-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flying-dice/tslua-rxi-json",
"version": "0.6.0",
"version": "0.7.0",
"description": "rxi-json library with typings",
"keywords": [
"lua",
Expand Down

0 comments on commit 9429e0f

Please sign in to comment.