Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/footnote-packages-initial-release.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/internal-initial-release.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nice-games-fly.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/internal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @vivliostyle/internal

## 1.0.0

### Major Changes

- a0430b4: Initial release
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vivliostyle/internal",
"version": "0.0.0",
"version": "1.0.0",
"description": "Internal shared machinery for VFM's own packages.",
"license": "Apache-2.0",
"engines": {
Expand Down
12 changes: 12 additions & 0 deletions packages/remark-footnote-dpub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @vivliostyle/remark-footnote-dpub

## 1.0.0

### Major Changes

- b288cff: Initial release

### Patch Changes

- Updated dependencies [a0430b4]
- @vivliostyle/internal@1.0.0
2 changes: 1 addition & 1 deletion packages/remark-footnote-dpub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vivliostyle/remark-footnote-dpub",
"version": "0.0.0",
"version": "1.0.0",
"description": "DPUB-ARIA inline footnote plugin used by VFM. Emits `<a role=\"doc-noteref\">` calls with `<aside role=\"doc-footnote\">` bodies placed after the containing block element.",
"license": "Apache-2.0",
"engines": {
Expand Down
12 changes: 12 additions & 0 deletions packages/remark-footnote-gcpm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @vivliostyle/remark-footnote-gcpm

## 1.0.0

### Major Changes

- b288cff: Initial release

### Patch Changes

- Updated dependencies [a0430b4]
- @vivliostyle/internal@1.0.0
2 changes: 1 addition & 1 deletion packages/remark-footnote-gcpm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vivliostyle/remark-footnote-gcpm",
"version": "0.0.0",
"version": "1.0.0",
"description": "GCPM-style inline footnote plugin used by VFM. Emits `<span class=\"footnote\">` elements at the call site, with duplicate references rendered as `<a class=\"footnote-duplicated-call\">`.",
"license": "Apache-2.0",
"engines": {
Expand Down
7 changes: 7 additions & 0 deletions packages/remark-footnote-pandoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @vivliostyle/remark-footnote-pandoc

## 1.0.0

### Major Changes

- b288cff: Initial release
2 changes: 1 addition & 1 deletion packages/remark-footnote-pandoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vivliostyle/remark-footnote-pandoc",
"version": "0.0.0",
"version": "1.0.0",
"description": "Pandoc-style endnote rewriter used by VFM. Converts mdast-util-to-hast's default endnote markup into a `<section role=\"doc-endnotes\">` block with renumbering and duplicate-call backlinks.",
"license": "Apache-2.0",
"engines": {
Expand Down
7 changes: 7 additions & 0 deletions packages/remark-ruby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @vivliostyle/remark-ruby

## 1.0.0

### Major Changes

- a2c78ee: Initial release
2 changes: 1 addition & 1 deletion packages/remark-ruby/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vivliostyle/remark-ruby",
"version": "0.0.0",
"version": "1.0.0",
"description": "remark plugin to support `{...|...}` ruby annotation syntax used by VFM.",
"license": "Apache-2.0",
"engines": {
Expand Down
7 changes: 7 additions & 0 deletions packages/remark-sectionize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @vivliostyle/remark-sectionize

## 1.0.0

### Major Changes

- a2c78ee: Initial release
2 changes: 1 addition & 1 deletion packages/remark-sectionize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vivliostyle/remark-sectionize",
"version": "0.0.0",
"version": "1.0.0",
"description": "remark plugin to wrap headings in `<section class=\"levelN\">` elements, with VFM-specific extensions for non-section markers and section-end marks. Derived from `remark-sectionize` (Jake Low, 2019).",
"license": "MIT",
"engines": {
Expand Down
15 changes: 15 additions & 0 deletions packages/vfm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @vivliostyle/vfm

## 2.7.1

### Patch Changes

- Updated dependencies [b288cff]
- Updated dependencies [a0430b4]
- Updated dependencies [a2c78ee]
- @vivliostyle/remark-footnote-dpub@1.0.0
- @vivliostyle/remark-footnote-gcpm@1.0.0
- @vivliostyle/remark-footnote-pandoc@1.0.0
- @vivliostyle/internal@1.0.0
- @vivliostyle/remark-sectionize@1.0.0
- @vivliostyle/remark-ruby@1.0.0
2 changes: 1 addition & 1 deletion packages/vfm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vivliostyle/vfm",
"description": "Custom Markdown syntax specialized in book authoring.",
"version": "2.7.0",
"version": "2.7.1",
"author": "Vivliostyle Foundation",
"license": "Apache-2.0",
"engines": {
Expand Down