Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 114fd68

Browse files
author
Jamie Brynes
authored
UTY-2058: Update launch config templates (#968)
1 parent 3efffab commit 114fd68

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
### Internal
3434

3535
- Removed the workaround for a schema component update bug (WRK-1031).
36+
- All playground launch configuration files now use the `w2_r0500_e5` template instead of the `small` template which was deprecated.
3637

3738
## `0.2.2` - 2019-05-15
3839

cloud_launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"template": "small",
2+
"template": "w2_r0500_e5",
33
"world": {
44
"chunkEdgeLengthMeters": 5,
55
"snapshots": {

default_launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"template": "small",
2+
"template": "w2_r0500_e5",
33
"world": {
44
"chunkEdgeLengthMeters": 5,
55
"snapshots": {

0 commit comments

Comments
 (0)