Skip to content

Commit

Permalink
v5.0.1 (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
danigb authored Nov 28, 2023
1 parent 98738d1 commit 5c75da6
Show file tree
Hide file tree
Showing 7 changed files with 464 additions and 464 deletions.
4 changes: 4 additions & 0 deletions packages/chord-type/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @tonaljs/chord-type

## 5.0.2

- Add missing -maj7 alias

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chord-type/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/chord-type",
"version": "5.0.0",
"version": "5.0.2",
"description": "A dictionary of musical chords",
"keywords": [
"chord",
Expand Down
6 changes: 6 additions & 0 deletions packages/tonal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# tonal

## 5.0.1

- Add -maj7 chord alias
- Updated dependencies
- @tonaljs/chord-type@5.0.2

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tonal/browser/tonal.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/tonal/browser/tonal.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/tonal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tonal",
"version": "5.0.0",
"version": "5.0.1",
"description": "tonaljs music theory library",
"keywords": [
"music",
Expand All @@ -19,7 +19,7 @@
"@tonaljs/abc-notation": "^4.8.0",
"@tonaljs/array": "^4.8.0",
"@tonaljs/chord": "^5.0.0",
"@tonaljs/chord-type": "^5.0.0",
"@tonaljs/chord-type": "^5.0.2",
"@tonaljs/collection": "^4.8.0",
"@tonaljs/core": "^4.10.0",
"@tonaljs/duration-value": "^4.8.0",
Expand Down
906 changes: 448 additions & 458 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 5c75da6

Please sign in to comment.