Skip to content

Commit

Permalink
Merge pull request #489 from zenn-dev/canary
Browse files Browse the repository at this point in the history
release v0.1.152
  • Loading branch information
cm-igarashi-ryosuke authored Jan 31, 2024
2 parents eb53af4 + f322e62 commit 9449f27
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "0.1.151",
"version": "0.1.152-alpha.0",
"npmClient": "pnpm"
}
2 changes: 1 addition & 1 deletion packages/zenn-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zenn-cli",
"version": "0.1.151",
"version": "0.1.152-alpha.0",
"description": "Preview Zenn content locally.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/zenn-content-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zenn-content-css",
"version": "0.1.151",
"version": "0.1.152-alpha.0",
"license": "MIT",
"description": "Zenn flavor content style.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/zenn-content-css/src/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ summary {
color: $c-text-gray-darker;
}
}
details[open] summary {
details[open] > summary {
border-radius: $rounded-lg $rounded-lg 0 0;
box-shadow: none;
background: $c-bg-gray-lighter;
Expand Down
11 changes: 11 additions & 0 deletions packages/zenn-content-css/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,17 @@ <h2 id="区切り線">区切り線</h2>
<span class="msg-symbol">!</span>
<p>警告メッセージをここに</p>
</aside>
<details open="">
<summary>折りたたみ</summary>
<div class="details-content">
<details>
<summary>折りたたみ</summary>
<div class="details-content">
<p>test</p>
</div>
</details>
</div>
</details>
<h3 id="サニタイズ適用前のYouTube埋め込み">サニタイズ適用前のYouTube埋め込み</h3>
<div class="embed-youtube"><iframe src="https://www.youtube-nocookie.com/embed/X8NBvQDDXXc"
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""
Expand Down
2 changes: 1 addition & 1 deletion packages/zenn-embed-elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zenn-embed-elements",
"version": "0.1.151",
"version": "0.1.152-alpha.0",
"license": "MIT",
"description": "Web components for embedded contents.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/zenn-markdown-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zenn-markdown-html",
"version": "0.1.151",
"version": "0.1.152-alpha.0",
"license": "MIT",
"description": "Convert markdown to zenn flavor html.",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/zenn-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zenn-model",
"version": "0.1.151",
"version": "0.1.152-alpha.0",
"license": "MIT",
"description": "Model utils for Zenn contents",
"main": "lib/index.js",
Expand Down

0 comments on commit 9449f27

Please sign in to comment.