Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
v0.4.13 (#4228)
Browse files Browse the repository at this point in the history
Co-authored-by: CI Bot <ci-bot@xrengine.io>
  • Loading branch information
github-actions[bot] and CI Bot authored Nov 23, 2021
1 parent 55a600b commit c16947c
Show file tree
Hide file tree
Showing 30 changed files with 172 additions and 52 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



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







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


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"packages/projects/projects/*"
],
"version": "0.4.10",
"version": "0.4.13",
"npmClient": "npm",
"useWorkspaces": true,
"hoist": true,
Expand Down
8 changes: 8 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



**Note:** Version bump only for package @xrengine/analytics







**Note:** Version bump only for package @xrengine/server-core


Expand Down
6 changes: 3 additions & 3 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xrengine/analytics",
"description": "Analytics generator for XREngine platform",
"version": "0.4.10",
"version": "0.4.13",
"repository": {
"type": "git",
"url": "git://github.com/XRFoundation/XREngine.git"
Expand Down Expand Up @@ -48,8 +48,8 @@
"@feathersjs/feathers": "5.0.0-pre.9",
"@feathersjs/rest-client": "5.0.0-pre.9",
"@feathersjs/transport-commons": "5.0.0-pre.9",
"@xrengine/common": "^0.4.10",
"@xrengine/server-core": "^0.4.10",
"@xrengine/common": "^0.4.13",
"@xrengine/server-core": "^0.4.13",
"cross-env": "7.0.3",
"dotenv-flow": "3.2.0",
"feathers-hooks-common": "5.0.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/client-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



**Note:** Version bump only for package @xrengine/client-core







**Note:** Version bump only for package @xrengine/client-core


Expand Down
6 changes: 3 additions & 3 deletions packages/client-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xrengine/client-core",
"version": "0.4.10",
"version": "0.4.13",
"repository": {
"type": "git",
"url": "git://github.com/XRFoundation/XREngine.git"
Expand Down Expand Up @@ -55,8 +55,8 @@
"@types/styled-components": "5.1.15",
"@typescript-eslint/eslint-plugin": "5.3.1",
"@typescript-eslint/parser": "5.3.1",
"@xrengine/common": "^0.4.10",
"@xrengine/engine": "^0.4.10",
"@xrengine/common": "^0.4.13",
"@xrengine/engine": "^0.4.13",
"apexcharts": "^3.28.3",
"app-root-path": "3.0.0",
"autobind-decorator": "2.4.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



**Note:** Version bump only for package @xrengine/client







**Note:** Version bump only for package @xrengine/client


Expand Down
28 changes: 14 additions & 14 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xrengine/client",
"version": "0.4.10",
"version": "0.4.13",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,34 +35,34 @@
"dependencies": {
"@capacitor/core": "3.3.1",
"@emotion/react": "11.6.0",
"@types/react": "17.0.34",
"@emotion/styled": "11.6.0",
"@feathersjs/client": "5.0.0-pre.9",
"@hookstate/core": "3.0.13",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@material-ui/styles": "4.11.4",
"@mui-treasury/components": "1.10.1",
"@mui/material": "5.1.0",
"@rollup/plugin-inject": "4.0.3",
"@mui/icons-material": "5.1.0",
"@mui/material": "5.1.0",
"@mui/styled-engine-sc": "5.1.0",
"@mui/styles": "5.1.0",
"@rollup/plugin-inject": "4.0.3",
"@styled-icons/boxicons-regular": "10.38.0",
"@styled-icons/boxicons-solid": "10.38.0",
"@styled-icons/fa-regular": "10.34.0",
"@styled-icons/fa-solid": "10.34.0",
"@types/react": "17.0.34",
"@types/react-redux": "7.1.20",
"@types/redux-immutable": "4.0.1",
"@types/styled-components": "5.1.15",
"@vladmandic/face-api": "1.5.7",
"@xrengine/client-core": "^0.4.13",
"@xrengine/common": "^0.4.13",
"@xrengine/editor": "^0.4.13",
"@xrengine/engine": "^0.4.13",
"@xrengine/matchmaking": "^0.4.13",
"@xrengine/projects": "^0.4.13",
"axios": "0.24.0",
"@xrengine/client-core": "^0.4.10",
"@xrengine/common": "^0.4.10",
"@xrengine/editor": "^0.4.10",
"@xrengine/engine": "^0.4.10",
"@xrengine/matchmaking": "^0.4.10",
"@xrengine/projects": "^0.4.10",
"browserfs": "1.4.3",
"classnames": "2.3.1",
"cross-blob": "3.0.0",
Expand Down Expand Up @@ -113,6 +113,7 @@
"webxr-native": "0.3.0"
},
"devDependencies": {
"@hookstate/devtools": "3.0.1",
"@rollup/plugin-typescript": "8.3.0",
"@types/node": "16.11.7",
"@types/react": "17.0.34",
Expand All @@ -128,12 +129,11 @@
"styled-components": "5.3.3",
"three": "0.134.0",
"uuid": "8.3.2",
"vite-plugin-html": "2.1.1",
"webxr-native": "0.3.0",
"@hookstate/devtools": "3.0.1",
"vite": "2.6.14",
"vite-plugin-html": "2.1.1",
"vite-plugin-optimize-persist": "0.1.0",
"vite-plugin-package-config": "0.0.3"
"vite-plugin-package-config": "0.0.3",
"webxr-native": "0.3.0"
},
"license": "ISC",
"vite": {
Expand Down
8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



**Note:** Version bump only for package @xrengine/common







**Note:** Version bump only for package @xrengine/common


Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xrengine/common",
"version": "0.4.10",
"version": "0.4.13",
"main": "lib/common.umd.js",
"module": "lib/common.es.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



**Note:** Version bump only for package @xrengine/docs







**Note:** Version bump only for package @xrengine/docs


Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xrengine/docs",
"version": "0.4.10",
"version": "0.4.13",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
8 changes: 8 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



**Note:** Version bump only for package @xrengine/editor







**Note:** Version bump only for package @xrengine/client-core


Expand Down
10 changes: 5 additions & 5 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xrengine/editor",
"version": "0.4.10",
"version": "0.4.13",
"main": "lib/editor.umd.js",
"module": "lib/editor.es.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -55,10 +55,10 @@
"@types/styled-components": "5.1.15",
"@typescript-eslint/eslint-plugin": "5.3.1",
"@typescript-eslint/parser": "5.3.1",
"@xrengine/client-core": "^0.4.10",
"@xrengine/common": "^0.4.10",
"@xrengine/engine": "^0.4.10",
"@xrengine/projects": "^0.4.10",
"@xrengine/client-core": "^0.4.13",
"@xrengine/common": "^0.4.13",
"@xrengine/engine": "^0.4.13",
"@xrengine/projects": "^0.4.13",
"app-root-path": "3.0.0",
"autobind-decorator": "2.4.0",
"autoprefixer": "10.4.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



**Note:** Version bump only for package @xrengine/engine







**Note:** Version bump only for package @xrengine/engine


Expand Down
10 changes: 5 additions & 5 deletions packages/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"generate-doc": "node_modules/.bin/typedoc",
"update-name-gh-package": "node scripts/update-name-gh-package.js"
},
"version": "0.4.10",
"version": "0.4.13",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^4.6.0 || ^5.0.0",
"@typescript-eslint/parser": "^4.4.1 || ^5.0.0"
Expand All @@ -42,8 +42,8 @@
"@pixiv/three-vrm": "^0.6.4",
"@turf/turf": "^6.5.0",
"@tweenjs/tween.js": "^18.6.4",
"@xrengine/common": "^0.4.10",
"@xrengine/projects": "^0.4.10",
"@xrengine/common": "^0.4.13",
"@xrengine/projects": "^0.4.13",
"bitecs": "^0.3.31",
"browserfs": "^1.4.3",
"comlink": "4.3.1",
Expand Down Expand Up @@ -102,13 +102,13 @@
"esbuild": "0.13.13",
"eslint": "8.2.0",
"mocha": "9.1.3",
"mock-require": "3.0.3",
"rollup": "2.60.0",
"rollup-plugin-node-polyfills": "0.2.1",
"rollup-plugin-sass": "1.2.9",
"sinon": "12.0.1",
"ts-jest": "27.0.5",
"typedoc": "0.22.9",
"mock-require": "3.0.3",
"sinon": "12.0.1",
"typescript": "4.4.4"
},
"gitHead": "2313453697ca7c6b8d36b3b166b5a6445fe1c851"
Expand Down
8 changes: 8 additions & 0 deletions packages/gameserver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



**Note:** Version bump only for package @xrengine/gameserver







**Note:** Version bump only for package @xrengine/gameserver


Expand Down
8 changes: 4 additions & 4 deletions packages/gameserver/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xrengine/gameserver",
"description": "Multiplayer Gameserver for XREngine",
"version": "0.4.10",
"version": "0.4.13",
"private": true,
"homepage": "",
"main": "./src",
Expand Down Expand Up @@ -62,11 +62,11 @@
"@feathersjs/socketio-client": "5.0.0-pre.10",
"@feathersjs/transport-commons": "5.0.0-pre.10",
"@google-cloud/agones-sdk": "1.18.0",
"@xrengine/engine": "^0.4.10",
"@xrengine/engine": "^0.4.13",
"@xrengine/projects": "^0.4.13",
"@xrengine/realitypacks": "0.4.8",
"@xrengine/server-core": "^0.4.10",
"@xrengine/server-core": "^0.4.13",
"aws-sdk": "2.1028.0",
"@xrengine/projects": "^0.4.10",
"bent": "7.3.12",
"chargebee": "2.7.0",
"compression": "1.7.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/matchmaking/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.



**Note:** Version bump only for package @xrengine/matchmaking
2 changes: 1 addition & 1 deletion packages/matchmaking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xrengine/matchmaking",
"version": "0.4.10",
"version": "0.4.13",
"author": {
"name": "XREngine",
"email": "shawmakesmagic@gmail.com",
Expand Down
8 changes: 8 additions & 0 deletions packages/ops/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



**Note:** Version bump only for package @xrengine/ops







**Note:** Version bump only for package @xrengine/ops


Expand Down
2 changes: 1 addition & 1 deletion packages/ops/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xrengine/ops",
"version": "0.4.10",
"version": "0.4.13",
"private": true,
"description": "Dev Ops tooling for XREngine",
"repository": "http://github.com/XRFoundation/XREngine",
Expand Down
Loading

0 comments on commit c16947c

Please sign in to comment.