Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
danigb committed Feb 3, 2024
1 parent 6e4c486 commit 4e70ef4
Show file tree
Hide file tree
Showing 54 changed files with 364 additions and 103 deletions.
8 changes: 8 additions & 0 deletions packages/abc-notation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tonaljs/abc-notation

## 4.8.x

### Patch Changes

- Dependencies between packages are now fixed
- Updated dependencies
- @tonaljs/core@4.10.4

## 4.8.1

### Patch Changes
Expand Down
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.8.1",
"version": "4.8.2",
"description": "Parse musical notes in abc notation",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -9,7 +9,7 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/core": "4.10.3"
"@tonaljs/core": "4.10.4"
},
"keywords": [
"note",
Expand Down
8 changes: 8 additions & 0 deletions packages/array/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tonaljs/array

## 4.8.2

### Patch Changes

- Dependencies between packages are now fixed
- Updated dependencies
- @tonaljs/core@4.10.4

## 4.8.1

### Patch Changes
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.8.1",
"version": "4.8.2",
"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.10.3"
"@tonaljs/core": "4.10.4"
},
"author": "[email protected]",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/chord-detect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @tonaljs/chord-detect

## 4.8.4

### Patch Changes

- Dependencies between packages are now fixed
- Updated dependencies
- @tonaljs/chord-type@5.0.4
- @tonaljs/pcset@4.9.1
- @tonaljs/core@4.10.4

## 4.8.3

### Patch Changes
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.8.3",
"version": "4.8.4",
"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": "5.0.3",
"@tonaljs/core": "4.10.3",
"@tonaljs/pcset": "4.9.0"
"@tonaljs/chord-type": "5.0.4",
"@tonaljs/core": "4.10.4",
"@tonaljs/pcset": "4.9.1"
},
"author": "[email protected]",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/chord-dictionary/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tonaljs/chord-dictionary

## 4.8.3

### Patch Changes

- Dependencies between packages are now fixed
- Updated dependencies
- @tonaljs/chord-type@5.0.4

## 4.8.2

### Patch Changes
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.8.2",
"version": "4.8.3",
"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": "5.0.3"
"@tonaljs/chord-type": "5.0.4"
},
"author": "[email protected]",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/chord-type/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tonaljs/chord-type

## 5.0.4

### Patch Changes

- Dependencies between packages are now fixed
- Updated dependencies
- @tonaljs/pcset@4.9.1
- @tonaljs/core@4.10.4

## 5.0.3

### Patch Changes
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": "5.0.3",
"version": "5.0.4",
"description": "A dictionary of musical chords",
"keywords": [
"chord",
Expand All @@ -17,8 +17,8 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/core": "4.10.3",
"@tonaljs/pcset": "4.9.0"
"@tonaljs/core": "4.10.4",
"@tonaljs/pcset": "4.9.1"
},
"author": "[email protected]",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions packages/chord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @tonaljs/chord

## 5.0.3

### Patch Changes

- Dependencies between packages are now fixed
- Updated dependencies
- @tonaljs/pitch-distance@5.0.2
- @tonaljs/chord-detect@4.8.4
- @tonaljs/chord-type@5.0.4
- @tonaljs/pitch-note@5.0.3
- @tonaljs/scale-type@4.8.4
- @tonaljs/pcset@4.9.1

## 5.0.x

- Update dependencies to fix an exception. See #407
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": "5.0.2",
"version": "5.0.3",
"description": "Musical chords and its relations",
"keywords": [
"chord",
Expand All @@ -16,13 +16,13 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/chord-detect": "4.8.3",
"@tonaljs/chord-type": "5.0.3",
"@tonaljs/chord-detect": "4.8.4",
"@tonaljs/chord-type": "5.0.4",
"@tonaljs/collection": "4.8.1",
"@tonaljs/pitch-note": "5.0.2",
"@tonaljs/pitch-distance": "5.0.1",
"@tonaljs/pcset": "4.9.0",
"@tonaljs/scale-type": "4.8.3"
"@tonaljs/pitch-note": "5.0.3",
"@tonaljs/pitch-distance": "5.0.2",
"@tonaljs/pcset": "4.9.1",
"@tonaljs/scale-type": "4.8.4"
},
"author": "[email protected]",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @tonaljs/core

