Skip to content

Commit 6afc774

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

File tree

6 files changed

+15
-12
lines changed

6 files changed

+15
-12
lines changed

.changeset/purple-rocks-wait.md

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

.changeset/wacky-rings-end.md

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

packages/github-alert/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @tuyuritio/remark-github-alert
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 2b8baf1: Introduced `remark-github-alert` to convert GitHub-style alerts in blockquotes into styled div elements with icons.

packages/github-alert/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tuyuritio/remark-github-alert",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Remark plugin to convert GitHub alert syntax.",
55
"license": "GPL-3.0-or-later",
66
"author": "tuyuritio",

packages/table-wrapper/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tuyuritio/rehype-table-wrapper
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 84675f0: Enforce required className
8+
39
## 1.0.0
410

511
### Major Changes

packages/table-wrapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tuyuritio/rehype-table-wrapper",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Rehype plugin to wrap tables in a div for responsive styling.",
55
"license": "GPL-3.0-or-later",
66
"author": "tuyuritio",

0 commit comments

Comments
 (0)