From 913e9ea2008f5ed54397c044ef3e8b37a7ac5cd1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 3 Sep 2021 13:09:50 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.11 [skip ci] # [1.0.0-alpha.11](https://github.com/workadventure/scripting-api-extra/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2021-09-03) ### Bug Fixes * Adding a "boostrapExtra()" function to bootstrap the extra script. ([127bce7](https://github.com/workadventure/scripting-api-extra/commit/127bce73e6f4baa62e8a4fb7c6c12f3620853c64)) * Adding dynamic configuration page based on variables available in the configuration layer (WIP) ([8853db0](https://github.com/workadventure/scripting-api-extra/commit/8853db08b6e9630e767f9e75a4ab916f070a6dc1)) * Adding support for multiple configuration pages by turning the configuration layer into a "group" layer. ([1cacd8c](https://github.com/workadventure/scripting-api-extra/commit/1cacd8ca7e25190f3956aaf998741d0b33e15209)) * Improving doc for doors ([43931f9](https://github.com/workadventure/scripting-api-extra/commit/43931f99a90f38cb92597e51778375058421cdac)) * Read variables recursively in any group ([3f5a698](https://github.com/workadventure/scripting-api-extra/commit/3f5a69857fcd1418f363c144f4f86ff762675322)) --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5ec113..a715fd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [1.0.0-alpha.11](https://github.com/workadventure/scripting-api-extra/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2021-09-03) + + +### Bug Fixes + +* Adding a "boostrapExtra()" function to bootstrap the extra script. ([127bce7](https://github.com/workadventure/scripting-api-extra/commit/127bce73e6f4baa62e8a4fb7c6c12f3620853c64)) +* Adding dynamic configuration page based on variables available in the configuration layer (WIP) ([8853db0](https://github.com/workadventure/scripting-api-extra/commit/8853db08b6e9630e767f9e75a4ab916f070a6dc1)) +* Adding support for multiple configuration pages by turning the configuration layer into a "group" layer. ([1cacd8c](https://github.com/workadventure/scripting-api-extra/commit/1cacd8ca7e25190f3956aaf998741d0b33e15209)) +* Improving doc for doors ([43931f9](https://github.com/workadventure/scripting-api-extra/commit/43931f99a90f38cb92597e51778375058421cdac)) +* Read variables recursively in any group ([3f5a698](https://github.com/workadventure/scripting-api-extra/commit/3f5a69857fcd1418f363c144f4f86ff762675322)) + # [1.0.0-alpha.10](https://github.com/workadventure/scripting-api-extra/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2021-08-19) diff --git a/package-lock.json b/package-lock.json index b859011..cb4daf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@workadventure/scripting-api-extra", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 165dd6c..5e29176 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workadventure/scripting-api-extra", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "description": "A set of utility functions / features to improve WorkAdventure maps", "main": "dist/index.js", "types": "dist/index.d.js",