Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 27, 2024
1 parent 4d466c9 commit 6f80d78
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/tough-goats-sit.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/docusaurus-plugin-typedoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.1.0

### Minor Changes

- typedoc@0.27 / typedoc-plugin-markdown@4.3 support

## 1.0.5 (2024-08-08)

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-typedoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docusaurus-plugin-typedoc",
"version": "1.0.5",
"version": "1.1.0",
"description": "A Docusaurus plugin to integrate TypeDoc ( + typedoc-plugin-markdown ) into a Docusaurus project.",
"exports": {
".": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/typedoc-github-wiki-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.1.0

### Minor Changes

- typedoc@0.27 / typedoc-plugin-markdown@4.3 support

## 2.0.0 (2024-05-03)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-github-wiki-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typedoc-github-wiki-theme",
"version": "2.0.0",
"version": "2.1.0",
"description": "A TypeDoc ( + typedoc-plugin-markdown ) theme that generates Markdown compatible with Github Wiki.",
"exports": {
".": "./dist/index.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/typedoc-gitlab-wiki-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.1.0

### Minor Changes

- typedoc@0.27 / typedoc-plugin-markdown@4.3 support

## 2.0.1 (2024-6-08)

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-gitlab-wiki-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typedoc-gitlab-wiki-theme",
"version": "2.0.1",
"version": "2.1.0",
"description": "A TypeDoc ( + typedoc-plugin-markdown ) theme that generates Markdown compatible with Gitlab Wiki.",
"exports": {
".": "./dist/index.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/typedoc-plugin-frontmatter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.1.0

### Minor Changes

- typedoc@0.27 / typedoc-plugin-markdown@4.3 support

## 1.0.0 (2024-05-03)

- First major release.
2 changes: 1 addition & 1 deletion packages/typedoc-plugin-frontmatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typedoc-plugin-frontmatter",
"version": "1.0.0",
"version": "1.1.0",
"description": "A plugin for TypeDoc ( + typedoc-plugin-markdown ) that prepends configurable frontmatter to page content.",
"exports": {
".": "./dist/index.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/typedoc-plugin-remark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.1.0

### Minor Changes

- typedoc@0.27 / typedoc-plugin-markdown@4.3 support

## 1.0.3 (2024-08-15)

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-plugin-remark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typedoc-plugin-remark",
"version": "1.0.3",
"version": "1.1.0",
"description": "A plugin for TypeDoc ( + typedoc-plugin-markdown ) that enables additional markdown transformations with remark plugins.",
"exports": {
".": "./dist/index.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/typedoc-vitepress-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.1.0

### Minor Changes

- typedoc@0.27 / typedoc-plugin-markdown@4.3 support

## 1.0.2

### Patch Changes (2024-09-30)
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-vitepress-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typedoc-vitepress-theme",
"version": "1.0.2",
"version": "1.1.0",
"description": "A TypeDoc ( + typedoc-plugin-markdown ) theme that generates Markdown compatible with VitePress.",
"exports": {
".": "./dist/index.js"
Expand Down

0 comments on commit 6f80d78

Please sign in to comment.