Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roydukkey committed Jul 9, 2022
1 parent 094f60e commit 10a7f49
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .vscode/cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"graymatter",
"roydukkey",
"streetsidesoftware",
"subcomponents",
"tsdoc"
]
}
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

<!-- The order of list items should be: Critical/Fixes, New, Update, Remove, Underpinnings -->
<!-- ## [UNRELEASED](https://github.com/roydukkey/docusaurus-theme-frontmatter/compare/v1.2.0...master) -->
<!-- ## [UNRELEASED](https://github.com/roydukkey/docusaurus-theme-frontmatter/compare/v1.3.0...master) -->

## [UNRELEASED](https://github.com/roydukkey/docusaurus-theme-frontmatter/compare/v1.2.0...master)
## [1.3.0](https://github.com/roydukkey/docusaurus-theme-frontmatter/compare/v1.2.0...1.3.0)

* Breaking: renamed `BlogPostItemFrontMatter` to `BlogPostPageFrontMatter`
* Fix typing changes for [docusaurus v2.0.0-beta.22](https://github.com/facebook/docusaurus/releases/tag/v2.0.0-beta.22)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docusaurus-theme-frontmatter

This package enhances the Docusaurus classic theme by exposing the [docs](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-docs#markdown-frontmatter), [blog](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog#markdown-frontmatter), and [pages](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-pages) front matter to the following components and their children:
This package enhances the Docusaurus classic theme by exposing the [docs](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-docs#markdown-front-matter), [blog](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog#markdown-front-matter), and [pages](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-pages) front matter to the following components and their children:

* [BlogPostPage](https://github.com/facebook/docusaurus/tree/main/packages/docusaurus-theme-classic/src/theme/BlogPostPage)
* [DocItem](https://github.com/facebook/docusaurus/tree/main/packages/docusaurus-theme-classic/src/theme/DocItem)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docusaurus-theme-frontmatter",
"description": "Docusaurus theme plugin to expose front matter through a component hook",
"version": "1.2.0",
"version": "1.3.0",
"author": {
"name": "roydukkey",
"email": "contact@changelog.me",
Expand Down

0 comments on commit 10a7f49

Please # to comment.