Skip to content

Commit

Permalink
6.0.1 (#432)
Browse files Browse the repository at this point in the history
* chore: changeset
* chore: bump 6.0.1
  • Loading branch information
danigb authored Apr 14, 2024
1 parent 37b59db commit 7076fc7
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/key/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@tonaljs/chord": "6.0.0",
"@tonaljs/scale": "4.12.5"
"@tonaljs/scale": "4.12.6"
},
"author": "[email protected]",
"license": "MIT",
Expand Down
9 changes: 8 additions & 1 deletion packages/modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# @tonaljs/modules

## 4.8.4
## 4.8.5

### Patch Changes

- Updated dependencies [9d8c41d]
- [email protected]

## 4.8.x

### Patch Changes

Expand Down
4 changes: 2 additions & 2 deletions packages/modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/modules",
"version": "4.8.4",
"version": "4.8.5",
"description": "deprecated",
"keywords": [],
"main": "dist/index.js",
Expand All @@ -10,7 +10,7 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"tonal": "6.0.0"
"tonal": "6.0.1"
},
"author": "[email protected]",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions packages/scale/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @tonaljs/scale

## 4.12.6

### Patch Changes

- 9d8c41d: Scale.get ignores case.

Now both calls returns the same scale:

```js
Scale.get("C Major");
Scale.get("c major");
```

## 4.12.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/scale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/scale",
"version": "4.12.5",
"version": "4.12.6",
"description": "Musical scales and its relations",
"keywords": [
"scale",
Expand Down
16 changes: 16 additions & 0 deletions packages/tonal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# tonal

## 6.0.1

### Patch Changes

- 9d8c41d: Scale.get ignores case.

Now both calls returns the same scale:

```js
Scale.get("C Major");
Scale.get("c major");
```

- Updated dependencies [9d8c41d]
- @tonaljs/scale@4.12.6

## 6.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.

8 changes: 4 additions & 4 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": "6.0.0",
"version": "6.0.1",
"description": "tonaljs music theory library",
"keywords": [
"music",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@tonaljs/range": "4.8.4",
"@tonaljs/roman-numeral": "4.8.3",
"@tonaljs/scale-type": "4.8.5",
"@tonaljs/scale": "4.12.5",
"@tonaljs/scale": "4.12.6",
"@tonaljs/time-signature": "4.8.1",
"@tonaljs/voice-leading": "5.0.3",
"@tonaljs/voicing-dictionary": "5.0.3",
Expand Down

0 comments on commit 7076fc7

Please sign in to comment.