Skip to content

Commit

Permalink
Merge pull request #532 from tgreyuk/changeset-release/next
Browse files Browse the repository at this point in the history
Version Packages (next)
  • Loading branch information
tgreyuk authored Jan 5, 2024
2 parents 5f78236 + dd00922 commit a2ef111
Show file tree
Hide file tree
Showing 11 changed files with 52 additions and 9 deletions.
8 changes: 7 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"docusaurus-plugin-typedoc": "0.18.0",
"typedoc-vitepress-theme": "0.0.0",
"typedoc-github-wiki-theme": "1.0.1",
"typedoc-gitlab-wiki-theme": "1.0.0"
"typedoc-gitlab-wiki-theme": "1.0.0",
"@dev-packages/generate-readmes": "0.0.0",
"@dev-packages/helpers": "0.0.0",
"@dev-packages/prebuild-options": "0.0.0"
},
"changesets": [
"angry-cars-wash",
Expand All @@ -33,6 +36,7 @@
"fuzzy-clocks-whisper",
"fuzzy-news-decide",
"giant-mails-rest",
"green-lions-walk",
"heavy-snakes-press",
"hungry-papayas-punch",
"khaki-dogs-cheat",
Expand All @@ -44,6 +48,7 @@
"light-steaks-count",
"little-rats-end",
"long-crabs-own",
"long-frogs-divide",
"lovely-needles-tap",
"lucky-jokes-switch",
"many-bulldogs-give",
Expand All @@ -56,6 +61,7 @@
"olive-lies-divide",
"olive-points-hug",
"olive-socks-mate",
"olive-suits-lick",
"perfect-ligers-help",
"polite-planets-knock",
"polite-ways-hang",
Expand Down
8 changes: 8 additions & 0 deletions packages/docusaurus-plugin-typedoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.0.0-next.24

### Patch Changes

- Resolve typedoc esm plugins not loading in sync
- Updated peer dependencies
- [email protected]

## 1.0.0-next.23

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0-next.23",
"version": "1.0.0-next.24",
"description": "A Docusaurus plugin to integrate TypeDoc into a Docusaurus project.",
"main": "dist/index.js",
"files": [
Expand All @@ -16,7 +16,7 @@
},
"homepage": "https://github.com/tgreyuk/typedoc-plugin-markdown/tree/master/packages/docusaurus-plugin-typedoc",
"peerDependencies": {
"typedoc-plugin-markdown": ">=4.0.0-next.30"
"typedoc-plugin-markdown": ">=4.0.0-next.39"
},
"scripts": {
"lint": "eslint ./src --ext .ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/typedoc-plugin-frontmatter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# typedoc-plugin-frontmatter

## 0.0.3-next.0

### Patch Changes

- Updated documentation.
- Updated peer dependencies
- [email protected]

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "0.0.2",
"version": "0.0.3-next.0",
"description": "A plugin for TypeDoc that prepends configurable frontmatter to page content.",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"yaml": "^2.2.2"
},
"peerDependencies": {
"typedoc-plugin-markdown": ">=4.0.0-next.13"
"typedoc-plugin-markdown": ">=4.0.0-next.39"
},
"keywords": [
"frontmatter",
Expand Down
7 changes: 7 additions & 0 deletions packages/typedoc-plugin-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 4.0.0-next.39

### Patch Changes

- Update ui for @eventProperty tags
- Added `textContentMappings` option

## 4.0.0-next.38 (2023-12-18)

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-plugin-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typedoc-plugin-markdown",
"version": "4.0.0-next.38",
"version": "4.0.0-next.39",
"description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.",
"main": "dist/index.js",
"files": [
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 +1,7 @@
# typedoc-plugin-remark

## 0.0.1-next.0

### Patch Changes

- Updated documentation.
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": "0.0.0",
"version": "0.0.1-next.0",
"description": "A plugin for TypeDoc that enables additional markdown transformations with remark.",
"main": "./dist/index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/typedoc-vitepress-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# typedoc-vitepress-theme

## 1.0.0-next.4

### Patch Changes

- Updated documentation.
- Updated peer dependencies
- [email protected]

## 1.0.0-next.3 (2023-08-27)

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0-next.3",
"version": "1.0.0-next.4",
"description": "A TypeDoc ( + typedoc-plugin-markdown ) theme that generates docs compatible with VitePress.",
"main": "./dist/index.js",
"files": [
Expand All @@ -25,7 +25,7 @@
"docs": "rm -rf ./demo && npm run build && typedoc"
},
"peerDependencies": {
"typedoc-plugin-markdown": ">=4.0.0-next.19"
"typedoc-plugin-markdown": ">=4.0.0-next.39"
},
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit a2ef111

Please sign in to comment.