Skip to content

Commit c79a5e1

Browse files
Version Packages (#6)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3d1e4d6 commit c79a5e1

File tree

6 files changed

+18
-14
lines changed

6 files changed

+18
-14
lines changed

.changeset/empty-turkeys-grin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twenty-sheep-melt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/code-copy/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @tuyuritio/shiki-code-copy
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 3d1e4d6: Introduced `shiki-code-copy` transformer with customizable duration for copy feedback.

packages/code-copy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tuyuritio/shiki-code-copy",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Shiki plugin to add copy button to code blocks.",
55
"license": "GPL-3.0-or-later",
66
"author": "tuyuritio",

packages/image-figure/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @tuyuritio/rehype-image-figure
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 35e9a70: Introduced `rehype-image-figure` to convert root-level paragraphs containing a single image into semantic `<figure>` elements with captions derived from the image's alt text.

packages/image-figure/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tuyuritio/rehype-image-figure",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Rehype plugin to transform images into figures with captions.",
55
"license": "GPL-3.0-or-later",
66
"author": "tuyuritio",
@@ -32,10 +32,10 @@
3232
"unified": "catalog:"
3333
},
3434
"peerDependencies": {
35-
"unified": "catalog:"
35+
"unified": "catalog:"
3636
},
3737
"dependencies": {
38-
"hastscript": "catalog:",
38+
"hastscript": "catalog:",
3939
"unist-builder": "catalog:",
4040
"unist-util-visit": "catalog:"
4141
}

0 commit comments

Comments
 (0)