Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsgroen committed Nov 29, 2021
1 parent 9675a17 commit 7f24d16
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://github.com/matthijsgroen)",
"contributors": [
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==

[email protected].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==
[email protected].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"

Expand Down

0 comments on commit 7f24d16

Please sign in to comment.