Skip to content

Commit

Permalink
release: 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danigb committed Nov 28, 2022
1 parent 384ef47 commit 996ed99
Show file tree
Hide file tree
Showing 67 changed files with 572 additions and 162 deletions.
27 changes: 0 additions & 27 deletions .changeset/stale-roses-unite.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/abc-notation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @tonaljs/abc-notation

## 4.7.0

### Minor Changes

- b120fc42: Publish tonal in `tonal` package. So use `npm install tonal` instead of `npm install @tonaljs/tonal`

### Patch Changes

- fix memory leak
- Updated dependencies
- @tonaljs/core@4.6.11

## 4.6.10

### 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.6.10",
"version": "4.7.0",
"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.6.10"
"@tonaljs/core": "^4.6.11"
},
"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.6.11

### Patch Changes

- fix memory leak
- Updated dependencies
- @tonaljs/core@4.6.11

## 4.6.10

### 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.6.10",
"version": "4.6.11",
"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.6.10"
"@tonaljs/core": "^4.6.11"
},
"author": "danigb@gmail.com",
"license": "MIT",
Expand Down
15 changes: 15 additions & 0 deletions packages/chord-detect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @tonaljs/chord-detect

## 4.7.0

### Minor Changes

- b120fc42: Publish tonal in `tonal` package. So use `npm install tonal` instead of `npm install @tonaljs/tonal`

### Patch Changes

- fix memory leak
- Updated dependencies
- Updated dependencies [b120fc42]
- @tonaljs/chord-type@4.7.0
- @tonaljs/core@4.6.11
- @tonaljs/pcset@4.7.0

## 4.6.10

### 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.6.10",
"version": "4.7.0",
"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.6.10",
"@tonaljs/core": "^4.6.10",
"@tonaljs/pcset": "^4.6.10"
"@tonaljs/chord-type": "^4.7.0",
"@tonaljs/core": "^4.6.11",
"@tonaljs/pcset": "^4.7.0"
},
"author": "danigb@gmail.com",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/chord-dictionary/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tonaljs/chord-dictionary

## 4.6.11

### Patch Changes

- fix memory leak
- Updated dependencies
- Updated dependencies [b120fc42]
- @tonaljs/chord-type@4.7.0

## 4.6.10

### 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.6.10",
"version": "4.6.11",
"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.6.10"
"@tonaljs/chord-type": "^4.7.0"
},
"author": "danigb@gmail.com",
"license": "MIT",
Expand Down
14 changes: 14 additions & 0 deletions packages/chord-type/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @tonaljs/chord-type

## 4.7.0

### Minor Changes

- b120fc42: Publish tonal in `tonal` package. So use `npm install tonal` instead of `npm install @tonaljs/tonal`

### Patch Changes

- fix memory leak
- Updated dependencies
- Updated dependencies [b120fc42]
- @tonaljs/core@4.6.11
- @tonaljs/pcset@4.7.0

## 4.6.10

### 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": "4.6.10",
"version": "4.7.0",
"description": "A dictionary of musical chords",
"keywords": [
"chord",
Expand All @@ -17,8 +17,8 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/core": "^4.6.10",
"@tonaljs/pcset": "^4.6.10"
"@tonaljs/core": "^4.6.11",
"@tonaljs/pcset": "^4.7.0"
},
"author": "danigb@gmail.com",
"license": "MIT",
Expand Down
18 changes: 18 additions & 0 deletions packages/chord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @tonaljs/chord

## 4.7.0

### Minor Changes

- b120fc42: Publish tonal in `tonal` package. So use `npm install tonal` instead of `npm install @tonaljs/tonal`

### Patch Changes

- fix memory leak
- Updated dependencies
- Updated dependencies [b120fc42]
- @tonaljs/chord-detect@4.7.0
- @tonaljs/chord-type@4.7.0
- @tonaljs/collection@4.7.0
- @tonaljs/core@4.6.11
- @tonaljs/pcset@4.7.0
- @tonaljs/scale-type@4.7.0

## 4.6.10

### Patch Changes
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.6.10",
"version": "4.7.0",
"description": "Musical chords and its relations",
"keywords": [
"chord",
Expand All @@ -16,12 +16,12 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/chord-detect": "^4.6.10",
"@tonaljs/chord-type": "^4.6.10",
"@tonaljs/collection": "^4.6.10",
"@tonaljs/core": "^4.6.10",
"@tonaljs/pcset": "^4.6.10",
"@tonaljs/scale-type": "^4.6.10"
"@tonaljs/chord-detect": "^4.7.0",
"@tonaljs/chord-type": "^4.7.0",
"@tonaljs/collection": "^4.7.0",
"@tonaljs/core": "^4.6.11",
"@tonaljs/pcset": "^4.7.0",
"@tonaljs/scale-type": "^4.7.0"
},
"author": "danigb@gmail.com",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/collection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @tonaljs/collection

## 4.7.0

### Minor Changes

- b120fc42: Publish tonal in `tonal` package. So use `npm install tonal` instead of `npm install @tonaljs/tonal`

### Patch Changes

- fix memory leak

## 4.6.10

### Patch Changes
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.6.10",
"version": "4.7.0",
"description": "Utility functions to work with collections (arrays)",
"keywords": [
"collection",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tonaljs/core

## 4.6.11

### Patch Changes

- fix memory leak

## 4.6.10

### Patch Changes
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.6.10",
"version": "4.6.11",
"description": "Music theory library",
"keywords": [
"music",
Expand Down
10 changes: 10 additions & 0 deletions packages/duration-value/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @tonaljs/duration-value

## 4.7.0

### Minor Changes

- b120fc42: Publish tonal in `tonal` package. So use `npm install tonal` instead of `npm install @tonaljs/tonal`

### Patch Changes

- fix memory leak

## 4.6.10

### Patch Changes
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.6.10",
"version": "4.7.0",
"description": "Musical duration values",
"keywords": [
"duration-value",
Expand Down
12 changes: 12 additions & 0 deletions packages/interval/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @tonaljs/interval

## 4.7.0

### Minor Changes

- b120fc42: Publish tonal in `tonal` package. So use `npm install tonal` instead of `npm install @tonaljs/tonal`

### Patch Changes

- fix memory leak
- Updated dependencies
- @tonaljs/core@4.6.11

## 4.6.10

### 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.6.10",
"version": "4.7.0",
"description": "Parse and manipulate music intervals",
"keywords": [
"interval",
Expand All @@ -15,7 +15,7 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@tonaljs/core": "^4.6.10"
"@tonaljs/core": "^4.6.11"
},
"author": "danigb@gmail.com",
"license": "MIT",
Expand Down
15 changes: 15 additions & 0 deletions packages/key/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @tonaljs/key

## 4.7.0

### Minor Changes

- b120fc42: Publish tonal in `tonal` package. So use `npm install tonal` instead of `npm install @tonaljs/tonal`

### Patch Changes

- fix memory leak
- Updated dependencies
- Updated dependencies [b120fc42]
- @tonaljs/core@4.6.11
- @tonaljs/note@4.7.0
- @tonaljs/roman-numeral@4.7.0

## 4.6.10

### Patch Changes
Expand Down
Loading

0 comments on commit 996ed99

Please sign in to comment.