Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @tonaljs/[email protected]
 - @tonaljs/[email protected]
 - @tonaljs/[email protected]
 - @tonaljs/[email protected]
 - @tonaljs/[email protected]
 - @tonaljs/[email protected]
 - @tonaljs/[email protected]
 - @tonaljs/[email protected]
 - @tonaljs/[email protected]
 - @tonaljs/[email protected]
  • Loading branch information
danigb committed Jun 28, 2019
1 parent 7313010 commit 4b813e0
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
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": "3.0.2",
"version": "3.0.3",
"description": "Functions to work with arrays of tonal objects",
"keywords": [
"array",
Expand All @@ -15,7 +15,7 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/tonal": "^3.0.0"
"@tonaljs/tonal": "^3.0.2"
},
"author": "[email protected]",
"license": "MIT"
Expand Down
6 changes: 3 additions & 3 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": "3.0.0",
"version": "3.0.1",
"description": "A dictionary of musical chords",
"keywords": [
"chord",
Expand All @@ -17,8 +17,8 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/interval": "^3.0.0",
"@tonaljs/pcset": "^3.0.0"
"@tonaljs/interval": "^3.0.1",
"@tonaljs/pcset": "^3.0.1"
},
"author": "[email protected]",
"license": "MIT"
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": "3.0.0",
"version": "3.0.1",
"description": "Parse and manipulate music intervals",
"keywords": [
"interval",
Expand All @@ -15,7 +15,7 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/tonal": "^3.0.0"
"@tonaljs/tonal": "^3.0.2"
},
"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": "3.0.0",
"version": "3.0.1",
"description": "Functions to work with midi numbers",
"keywords": [
"note",
Expand All @@ -16,7 +16,7 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/tonal": "^3.0.0"
"@tonaljs/tonal": "^3.0.2"
},
"author": "[email protected]",
"license": "MIT"
Expand Down
4 changes: 2 additions & 2 deletions packages/mode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/mode",
"version": "3.0.0",
"version": "3.0.1",
"description": "Functions to work with musical modes",
"keywords": [
"mode",
Expand All @@ -15,7 +15,7 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/pcset": "^3.0.0"
"@tonaljs/pcset": "^3.0.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": "3.0.0",
"version": "3.0.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/tonal": "^3.0.0",
"@tonaljs/midi": "^3.0.0"
"@tonaljs/midi": "^3.0.1",
"@tonaljs/tonal": "^3.0.2"
},
"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": "3.0.0",
"version": "3.0.1",
"description": "Functions to work with midi numbers",
"keywords": [
"note",
Expand All @@ -16,8 +16,8 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/tonal": "^3.0.0",
"@tonaljs/array": "^3.0.0"
"@tonaljs/array": "^3.0.3",
"@tonaljs/tonal": "^3.0.2"
},
"author": "[email protected]",
"license": "MIT"
Expand Down
6 changes: 3 additions & 3 deletions packages/scale-dictionary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/scale-dictionary",
"version": "3.0.0",
"version": "3.0.1",
"description": "A dictionary of musical scales",
"keywords": [
"scale",
Expand All @@ -16,8 +16,8 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/interval": "^3.0.0",
"@tonaljs/pcset": "^3.0.0"
"@tonaljs/interval": "^3.0.1",
"@tonaljs/pcset": "^3.0.1"
},
"author": "[email protected]",
"license": "MIT"
Expand Down
6 changes: 3 additions & 3 deletions packages/scale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/scale",
"version": "3.0.0",
"version": "3.0.1",
"description": "Functions to work with midi numbers",
"keywords": [
"note",
Expand All @@ -16,8 +16,8 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/tonal": "^3.0.0",
"@tonaljs/scale-dictionary": "^3.0.0"
"@tonaljs/scale-dictionary": "^3.0.1",
"@tonaljs/tonal": "^3.0.2"
},
"author": "[email protected]",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/tonal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/tonal",
"version": "3.0.1",
"version": "3.0.2",
"description": "Music theory library",
"keywords": [
"music",
Expand Down

0 comments on commit 4b813e0

Please sign in to comment.