Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsgroen committed Apr 27, 2021
1 parent 43a7fb9 commit ab30743
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2021-04-27

### Fixed

- Number fields that are emptied crashed the application
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"Guido Theelen <[email protected]> (https://github.com/guidotheelen)"
],
"main": "public/electron/index.js",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"homepage": "./",
"dependencies": {
"delaunator": "^5.0.0",
"electron-is-dev": "^1.2.0",
"geppetto-player": "1.0.0",
"geppetto-player": "1.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
Expand Down
21 changes: 8 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4383,15 +4383,10 @@ caniuse-api@^3.0.0:
lodash.memoize "^4.1.2"
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001157:
version "1.0.30001159"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001159.tgz#bebde28f893fa9594dadcaa7d6b8e2aa0299df20"
integrity sha512-w9Ph56jOsS8RL20K9cLND3u/+5WASWdhC/PPrf+V3/HsM3uHOavWOR1Xzakbv4Puo/srmPHudkmCRWM7Aq+/UA==

caniuse-lite@^1.0.30001181:
version "1.0.30001208"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001208.tgz#a999014a35cebd4f98c405930a057a0d75352eb9"
integrity sha512-OE5UE4+nBOro8Dyvv0lfx+SRtfVIOM9uhKqFmJeUbGriqhhStgp1A0OyBpgy3OUF8AhYCT+PVwPC1gMl2ZcQMA==
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001157, caniuse-lite@^1.0.30001181:
version "1.0.30001216"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001216.tgz"
integrity sha512-1uU+ww/n5WCJRwUcc9UH/W6925Se5aNnem/G5QaSDga2HzvjYMs8vRbekGUN/PnTZ7ezTHcxxTEb9fgiMYwH6Q==

capture-exit@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -6920,10 +6915,10 @@ gensync@^1.0.0-beta.1:
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==

geppetto-player@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/geppetto-player/-/geppetto-player-1.0.0.tgz#f5ec7507b34c1761e963b4a074cfc45dc3e6feed"
integrity sha512-471HocMosBLa0l9u/PGtb2OItQs/rXRIkg9Oo8Q2rlKFERtid3i73cOar76EqVlY12QITds0PtRTaH8TkTGY4A==
geppetto-player@1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/geppetto-player/-/geppetto-player-1.1.0.tgz#08effbdbaa8e18f7f341e0ecf9c414ee25e3759e"
integrity sha512-1glLKtrJ8nt/bsSrFtqScZuvAmjDNLtgPmAXSCQ0lqiOkaT4gMc/Bzk7YjGBv8unGmLItQ0d5GScQg3qjA/SeA==
dependencies:
delaunator "^4.0.1"

Expand Down

0 comments on commit ab30743

Please sign in to comment.