From 7f24d169958190342d36e157881249770b68b1c0 Mon Sep 17 00:00:00 2001 From: Matthijs Groen Date: Mon, 29 Nov 2021 23:28:09 +0100 Subject: [PATCH] Release 1.3.1 --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30490488..7a14df09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.1] - 2021-11-29 + +### Fixed + +- Updated Geppetto to fix major error in animation screen when animation + did not had multiple controls controlling the same mutation + ## [1.3.0] - 2021-11-17 ### Added diff --git a/package.json b/package.json index 17bbda7d..14ecbf8f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "geppetto", "productName": "Geppetto", - "version": "1.3.0", + "version": "1.3.1", "description": "Geppetto is a free and open animation tool to embed webGL animations in a web site.", "author": "Matthijs Groen (https://github.com/matthijsgroen)", "contributors": [ @@ -13,7 +13,7 @@ "dependencies": { "delaunator": "^5.0.0", "electron-is-dev": "^1.2.0", - "geppetto-player": "1.3.0", + "geppetto-player": "1.3.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "4.0.3", diff --git a/yarn.lock b/yarn.lock index d51b9d4a..3478cf00 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7170,10 +7170,10 @@ gensync@^1.0.0-beta.1, gensync@^1.0.0-beta.2: resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== -geppetto-player@1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/geppetto-player/-/geppetto-player-1.3.0.tgz#935dc6db599dd5ff6efde8bf1332d91980faf509" - integrity sha512-s/Ihf54JVnC/nCExky09Dp/I3uD5zT54G4AcR7R+6AbCTmLohCJKQr9Y6a+l/lGHSOdGUORJgSCLpLtj0AlW1g== +geppetto-player@1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/geppetto-player/-/geppetto-player-1.3.1.tgz#48463a48cf17385b3c6f4a2ab5d339db5c59c5cf" + integrity sha512-PwWgYt6XgutQj56Z2TgHDR0V2l2++aK/s2QSEGWRd0K9qW0RPtVJXgYkBwUL3/3pYUQecYUXS/0ujMXx/TRfzg== dependencies: delaunator "^4.0.1"