Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Nov 29, 2023
1 parent 63eeab1 commit a760816
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.14.0",
"version": "0.15.0",
"npmClient": "yarn",
"preid": "beta",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/chord-mark-converters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chord-mark-converters",
"version": "0.14.0",
"version": "0.15.0",
"description": "Convert from and to ChordMark charts",
"author": "Christophe Noël <[email protected]>",
"homepage": "https://github.com/no-chris/chord-mark/tree/main/packages/chord-mark-converters#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/chord-mark-themes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chord-mark-themes",
"version": "0.14.0",
"version": "0.15.0",
"description": "Themes for ChordMark",
"author": "Christophe Noël <[email protected]>",
"homepage": "https://github.com/no-chris/chord-mark/tree/main/packages/chord-mark-themes#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/chord-mark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chord-mark",
"version": "0.14.0",
"version": "0.15.0",
"description": "ChordMark - chord charts parser and renderer",
"main": "src/chordMark.js",
"author": "Christophe Noël",
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "documentation",
"version": "0.14.0",
"version": "0.15.0",
"private": true,
"description": "ChordMark documentation",
"author": "Christophe Noël <[email protected]>",
Expand Down

0 comments on commit a760816

Please sign in to comment.