Skip to content

Commit

Permalink
Merge pull request #172 from sugarlabs/develop
Browse files Browse the repository at this point in the history
Release v4.0.1
  • Loading branch information
meganindya authored Feb 14, 2022
2 parents 201773f + 1e9fe46 commit 717c8ed
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "musicblocks",
"version": "4.0.0",
"version": "4.0.1",
"description": "A complete overhaul of Music Blocks",
"private": true,
"repository": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"typescript": "^4.2.4"
},
"dependencies": {
"@sugarlabs/musicblocks-v4-lib": "^1.0.1",
"@sugarlabs/musicblocks-v4-lib": "^0.2.0",
"jquery": "^3.6.0",
"p5": "^1.4.0",
"react": "^17.0.2",
Expand Down
4 changes: 4 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 4.0.1 [2022-02-15]

- Updates core dependency `musicblocks-v4-lib` version from `1.0.1` to prerelease `0.2.0`.

## 4.0.0 [2022-02-13]

- Sets up a _Node.js_ project for _React_ using `create-react-app`.
Expand Down

0 comments on commit 717c8ed

Please sign in to comment.