Skip to content

Commit

Permalink
v0.13.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Jan 17, 2023
1 parent 3e01b83 commit d9884e3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.13.0-beta.0",
"version": "0.13.0-beta.1",
"npmClient": "yarn",
"preid": "beta"
}
4 changes: 2 additions & 2 deletions packages/chord-mark-converters/package.json
@@ -1,6 +1,6 @@
{
"name": "chord-mark-converters",
"version": "0.13.0-beta.0",
"version": "0.13.0-beta.1",
"description": "Convert from and to ChordMark charts",
"author": "Christophe Noël <touffi51@gmail.com>",
"homepage": "https://github.com/no-chris/chord-mark/tree/main/packages/chord-mark-converters#readme",
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/no-chris/chord-mark/issues"
},
"dependencies": {
"chord-mark": "^0.13.0-beta.0",
"chord-mark": "^0.13.0-beta.1",
"chord-symbol": "3.0.0",
"chord-symbol-ultimateguitar": "3.0.0",
"dompurify": "^2.3.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/chord-mark-themes/package.json
@@ -1,6 +1,6 @@
{
"name": "chord-mark-themes",
"version": "0.13.0-beta.0",
"version": "0.13.0-beta.1",
"description": "Themes for ChordMark",
"author": "Christophe Noël <touffi51@gmail.com>",
"homepage": "https://github.com/no-chris/chord-mark/tree/main/packages/chord-mark-themes#readme",
Expand All @@ -20,6 +20,6 @@
"url": "https://github.com/no-chris/chord-mark/issues"
},
"dependencies": {
"chord-mark": "^0.13.0-beta.0"
"chord-mark": "^0.13.0-beta.1"
}
}
2 changes: 1 addition & 1 deletion packages/chord-mark/package.json
@@ -1,6 +1,6 @@
{
"name": "chord-mark",
"version": "0.13.0-beta.0",
"version": "0.13.0-beta.1",
"description": "ChordMark - chord charts parser and renderer",
"private": false,
"main": "lib/chord-mark.js",
Expand Down

0 comments on commit d9884e3

Please sign in to comment.