## 4.10.4

### Patch Changes

- Dependencies between packages are now fixed
- Updated dependencies
- @tonaljs/pitch-distance@5.0.2
- @tonaljs/pitch-interval@5.0.2
- @tonaljs/pitch-note@5.0.3

## 4.10.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/core",
"version": "4.10.3",
"version": "4.10.4",
"description": "Music theory library",
"keywords": [
"music",
Expand All @@ -19,9 +19,9 @@
},
"dependencies": {
"@tonaljs/pitch": "5.0.1",
"@tonaljs/pitch-interval": "5.0.1",
"@tonaljs/pitch-distance": "5.0.1",
"@tonaljs/pitch-note": "5.0.2"
"@tonaljs/pitch-interval": "5.0.2",
"@tonaljs/pitch-distance": "5.0.2",
"@tonaljs/pitch-note": "5.0.3"
},
"scripts": {
"build": "tsup index.ts --sourcemap --dts --format esm,cjs"
Expand Down
8 changes: 8 additions & 0 deletions packages/interval/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tonaljs/interval

## 4.8.2

### Patch Changes

- Dependencies between packages are now fixed
- Updated dependencies
- @tonaljs/core@4.10.4

## 4.8.1

### Patch Changes
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.8.1",
"version": "4.8.2",
"description": "Parse and manipulate music intervals",
"keywords": [
"interval",
Expand All @@ -15,7 +15,7 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/core": "4.10.3"
"@tonaljs/core": "4.10.4"
},
"author": "[email protected]",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/key/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @tonaljs/key

## 4.9.3

### Patch Changes

- Dependencies between packages are now fixed
- Updated dependencies
- @tonaljs/roman-numeral@4.8.2
- @tonaljs/core@4.10.4
- @tonaljs/note@4.10.2

## 4.9.2

### Patch Changes
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.9.2",
"version": "4.9.3",
"description": "Functions to work with musical keys",
"keywords": [
"key",
Expand All @@ -15,13 +15,13 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/core": "4.10.3",
"@tonaljs/note": "4.10.1",
"@tonaljs/roman-numeral": "4.8.1"
"@tonaljs/core": "4.10.4",
"@tonaljs/note": "4.10.2",
"@tonaljs/roman-numeral": "4.8.2"
},
"devDependencies": {
"@tonaljs/chord": "5.0.2",
"@tonaljs/scale": "4.12.3"
"@tonaljs/chord": "5.0.3",
"@tonaljs/scale": "4.12.4"
},
"author": "[email protected]",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/midi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tonaljs/midi

## 4.9.2

### Patch Changes

- Dependencies between packages are now fixed
- Updated dependencies
- @tonaljs/core@4.10.4

## 4.9.1

### Patch Changes
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.9.1",
"version": "4.9.2",
"description": "Functions to work with midi numbers",
"keywords": [
"note",
Expand All @@ -16,7 +16,7 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/core": "4.10.3"
"@tonaljs/core": "4.10.4"
},
"author": "[email protected]",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/mode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tonaljs/mode

## 4.8.3

### Patch Changes

- Dependencies between packages are now fixed
- Updated dependencies
- @tonaljs/scale-type@4.8.4
- @tonaljs/interval@4.8.2
- @tonaljs/pcset@4.9.1
- @tonaljs/core@4.10.4

## 4.8.2

### Patch Changes
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.8.2",
"version": "4.8.3",
"description": "Functions to work with musical modes",
"keywords": [
"mode",
Expand All @@ -16,10 +16,10 @@
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/collection": "4.8.1",
"@tonaljs/core": "4.10.3",
"@tonaljs/interval": "4.8.1",
"@tonaljs/pcset": "4.9.0",
"@tonaljs/scale-type": "4.8.3"
"@tonaljs/core": "4.10.4",
"@tonaljs/interval": "4.8.2",
"@tonaljs/pcset": "4.9.1",
"@tonaljs/scale-type": "4.8.4"
},
"author": "[email protected]",
"license": "MIT",
Expand Down
Loading

0 comments on commit 4e70ef4

Please sign in to comment.