Skip to content

Commit 4d283de

Browse files
committed
v0.17.0
1 parent 554576a commit 4d283de

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "0.16.3",
3+
"version": "0.17.0",
44
"npmClient": "yarn",
55
"preid": "beta",
66
"$schema": "node_modules/lerna/schemas/lerna-schema.json"

packages/chord-mark-converters/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chord-mark-converters",
3-
"version": "0.16.3",
3+
"version": "0.17.0",
44
"description": "Convert from and to ChordMark charts",
55
"author": "Christophe Noël <touffi51@gmail.com>",
66
"homepage": "https://github.com/no-chris/chord-mark/tree/main/packages/chord-mark-converters#readme",
@@ -24,7 +24,7 @@
2424
"url": "https://github.com/no-chris/chord-mark/issues"
2525
},
2626
"dependencies": {
27-
"chord-mark": "^0.16.3",
27+
"chord-mark": "^0.17.0",
2828
"chord-symbol": "4.0.0",
2929
"chord-symbol-ultimateguitar": "4.0.0",
3030
"striptags": "^3.2.0"

packages/chord-mark-jsdom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chord-mark-jsdom",
3-
"version": "0.16.3",
3+
"version": "0.17.0",
44
"description": "NodeJs compatible version of ChordMark",
55
"author": "Christophe Noël <touffi51@gmail.com>",
66
"homepage": "https://github.com/no-chris/chord-mark/tree/main/packages/chord-mark-jsdom#readme",
@@ -27,7 +27,7 @@
2727
"url": "https://github.com/no-chris/chord-mark/issues"
2828
},
2929
"dependencies": {
30-
"chord-mark": "^0.16.3",
30+
"chord-mark": "^0.17.0",
3131
"jsdom": "^25.0.0"
3232
}
3333
}

packages/chord-mark-themes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chord-mark-themes",
3-
"version": "0.16.3",
3+
"version": "0.17.0",
44
"description": "Themes for ChordMark",
55
"author": "Christophe Noël <touffi51@gmail.com>",
66
"homepage": "https://github.com/no-chris/chord-mark/tree/main/packages/chord-mark-themes#readme",

packages/chord-mark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chord-mark",
3-
"version": "0.16.3",
3+
"version": "0.17.0",
44
"description": "ChordMark - chord charts parser and renderer",
55
"main": "src/chordMark.js",
66
"author": "Christophe Noël",

packages/documentation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "documentation",
3-
"version": "0.16.3",
3+
"version": "0.17.0",
44
"private": true,
55
"description": "ChordMark documentation",
66
"author": "Christophe Noël <touffi51@gmail.com>",
@@ -38,7 +38,7 @@
3838
"@docusaurus/preset-classic": "^3.5.2",
3939
"@mdx-js/react": "^3.0.1",
4040
"@svgr/webpack": "^8.1.0",
41-
"chord-mark": "^0.16.3",
41+
"chord-mark": "^0.17.0",
4242
"clsx": "^2.1.1",
4343
"dompurify": "^3.1.6",
4444
"file-loader": "^6.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7981,7 +7981,7 @@ __metadata:
79817981
version: 0.0.0-use.local
79827982
resolution: "chord-mark-converters@workspace:packages/chord-mark-converters"
79837983
dependencies:
7984-
chord-mark: "npm:^0.16.3"
7984+
chord-mark: "npm:^0.17.0"
79857985
chord-symbol: "npm:4.0.0"
79867986
chord-symbol-ultimateguitar: "npm:4.0.0"
79877987
striptags: "npm:^3.2.0"
@@ -7992,7 +7992,7 @@ __metadata:
79927992
version: 0.0.0-use.local
79937993
resolution: "chord-mark-jsdom@workspace:packages/chord-mark-jsdom"
79947994
dependencies:
7995-
chord-mark: "npm:^0.16.3"
7995+
chord-mark: "npm:^0.17.0"
79967996
jsdom: "npm:^25.0.0"
79977997
languageName: unknown
79987998
linkType: soft
@@ -8041,7 +8041,7 @@ __metadata:
80418041
languageName: unknown
80428042
linkType: soft
80438043

8044-
"chord-mark@npm:^0.16.3, chord-mark@workspace:^, chord-mark@workspace:packages/chord-mark":
8044+
"chord-mark@npm:^0.17.0, chord-mark@workspace:^, chord-mark@workspace:packages/chord-mark":
80458045
version: 0.0.0-use.local
80468046
resolution: "chord-mark@workspace:packages/chord-mark"
80478047
dependencies:
@@ -9590,7 +9590,7 @@ __metadata:
95909590
"@docusaurus/preset-classic": "npm:^3.5.2"
95919591
"@mdx-js/react": "npm:^3.0.1"
95929592
"@svgr/webpack": "npm:^8.1.0"
9593-
chord-mark: "npm:^0.16.3"
9593+
chord-mark: "npm:^0.17.0"
95949594
clsx: "npm:^2.1.1"
95959595
docusaurus-plugin-sass: "npm:^0.2.5"
95969596
dompurify: "npm:^3.1.6"

0 commit comments

Comments
 (0)