Skip to content

Commit 2a5d5a2

Browse files
authored
Merge pull request #295 from cuthbertLab/m21j-0.21.2
m21j v0.21.2
2 parents e595541 + d047a33 commit 2a5d5a2

15 files changed

+1257
-1222
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ testHTML directory as `sfElsewhereCDN.html`.
124124

125125
## Version
126126

127-
0.21.1 (beta)
127+
0.21.2 (beta)
128128

129129
## License
130130

@@ -251,7 +251,7 @@ The build output is suitable for direct browser use or npm publishing.
251251
You'll need to be part of the npm dev team.
252252

253253
1. Update the version number in `package.json`, manually in `main.ts`,
254-
and (if bigger than patch), here.
254+
and here. Agents can update package-lock.json; humans should npm install.
255255

256256
2. Publish:
257257

@@ -262,6 +262,7 @@ $ npm publish
262262
This will test to make sure everything is correct, update package-lock.json,
263263
copy the current contents of `build` in `releases`, and publish on npm.
264264

265+
Then make a PR-merge and tag.
265266

266267
## Updating Dependencies
267268

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "music21j",
3-
"version": "0.21.1",
3+
"version": "0.21.2",
44
"description": "A toolkit for computer-aided musicology, JavaScript version",
55

66
"_main_etc": "these are the legacy urls; exports:. is the modern standard",

releases/music21.debug.js

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

releases/music21.debug.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

releases/music21.es.js

Lines changed: 1220 additions & 1200 deletions
Large diffs are not rendered by default.

releases/music21.es.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

releases/src/bar.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import * as base from './base';
1010
import { Music21Exception } from './exceptions21';
1111
export declare class BarException extends Music21Exception {
1212
}
13+
export declare function standardizeBarType(value?: string): string;
1314
export declare class Barline extends base.Music21Object {
1415
_type: string;
1516
location: string;

releases/src/bar.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

releases/src/main.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ import * as vfShow from './vfShow';
7575
import * as voiceLeading from './voiceLeading';
7676
import * as webmidi from './webmidi';
7777
import { debug } from './debug';
78-
export declare const VERSION = "0.21.1";
78+
export declare const VERSION = "0.21.2";
7979
export { MIDI, Vex, exceptions21, base, prebase, common, debug, articulations, audioRecording, audioSearch, bar, beam, chord, chordTables, clef, converter, defaults, derivation, duration, dynamics, editorial, expressions, figuredBass, fromPython, harmony, instrument, interval, key, keyboard, layout, metadata, meter, miditools, musicxml, note, parseLoader, pitch, renderOptions, roman, scale, sites, stream, style, svgs, tempo, tie, tinyNotation, vfShims, vfShow, voiceLeading, webmidi, };
8080
//# sourceMappingURL=main.d.ts.map

0 commit comments

Comments
 (0)