Skip to content

Commit

Permalink
v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Sep 8, 2024
1 parent 554576a commit 4d283de
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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.16.3",
"version": "0.17.0",
"npmClient": "yarn",
"preid": "beta",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
Expand Down
4 changes: 2 additions & 2 deletions 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.16.3",
"version": "0.17.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 All @@ -24,7 +24,7 @@
"url": "https://github.com/no-chris/chord-mark/issues"
},
"dependencies": {
"chord-mark": "^0.16.3",
"chord-mark": "^0.17.0",
"chord-symbol": "4.0.0",
"chord-symbol-ultimateguitar": "4.0.0",
"striptags": "^3.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/chord-mark-jsdom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chord-mark-jsdom",
"version": "0.16.3",
"version": "0.17.0",
"description": "NodeJs compatible version of ChordMark",
"author": "Christophe Noël <[email protected]>",
"homepage": "https://github.com/no-chris/chord-mark/tree/main/packages/chord-mark-jsdom#readme",
Expand All @@ -27,7 +27,7 @@
"url": "https://github.com/no-chris/chord-mark/issues"
},
"dependencies": {
"chord-mark": "^0.16.3",
"chord-mark": "^0.17.0",
"jsdom": "^25.0.0"
}
}
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.16.3",
"version": "0.17.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.16.3",
"version": "0.17.0",
"description": "ChordMark - chord charts parser and renderer",
"main": "src/chordMark.js",
"author": "Christophe Noël",
Expand Down
4 changes: 2 additions & 2 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "documentation",
"version": "0.16.3",
"version": "0.17.0",
"private": true,
"description": "ChordMark documentation",
"author": "Christophe Noël <[email protected]>",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@docusaurus/preset-classic": "^3.5.2",
"@mdx-js/react": "^3.0.1",
"@svgr/webpack": "^8.1.0",
"chord-mark": "^0.16.3",
"chord-mark": "^0.17.0",
"clsx": "^2.1.1",
"dompurify": "^3.1.6",
"file-loader": "^6.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7981,7 +7981,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "chord-mark-converters@workspace:packages/chord-mark-converters"
dependencies:
chord-mark: "npm:^0.16.3"
chord-mark: "npm:^0.17.0"
chord-symbol: "npm:4.0.0"
chord-symbol-ultimateguitar: "npm:4.0.0"
striptags: "npm:^3.2.0"
Expand All @@ -7992,7 +7992,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "chord-mark-jsdom@workspace:packages/chord-mark-jsdom"
dependencies:
chord-mark: "npm:^0.16.3"
chord-mark: "npm:^0.17.0"
jsdom: "npm:^25.0.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -8041,7 +8041,7 @@ __metadata:
languageName: unknown
linkType: soft

"chord-mark@npm:^0.16.3, chord-mark@workspace:^, chord-mark@workspace:packages/chord-mark":
"chord-mark@npm:^0.17.0, chord-mark@workspace:^, chord-mark@workspace:packages/chord-mark":
version: 0.0.0-use.local
resolution: "chord-mark@workspace:packages/chord-mark"
dependencies:
Expand Down Expand Up @@ -9590,7 +9590,7 @@ __metadata:
"@docusaurus/preset-classic": "npm:^3.5.2"
"@mdx-js/react": "npm:^3.0.1"
"@svgr/webpack": "npm:^8.1.0"
chord-mark: "npm:^0.16.3"
chord-mark: "npm:^0.17.0"
clsx: "npm:^2.1.1"
docusaurus-plugin-sass: "npm:^0.2.5"
dompurify: "npm:^3.1.6"
Expand Down

0 comments on commit 4d283de

Please sign in to comment.