Skip to content

Commit

Permalink
v4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danigb committed Nov 5, 2020
1 parent 3da9552 commit 9733196
Show file tree
Hide file tree
Showing 30 changed files with 102 additions and 102 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "4.5.0",
"version": "4.5.1",
"useWorkspaces": true,
"npmClient": "yarn"
}
4 changes: 2 additions & 2 deletions packages/abc-notation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/abc-notation",
"version": "4.5.0",
"version": "4.5.1",
"description": "Parse musical notes in abc notation",
"scripts": {
"build": "rollup -c=../../rollup.config.js"
Expand All @@ -12,7 +12,7 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/core": "^4.5.0"
"@tonaljs/core": "^4.5.1"
},
"keywords": [
"note",
Expand Down
4 changes: 2 additions & 2 deletions packages/array/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/array",
"version": "4.5.0",
"version": "4.5.1",
"description": "Functions to work with arrays of tonal objects",
"keywords": [
"array",
Expand All @@ -15,7 +15,7 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/core": "^4.5.0"
"@tonaljs/core": "^4.5.1"
},
"author": "[email protected]",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions packages/chord-detect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/chord-detect",
"version": "4.5.0",
"version": "4.5.1",
"description": "Detect chord name based on note names",
"keywords": [
"chord-detect",
Expand All @@ -15,9 +15,9 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/chord-type": "^4.5.0",
"@tonaljs/core": "^4.5.0",
"@tonaljs/pcset": "^4.5.0"
"@tonaljs/chord-type": "^4.5.1",
"@tonaljs/core": "^4.5.1",
"@tonaljs/pcset": "^4.5.1"
},
"author": "[email protected]",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/chord-dictionary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/chord-dictionary",
"version": "4.5.0",
"version": "4.5.1",
"description": "A dictionary of musical chords",
"keywords": [],
"main": "dist/index.js",
Expand All @@ -10,7 +10,7 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/chord-type": "^4.5.0"
"@tonaljs/chord-type": "^4.5.1"
},
"author": "[email protected]",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/chord-type/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/chord-type",
"version": "4.5.0",
"version": "4.5.1",
"description": "A dictionary of musical chords",
"scripts": {
"build": "rollup -c=../../rollup.config.js"
Expand All @@ -20,8 +20,8 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/core": "^4.5.0",
"@tonaljs/pcset": "^4.5.0"
"@tonaljs/core": "^4.5.1",
"@tonaljs/pcset": "^4.5.1"
},
"author": "[email protected]",
"license": "MIT",
Expand Down
14 changes: 7 additions & 7 deletions packages/chord/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/chord",
"version": "4.5.0",
"version": "4.5.1",
"description": "Musical chords and its relations",
"keywords": [
"chord",
Expand All @@ -16,12 +16,12 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/chord-detect": "^4.5.0",
"@tonaljs/chord-type": "^4.5.0",
"@tonaljs/collection": "^4.5.0",
"@tonaljs/core": "^4.5.0",
"@tonaljs/pcset": "^4.5.0",
"@tonaljs/scale-type": "^4.5.0"
"@tonaljs/chord-detect": "^4.5.1",
"@tonaljs/chord-type": "^4.5.1",
"@tonaljs/collection": "^4.5.1",
"@tonaljs/core": "^4.5.1",
"@tonaljs/pcset": "^4.5.1",
"@tonaljs/scale-type": "^4.5.1"
},
"author": "[email protected]",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/collection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/collection",
"version": "4.5.0",
"version": "4.5.1",
"description": "Utility functions to work with collections (arrays)",
"keywords": [
"collection",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/core",
"version": "4.5.0",
"version": "4.5.1",
"description": "Music theory library",
"scripts": {
"build": "rollup -c=../../rollup.config.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/duration-value/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/duration-value",
"version": "4.5.0",
"version": "4.5.1",
"description": "Musical duration values",
"keywords": [
"duration-value",
Expand Down
4 changes: 2 additions & 2 deletions packages/interval/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/interval",
"version": "4.5.0",
"version": "4.5.1",
"description": "Parse and manipulate music intervals",
"scripts": {
"build": "rollup -c=../../rollup.config.js"
Expand All @@ -18,7 +18,7 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/core": "^4.5.0"
"@tonaljs/core": "^4.5.1"
},
"author": "[email protected]",
"license": "MIT",
Expand Down
12 changes: 6 additions & 6 deletions packages/key/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/key",
"version": "4.5.0",
"version": "4.5.1",
"description": "Functions to work with musical keys",
"keywords": [
"key",
Expand All @@ -15,13 +15,13 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/core": "^4.5.0",
"@tonaljs/note": "^4.5.0",
"@tonaljs/roman-numeral": "^4.5.0"
"@tonaljs/core": "^4.5.1",
"@tonaljs/note": "^4.5.1",
"@tonaljs/roman-numeral": "^4.5.1"
},
"devDependencies": {
"@tonaljs/chord": "^4.5.0",
"@tonaljs/scale": "^4.5.0"
"@tonaljs/chord": "^4.5.1",
"@tonaljs/scale": "^4.5.1"
},
"author": "[email protected]",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/midi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/midi",
"version": "4.5.0",
"version": "4.5.1",
"description": "Functions to work with midi numbers",
"keywords": [
"note",
Expand All @@ -16,7 +16,7 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/core": "^4.5.0"
"@tonaljs/core": "^4.5.1"
},
"author": "[email protected]",
"license": "MIT",
Expand Down
10 changes: 5 additions & 5 deletions packages/mode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/mode",
"version": "4.5.0",
"version": "4.5.1",
"description": "Functions to work with musical modes",
"keywords": [
"mode",
Expand All @@ -15,10 +15,10 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/collection": "^4.5.0",
"@tonaljs/core": "^4.5.0",
"@tonaljs/interval": "^4.5.0",
"@tonaljs/pcset": "^4.5.0"
"@tonaljs/collection": "^4.5.1",
"@tonaljs/core": "^4.5.1",
"@tonaljs/interval": "^4.5.1",
"@tonaljs/pcset": "^4.5.1"
},
"author": "[email protected]",
"license": "MIT",
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.5.0",
"version": "4.5.1",
"description": "deprecated",
"keywords": [],
"main": "dist/index.js",
Expand All @@ -10,7 +10,7 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/tonal": "^4.5.0"
"@tonaljs/tonal": "^4.5.1"
},
"author": "[email protected]",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/note/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/note",
"version": "4.5.0",
"version": "4.5.1",
"description": "Parse and manipulate music notes in scientific notation",
"keywords": [
"note",
Expand All @@ -15,8 +15,8 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/core": "^4.5.0",
"@tonaljs/midi": "^4.5.0"
"@tonaljs/core": "^4.5.1",
"@tonaljs/midi": "^4.5.1"
},
"author": "[email protected]",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/pcset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/pcset",
"version": "4.5.0",
"version": "4.5.1",
"description": "Functions to work with midi numbers",
"keywords": [
"note",
Expand All @@ -16,8 +16,8 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/collection": "^4.5.0",
"@tonaljs/core": "^4.5.0"
"@tonaljs/collection": "^4.5.1",
"@tonaljs/core": "^4.5.1"
},
"author": "[email protected]",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions packages/pitch-notation-abc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/pitch-notation-abc",
"version": "4.5.0",
"version": "4.5.1",
"private": true,
"description": "Parse note names in ABC notation",
"keywords": [
Expand All @@ -11,9 +11,9 @@
"ABC notation"
],
"dependencies": {
"@tonaljs/pitch": "^4.5.0",
"@tonaljs/pitch-notation": "^4.5.0",
"@tonaljs/pitch-notation-scientific": "^4.5.0"
"@tonaljs/pitch": "^4.5.1",
"@tonaljs/pitch-notation": "^4.5.1",
"@tonaljs/pitch-notation-scientific": "^4.5.1"
},
"scripts": {
"build": "rollup -c=../../rollup.config.js"
Expand Down
6 changes: 3 additions & 3 deletions packages/pitch-notation-interval/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/pitch-notation-interval",
"version": "4.5.0",
"version": "4.5.1",
"private": true,
"description": "Parse intervals in shorthand notation",
"keywords": [
Expand All @@ -11,8 +11,8 @@
"shorthand notation"
],
"dependencies": {
"@tonaljs/pitch": "^4.5.0",
"@tonaljs/pitch-notation": "^4.5.0"
"@tonaljs/pitch": "^4.5.1",
"@tonaljs/pitch-notation": "^4.5.1"
},
"scripts": {
"build": "rollup -c=../../rollup.config.js"
Expand Down
6 changes: 3 additions & 3 deletions packages/pitch-notation-scientific/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/pitch-notation-scientific",
"version": "4.5.0",
"version": "4.5.1",
"private": true,
"description": "Parse note names in scientific notation",
"keywords": [
Expand All @@ -10,8 +10,8 @@
"@tonaljs/core"
],
"dependencies": {
"@tonaljs/pitch": "^4.5.0",
"@tonaljs/pitch-notation": "^4.5.0"
"@tonaljs/pitch": "^4.5.1",
"@tonaljs/pitch-notation": "^4.5.1"
},
"scripts": {
"build": "rollup -c=../../rollup.config.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/pitch-notation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/pitch-notation",
"version": "4.5.0",
"version": "4.5.1",
"private": true,
"description": "Create different pitch notations",
"keywords": [
Expand All @@ -12,7 +12,7 @@
"build": "rollup -c=../../rollup.config.js"
},
"dependencies": {
"@tonaljs/pitch": "^4.5.0"
"@tonaljs/pitch": "^4.5.1"
},
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/pitch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tonaljs/pitch",
"private": true,
"version": "4.5.0",
"version": "4.5.1",
"description": "Pitch in (western) music theory",
"keywords": [
"pitch",
Expand Down
8 changes: 4 additions & 4 deletions packages/progression/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/progression",
"version": "4.5.0",
"version": "4.5.1",
"description": "Build musical chord progressions",
"keywords": [
"chord",
Expand All @@ -16,9 +16,9 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/chord": "^4.5.0",
"@tonaljs/core": "^4.5.0",
"@tonaljs/roman-numeral": "^4.5.0"
"@tonaljs/chord": "^4.5.1",
"@tonaljs/core": "^4.5.1",
"@tonaljs/roman-numeral": "^4.5.1"
},
"author": "[email protected]",
"license": "MIT",
Expand Down
Loading

0 comments on commit 9733196

Please sign in to comment.