From 4ec82799e671cb548da306c3636891e09697e0bf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 27 Mar 2024 10:17:35 +0000 Subject: [PATCH] chore(release): 1.7.7 [skip ci] ## [1.7.7](https://github.com/workadventure/scripting-api-extra/compare/v1.7.6...v1.7.7) (2024-03-27) ### Bug Fixes * improve keypad UI for mobile ([#235](https://github.com/workadventure/scripting-api-extra/issues/235)) ([572fb10](https://github.com/workadventure/scripting-api-extra/commit/572fb10353859a35ebd9773b1c50f65ae601c015)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a55a143..7623514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.7](https://github.com/workadventure/scripting-api-extra/compare/v1.7.6...v1.7.7) (2024-03-27) + + +### Bug Fixes + +* improve keypad UI for mobile ([#235](https://github.com/workadventure/scripting-api-extra/issues/235)) ([572fb10](https://github.com/workadventure/scripting-api-extra/commit/572fb10353859a35ebd9773b1c50f65ae601c015)) + ## [1.7.6](https://github.com/workadventure/scripting-api-extra/compare/v1.7.5...v1.7.6) (2024-03-25) diff --git a/package-lock.json b/package-lock.json index 1037737..e1b3b4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@workadventure/scripting-api-extra", - "version": "1.7.6", + "version": "1.7.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@workadventure/scripting-api-extra", - "version": "1.7.6", + "version": "1.7.7", "license": "MIT", "dependencies": { "@fontsource/press-start-2p": "^4.5.10", diff --git a/package.json b/package.json index daee05d..a69b3a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workadventure/scripting-api-extra", - "version": "1.7.6", + "version": "1.7.7", "description": "A set of utility functions / features to improve WorkAdventure maps", "main": "dist/index.js", "types": "dist/index.d.js",