Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ The `@amazon-sumerian-hosts/core`, `@amazon-sumerian-hosts/babylon`, and `@amazo
1. `amazon-sumerian-hosts-three`
1. `demos-babylon`
1. Make sure to run `npm install` to regenerate the `package-lock.json` file.
1. If the release fixes a bug in `amazon-sumerian-hosts-core` introduced by a breaking change in one of our dependencies, update the dependency on this subpackage in `babylon`, `three`, and the demos to the new version.
1. Create a new release using the GitHub.com console. See [previous releases](https://github.com/aws-samples/amazon-sumerian-hosts/releases) for reference.
1. In the release creation form, create a new repository tag labeling it using the package version number prefixed with "v". *Example: "v2.1.3"*
2. Set the target of the release to the `mainline2.0` branch.
Expand Down
6,462 changes: 146 additions & 6,316 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@
"last 2 FirefoxAndroid versions",
"last 2 iOS versions"
],
"version": "2.0.6"
"version": "2.0.7"
}
4 changes: 2 additions & 2 deletions packages/amazon-sumerian-hosts-babylon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amazon-sumerian-hosts/babylon",
"version": "2.0.6",
"version": "2.0.7",
"description": "",
"license": "MIT",
"author": {
Expand All @@ -21,7 +21,7 @@
"scripts": {
},
"dependencies": {
"@amazon-sumerian-hosts/core": "^2.0.0",
"@amazon-sumerian-hosts/core": "^2.0.7",
"aws-sdk": "^2.1094.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/amazon-sumerian-hosts-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amazon-sumerian-hosts/core",
"version": "2.0.6",
"version": "2.0.7",
"description": "",
"license": "MIT",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions packages/amazon-sumerian-hosts-three/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amazon-sumerian-hosts/three",
"version": "2.0.6",
"version": "2.0.7",
"description": "",
"license": "MIT",
"author": {
Expand All @@ -20,7 +20,7 @@
"scripts": {
},
"dependencies": {
"@amazon-sumerian-hosts/core": "^2.0.0"
"@amazon-sumerian-hosts/core": "^2.0.7"
},
"peerDependencies": {
"three": "=0.127.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/demos-babylon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"license": "MIT",
"devDependencies": {
"@amazon-sumerian-hosts/babylon": "^2.0.0",
"@amazon-sumerian-hosts/babylon": "^2.0.7",
"@babylonjs/core": "^4.2.1",
"copy-webpack-plugin": "^10.2.4"
}
Expand Down