Skip to content

Commit fbc0cca

Browse files
committed
chore: release versions
1 parent a6d1a31 commit fbc0cca

7 files changed

Lines changed: 27 additions & 13 deletions

File tree

javascript/.changeset/slick-badgers-think.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

javascript/autogen-markdown-doc/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @datalackey/autogen-markdown-doc
22

3+
## 1.1.5
4+
5+
### Patch Changes
6+
7+
- a6d1a31: release test
8+
- Updated dependencies [a6d1a31]
9+
- @datalackey/nx-graph-to-mermaid@1.1.5
10+
- @datalackey/update-markdown-toc@1.1.5
11+
312
## 1.1.4
413

514
### Patch Changes

javascript/autogen-markdown-doc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datalackey/autogen-markdown-doc",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "Combined documentation automation: update-markdown-toc + nx-graph-to-mermaid",
55
"license": "MIT",
66
"type": "module",
@@ -30,7 +30,7 @@
3030
},
3131
"homepage": "https://github.com/datalackey/build-tools/tree/main/javascript/autogen-markdown-doc",
3232
"dependencies": {
33-
"@datalackey/update-markdown-toc": "1.1.4",
34-
"@datalackey/nx-graph-to-mermaid": "1.1.4"
33+
"@datalackey/update-markdown-toc": "1.1.5",
34+
"@datalackey/nx-graph-to-mermaid": "1.1.5"
3535
}
3636
}

javascript/nx-graph-to-mermaid/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @datalackey/nx-graph-to-mermaid
22

3+
## 1.1.5
4+
5+
### Patch Changes
6+
7+
- a6d1a31: release test
8+
39
## 1.1.4
410

511
### Patch Changes

javascript/nx-graph-to-mermaid/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@datalackey/nx-graph-to-mermaid",
33
"executors": "./executors.json",
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"private": false,
66
"description": "Auto-generates a Mermaid task flow diagram from an NX `project.json` file — with optional CI drift detection and Markdown injection support.",
77
"main": "dist/index.js",
@@ -50,7 +50,7 @@
5050
"pack": "npm pack"
5151
},
5252
"devDependencies": {
53-
"@datalackey/update-markdown-toc": "1.1.4",
53+
"@datalackey/update-markdown-toc": "1.1.5",
5454
"@types/jest": "^29.5.0",
5555
"@types/node": "^18.16.0",
5656
"jest": "^29.7.0",

javascript/update-markdown-toc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @datalackey/update-markdown-toc
22

3+
## 1.1.5
4+
5+
### Patch Changes
6+
7+
- a6d1a31: release test
8+
39
## 1.1.4
410

511
### Patch Changes

javascript/update-markdown-toc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datalackey/update-markdown-toc",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "Auto-generate Table of Contents for a Markdown file (or files, recursively from a top level folder)",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)