Skip to content

Commit 6bc1594

Browse files
github-actions[bot]andrewangelle
authored andcommitted
chore(release): changesets versioning & publication
1 parent cce6b34 commit 6bc1594

File tree

11 files changed

+2082
-1730
lines changed

11 files changed

+2082
-1730
lines changed

.changeset/modern-kids-mix.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/json-midi-message-encoder/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @midi-json-tools/json-midi-message-encoder
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- cce6b34: BREAKING: Migrate to ESM only. Remove support for cjs builds
8+
39
## 1.2.0
410

511
### Minor Changes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"$schema":"https://jsr.io/schema/config-file.v1.json","name":"@midi-json-tools/json-midi-message-encoder","version":"1.2.0","exports":"./src/index.ts","exclude":["test"]}
1+
{"$schema":"https://jsr.io/schema/config-file.v1.json","name":"@midi-json-tools/json-midi-message-encoder","version":"2.0.0","exports":"./src/index.ts","exclude":["test"]}

packages/json-midi-message-encoder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midi-json-tools/json-midi-message-encoder",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"license": "MIT",
55
"author": "Andrew Angelle <andrewangelle@gmail.com>",
66
"homepage": "https://github.com/andrewangelle/midi-json-tools#readme",

packages/json-to-midi/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @midi-json-tools/json-to-midi
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- cce6b34: BREAKING: Migrate to ESM only. Remove support for cjs builds
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [cce6b34]
12+
- @midi-json-tools/json-midi-message-encoder@2.0.0
13+
314
## 1.2.0
415

516
### Minor Changes

packages/json-to-midi/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"$schema":"https://jsr.io/schema/config-file.v1.json","name":"@midi-json-tools/json-to-midi","version":"1.2.0","exports":"./src/index.ts","exclude":["test"]}
1+
{"$schema":"https://jsr.io/schema/config-file.v1.json","name":"@midi-json-tools/json-to-midi","version":"2.0.0","exports":"./src/index.ts","exclude":["test"]}

packages/json-to-midi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midi-json-tools/json-to-midi",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"author": "Andrew Angelle <andrewangelle@gmail.com>",
55
"homepage": "https://github.com/andrewangelle/midi-json-tools#readme",
66
"readme": "https://github.com/andrewangelle/midi-json-tools/blob/main/packages/json-to-midi/README.md",

packages/midi-to-json/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @midi-json-tools/midi-to-json
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- cce6b34: BREAKING: Migrate to ESM only. Remove support for cjs builds
8+
39
## 1.2.0
410

511
### Minor Changes

packages/midi-to-json/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"$schema":"https://jsr.io/schema/config-file.v1.json","name":"@midi-json-tools/midi-to-json","version":"1.2.0","exports":"./src/index.ts","exclude":["test"]}
1+
{"$schema":"https://jsr.io/schema/config-file.v1.json","name":"@midi-json-tools/midi-to-json","version":"2.0.0","exports":"./src/index.ts","exclude":["test"]}

packages/midi-to-json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midi-json-tools/midi-to-json",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"author": "Andrew Angelle <andrewangelle@gmail.com>",
55
"homepage": "https://github.com/andrewangelle/midi-json-tools#readme",
66
"readme": "https://github.com/andrewangelle/midi-json-tools/blob/main/packages/midi-to-json/README.md",

0 commit comments

Comments
 (0)