Skip to content

Commit

Permalink
v0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Jan 27, 2024
1 parent eb89838 commit 3479393
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.1",
"version": "0.16.2",
"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.1",
"version": "0.16.2",
"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.16.1",
"chord-mark": "^0.16.2",
"chord-symbol": "4.0.0",
"chord-symbol-ultimateguitar": "4.0.0",
"dompurify": "^3.0.8"
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.16.1",
"version": "0.16.2",
"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 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.1",
"version": "0.16.2",
"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.1",
"version": "0.16.2",
"private": true,
"description": "ChordMark documentation",
"author": "Christophe Noël <touffi51@gmail.com>",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@docusaurus/preset-classic": "^3.1.1",
"@mdx-js/react": "^3.0.0",
"@svgr/webpack": "^8.1.0",
"chord-mark": "^0.16.1",
"chord-mark": "^0.16.2",
"clsx": "^2.1.0",
"dompurify": "^3.0.8",
"file-loader": "^6.2.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6815,7 +6815,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "chord-mark-converters@workspace:packages/chord-mark-converters"
dependencies:
chord-mark: "workspace:^"
chord-mark: "npm:^0.16.2"
chord-symbol: "npm:4.0.0"
chord-symbol-ultimateguitar: "npm:4.0.0"
dompurify: "npm:^3.0.8"
Expand Down Expand Up @@ -6864,7 +6864,7 @@ __metadata:
languageName: unknown
linkType: soft

"chord-mark@workspace:^, chord-mark@workspace:packages/chord-mark":
"chord-mark@npm:^0.16.2, 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 @@ -8357,7 +8357,7 @@ __metadata:
"@docusaurus/preset-classic": "npm:^3.1.1"
"@mdx-js/react": "npm:^3.0.0"
"@svgr/webpack": "npm:^8.1.0"
chord-mark: "workspace:^"
chord-mark: "npm:^0.16.2"
clsx: "npm:^2.1.0"
docusaurus-plugin-sass: "npm:^0.2.5"
dompurify: "npm:^3.0.8"
Expand Down

0 comments on commit 3479393

Please sign in to comment.