Skip to content
Merged
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
5 changes: 0 additions & 5 deletions .changeset/ts-dependency-table.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/ts-directory-tree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ts-install-command.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ts-last-modified.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ts-package-scripts.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ts-prettier.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ts-pulpo-schema.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ts-subpackage-list.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ts-template.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ts-version-badge.md

This file was deleted.

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

## 3.1.0

### Minor Changes

- d14bfee: TypeScript: ship type declarations
2 changes: 1 addition & 1 deletion packages/dependency-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-magic-dependency-table",
"version": "3.0.0",
"version": "3.1.0",
"description": "Generate table of information about dependencies automatically in markdown",
"license": "MIT",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/directory-tree/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# markdown-magic-directory-tree

## 2.1.0

### Minor Changes

- aa094b9: TypeScript: ship type declarations

Also adds `dist` to the default ignore list so build artifacts never render in the generated tree (this package self-demos DIRTREE on its own README; a docs regen with a locally-built `dist/` present would otherwise diverge from CI, which regenerates before `pnpm -r build` runs).
1 change: 1 addition & 0 deletions packages/directory-tree/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ await markdownMagic(markdownPath, config);
directory-tree/
├── __fixtures__/
├── __snapshots__/
├── CHANGELOG.md
├── example.ts
├── index.spec.ts
├── index.ts
Expand Down
2 changes: 1 addition & 1 deletion packages/directory-tree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-magic-directory-tree",
"version": "2.0.0",
"version": "2.1.0",
"description": "Print an archy tree for markdown file",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/install-command/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# markdown-magic-install-command

## 3.1.0

### Minor Changes

- f70f084: TypeScript: ship type declarations
2 changes: 1 addition & 1 deletion packages/install-command/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ await markdownMagic(markdownPath, config);
<!-- AUTO-GENERATED-CONTENT:START (INSTALLCMD:flags=["--save-dev"]&exact=true) -->

```sh
npm add --save-dev markdown-magic-install-command@3.0.0 markdown-magic@^4
npm add --save-dev markdown-magic-install-command@3.1.0 markdown-magic@^4
```

<!-- AUTO-GENERATED-CONTENT:END -->
Expand Down
2 changes: 1 addition & 1 deletion packages/install-command/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-magic-install-command",
"version": "3.0.0",
"version": "3.1.0",
"description": "Print install command for markdown file",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/last-modified/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# markdown-magic-last-modified

## 2.1.0

### Minor Changes

- c5833ce: TypeScript: ship type declarations
2 changes: 1 addition & 1 deletion packages/last-modified/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-magic-last-modified",
"version": "2.0.0",
"version": "2.1.0",
"description": "Print the last modified date using git for a given file",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/package-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# markdown-magic-package-scripts

## 2.1.0

### Minor Changes

- 71f3ce7: TypeScript: ship type declarations
2 changes: 1 addition & 1 deletion packages/package-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-magic-package-scripts",
"version": "2.0.0",
"version": "2.1.0",
"description": "Print list of scripts in package.json with descriptions",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/prettier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# markdown-magic-prettier

## 3.1.0

### Minor Changes

- f830e30: TypeScript: ship type declarations
2 changes: 1 addition & 1 deletion packages/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-magic-prettier",
"version": "3.0.0",
"version": "3.1.0",
"description": "Prettify JS blocks",
"license": "MIT",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/pulpo-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# markdown-magic-pulpo-schema

## 2.1.0

### Minor Changes

- 147ed25: TypeScript: ship type declarations
2 changes: 1 addition & 1 deletion packages/pulpo-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-magic-pulpo-schema",
"version": "2.0.0",
"version": "2.1.0",
"description": "Document configurations built with Pulpo",
"type": "module",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/subpackage-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# markdown-magic-subpackage-list

## 2.1.0

### Minor Changes

- e4ca3a9: TypeScript: ship type declarations
2 changes: 1 addition & 1 deletion packages/subpackage-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-magic-subpackage-list",
"version": "2.0.0",
"version": "2.1.0",
"description": "Print a list of subpackages for markdown file",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# markdown-magic-template

## 2.1.0

### Minor Changes

- 24bc5b8: TypeScript: ship type declarations
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-magic-template",
"version": "2.0.0",
"version": "2.1.0",
"description": "Lodash template support via Markdown Magic",
"license": "MIT",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/version-badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# markdown-magic-version-badge

## 2.1.0

### Minor Changes

- 8c1aa44: TypeScript: ship type declarations
2 changes: 1 addition & 1 deletion packages/version-badge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ await markdownMagic(markdownPath, config);

<!-- AUTO-GENERATED-CONTENT:START (VERSIONBADGE) -->

[![npm](https://img.shields.io/badge/npm-v2.0.0-green.svg)](https://www.npmjs.com/package/markdown-magic-version-badge)
[![npm](https://img.shields.io/badge/npm-v2.1.0-green.svg)](https://www.npmjs.com/package/markdown-magic-version-badge)
<!-- AUTO-GENERATED-CONTENT:END -->

## Options
Expand Down
2 changes: 1 addition & 1 deletion packages/version-badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-magic-version-badge",
"version": "2.0.0",
"version": "2.1.0",
"description": "Version badge via Markdown Magic",
"type": "module",
"main": "dist/index.js",
Expand Down
Loading