Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
danigb committed Nov 29, 2023
1 parent 24b885d commit 3c4e357
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 20 deletions.
8 changes: 0 additions & 8 deletions .changeset/brown-zoos-nail.md

This file was deleted.

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.2

### Patch Changes

- Move core into pitch modules
- Updated dependencies [4689b77]
- @tonaljs/pitch-distance@5.0.0
- @tonaljs/pitch-interval@5.0.0
- @tonaljs/pitch-note@5.0.0

## 4.10.1

### 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.1",
"version": "4.10.2",
"description": "Music theory library",
"keywords": [
"music",
Expand All @@ -19,9 +19,9 @@
},
"dependencies": {
"@tonaljs/pitch": "^5.0.0",
"@tonaljs/pitch-interval": "^4.8.0",
"@tonaljs/pitch-distance": "^4.8.0",
"@tonaljs/pitch-note": "^4.8.0"
"@tonaljs/pitch-interval": "^5.0.0",
"@tonaljs/pitch-distance": "^5.0.0",
"@tonaljs/pitch-note": "^5.0.0"
},
"scripts": {
"build": "tsup index.ts --sourcemap --dts --format esm,cjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/notation-scientific/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tonaljs/notation-scientific",
"version": "4.8.0",
"private": "true",
"private": true,
"description": "Parse intervals in shorthand notation",
"keywords": [
"note",
Expand Down
6 changes: 6 additions & 0 deletions packages/pitch-distance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# @tonaljs/pitch-distance

## 5.0.0

### Major Changes

- 4689b77: First public release
6 changes: 3 additions & 3 deletions packages/pitch-distance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/pitch-distance",
"version": "4.8.0",
"version": "5.0.0",
"description": "Parse intervals in shorthand notation",
"keywords": [
"note",
Expand All @@ -11,8 +11,8 @@
],
"dependencies": {
"@tonaljs/pitch": "^5.0.0",
"@tonaljs/pitch-interval": "^4.8.0",
"@tonaljs/pitch-note": "^4.8.0"
"@tonaljs/pitch-interval": "^5.0.0",
"@tonaljs/pitch-note": "^5.0.0"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/pitch-interval/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# @tonaljs/pitch-interval

## 5.0.0

### Major Changes

- 4689b77: First public release
2 changes: 1 addition & 1 deletion packages/pitch-interval/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/pitch-interval",
"version": "4.8.0",
"version": "5.0.0",
"description": "Parse intervals in shorthand notation",
"keywords": [
"note",
Expand Down
6 changes: 6 additions & 0 deletions packages/pitch-note/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# @tonaljs/pitch-note

## 5.0.0

### Major Changes

- 4689b77: First public release
2 changes: 1 addition & 1 deletion packages/pitch-note/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonaljs/pitch-note",
"version": "4.8.0",
"version": "5.0.0",
"description": "Parse intervals in shorthand notation",
"keywords": [
"note",
Expand Down
8 changes: 8 additions & 0 deletions packages/tonal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# tonal

## 5.1.2

### Patch Changes

- Move core into pitch modules
- Updated dependencies
- @tonaljs/core@4.10.2

## 5.1.1

### Patch Changes
Expand Down
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": "5.1.1",
"version": "5.1.2",
"description": "tonaljs music theory library",
"keywords": [
"music",
Expand All @@ -21,7 +21,7 @@
"@tonaljs/chord-type": "^5.0.2",
"@tonaljs/chord": "^5.0.0",
"@tonaljs/collection": "^4.8.0",
"@tonaljs/core": "^4.10.1",
"@tonaljs/core": "^4.10.2",
"@tonaljs/duration-value": "^4.8.0",
"@tonaljs/interval": "^4.8.0",
"@tonaljs/key": "^4.9.1",
Expand Down

0 comments on commit 3c4e357

Please sign in to comment.