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

Commit

Permalink
v1.0.0-rc5 (#7143)
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 Oct 27, 2022
1 parent 4259555 commit 3ff3373
Show file tree
Hide file tree
Showing 30 changed files with 154 additions and 41 deletions.
8 changes: 8 additions & 0 deletions 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







**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": "1.0.0-rc4",
"version": "1.0.0-rc5",
"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/analytics


Expand Down
4 changes: 2 additions & 2 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": "1.0.0-rc4",
"version": "1.0.0-rc5",
"repository": {
"type": "git",
"url": "git://github.com/XRFoundation/XREngine.git"
Expand Down Expand Up @@ -44,7 +44,7 @@
"@feathersjs/feathers": "5.0.0-pre.29",
"@feathersjs/socketio": "5.0.0-pre.29",
"@swc/core": "^1.2.210",
"@xrengine/server-core": "^1.0.0-rc4",
"@xrengine/server-core": "^1.0.0-rc5",
"compression": "1.7.4",
"cors": "2.8.5",
"cross-env": "7.0.3",
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 @@ -77,6 +77,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
8 changes: 4 additions & 4 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": "1.0.0-rc4",
"version": "1.0.0-rc5",
"repository": {
"type": "git",
"url": "git://github.com/XRFoundation/XREngine.git"
Expand Down Expand Up @@ -47,9 +47,9 @@
"@mui/styled-engine-sc": "5.10.0",
"@mui/styles": "5.9.3",
"@mui/x-date-pickers": "5.0.0-beta.4",
"@xrengine/common": "^1.0.0-rc4",
"@xrengine/engine": "^1.0.0-rc4",
"@xrengine/hyperflux": "^1.0.0-rc4",
"@xrengine/common": "^1.0.0-rc5",
"@xrengine/engine": "^1.0.0-rc5",
"@xrengine/hyperflux": "^1.0.0-rc5",
"apexcharts": "^3.28.3",
"axios": "0.26.1",
"classnames": "2.3.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/client/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/client







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


Expand Down
16 changes: 8 additions & 8 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xrengine/client",
"version": "1.0.0-rc4",
"version": "1.0.0-rc5",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,13 +39,13 @@
"@mui/styled-engine-sc": "5.10.0",
"@mui/styles": "5.9.3",
"@swc/core": "^1.2.210",
"@xrengine/client-core": "^1.0.0-rc4",
"@xrengine/common": "^1.0.0-rc4",
"@xrengine/editor": "^1.0.0-rc4",
"@xrengine/engine": "^1.0.0-rc4",
"@xrengine/hyperflux": "^1.0.0-rc4",
"@xrengine/matchmaking": "^1.0.0-rc4",
"@xrengine/projects": "^1.0.0-rc4",
"@xrengine/client-core": "^1.0.0-rc5",
"@xrengine/common": "^1.0.0-rc5",
"@xrengine/editor": "^1.0.0-rc5",
"@xrengine/engine": "^1.0.0-rc5",
"@xrengine/hyperflux": "^1.0.0-rc5",
"@xrengine/matchmaking": "^1.0.0-rc5",
"@xrengine/projects": "^1.0.0-rc5",
"app-root-path": "3.0.0",
"classnames": "2.3.1",
"cli": "1.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/common/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/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": "1.0.0-rc4",
"version": "1.0.0-rc5",
"main": "lib/common.umd.js",
"module": "lib/common.es.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/editor/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/editor







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


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": "1.0.0-rc4",
"version": "1.0.0-rc5",
"main": "lib/editor.umd.js",
"module": "lib/editor.es.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -33,10 +33,10 @@
"@mui/icons-material": "5.8.4",
"@mui/material": "5.10.0",
"@mui/styles": "5.9.3",
"@xrengine/client-core": "^1.0.0-rc4",
"@xrengine/common": "^1.0.0-rc4",
"@xrengine/engine": "^1.0.0-rc4",
"@xrengine/hyperflux": "^1.0.0-rc4",
"@xrengine/client-core": "^1.0.0-rc5",
"@xrengine/common": "^1.0.0-rc5",
"@xrengine/engine": "^1.0.0-rc5",
"@xrengine/hyperflux": "^1.0.0-rc5",
"axios": "0.26.1",
"classnames": "2.3.1",
"cross-env": "7.0.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/engine/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/engine







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


Expand Down
6 changes: 3 additions & 3 deletions packages/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"generate-doc": "node_modules/.bin/typedoc",
"update-name-gh-package": "node scripts/update-name-gh-package.js"
},
"version": "1.0.0-rc4",
"version": "1.0.0-rc5",
"dependencies": {
"@dimforge/rapier3d-compat": "^0.9.0",
"@etherealjs/web-layer": "^3.5.5",
Expand All @@ -38,8 +38,8 @@
"@pixiv/three-vrm": "^1.0.0-beta.8",
"@tweenjs/tween.js": "^18.6.4",
"@vladmandic/face-api": "^1.6.1",
"@xrengine/common": "^1.0.0-rc4",
"@xrengine/hyperflux": "^1.0.0-rc4",
"@xrengine/common": "^1.0.0-rc5",
"@xrengine/hyperflux": "^1.0.0-rc5",
"@xrfoundation/volumetric": "1.0.5",
"bitecs": "git://github.com/NateTheGreatt/bitECS.git#056c637e05327aab8e355ebf25e9ff202b67e495",
"browserfs": "^1.4.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/hyperflux/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



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







**Note:** Version bump only for package @xrengine/hyperflux
2 changes: 1 addition & 1 deletion packages/hyperflux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xrengine/hyperflux",
"version": "1.0.0-rc4",
"version": "1.0.0-rc5",
"main": "index.ts",
"description": "State Management for XREngine",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/instanceserver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



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







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


Expand Down
8 changes: 4 additions & 4 deletions packages/instanceserver/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xrengine/instanceserver",
"description": "Multiplayer Instanceserver for XREngine",
"version": "1.0.0-rc4",
"version": "1.0.0-rc5",
"private": true,
"homepage": "",
"main": "./src",
Expand Down Expand Up @@ -49,9 +49,9 @@
"@google-cloud/agones-sdk": "1.22.0",
"@kubernetes/client-node": "0.16.3",
"@swc/core": "^1.2.210",
"@xrengine/engine": "^1.0.0-rc4",
"@xrengine/projects": "^1.0.0-rc4",
"@xrengine/server-core": "^1.0.0-rc4",
"@xrengine/engine": "^1.0.0-rc5",
"@xrengine/projects": "^1.0.0-rc5",
"@xrengine/server-core": "^1.0.0-rc5",
"aws-sdk": "2.1113.0",
"compression": "1.7.4",
"cors": "2.8.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/matchmaking/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/matchmaking







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


Expand Down
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": "1.0.0-rc4",
"version": "1.0.0-rc5",
"author": {
"name": "XRFoundation Collective",
"email": "hello@xrfoundation.io"
Expand Down
8 changes: 8 additions & 0 deletions packages/ops/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/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": "1.0.0-rc4",
"version": "1.0.0-rc5",
"private": true,
"description": "Dev Ops tooling for XREngine",
"repository": "http://github.com/XRFoundation/XREngine",
Expand Down
8 changes: 8 additions & 0 deletions packages/projects/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/projects







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


Expand Down
2 changes: 1 addition & 1 deletion packages/projects/default-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "",
"etherealEngine": {
"version": "1.0.0-rc4"
"version": "1.0.0-rc5"
},
"scripts": {},
"dependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion packages/projects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xrengine/projects",
"version": "1.0.0-rc4",
"version": "1.0.0-rc5",
"main": "index.ts",
"private": true,
"description": "",
Expand Down
5 changes: 3 additions & 2 deletions packages/projects/template-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
"description": "",
"main": "",
"etherealEngine": {
"version": "1.0.0-rc4"
"version": "1.0.0-rc5"
},
"scripts": {},
"peerDependencies": {},
"dependencies": {},
"devDependencies": {"trace-unhandled": "2.0.1"
"devDependencies": {
"trace-unhandled": "2.0.1"
},
"license": "ISC"
}
Loading

0 comments on commit 3ff3373

Please sign in to comment.