Skip to content

Commit d12d658

Browse files
chore(release): bump monorepo to v2.1.1
Signed-off-by: night-slayer18 <samanuaia257@gmail.com>
1 parent 1ca55c9 commit d12d658

8 files changed

Lines changed: 24 additions & 24 deletions

File tree

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "autodocs-monorepo",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"private": true,
55
"license": "Apache-2.0",
66
"packageManager": "npm@11.9.0",

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opensyntaxhq/autodocs",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "CLI for Autodocs documentation generator",
55
"bin": {
66
"autodocs": "dist/index.js"
@@ -30,7 +30,7 @@
3030
}
3131
},
3232
"dependencies": {
33-
"@opensyntaxhq/autodocs-core": "^2.1.0",
33+
"@opensyntaxhq/autodocs-core": "^2.1.1",
3434
"chalk": "^5.6.2",
3535
"chokidar": "^5.0.0",
3636
"commander": "^14.0.3",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opensyntaxhq/autodocs-core",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"license": "Apache-2.0",
55
"description": "Core parsing and extraction engine for Autodocs",
66
"repository": {

packages/core/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '2.1.0';
1+
export const VERSION = '2.1.1';

packages/plugins/examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opensyntaxhq/autodocs-plugin-examples",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"license": "Apache-2.0",
55
"description": "Code example validation and extraction plugin for Autodocs",
66
"repository": {
@@ -45,10 +45,10 @@
4545
"typescript": "^5.9.3"
4646
},
4747
"peerDependencies": {
48-
"@opensyntaxhq/autodocs-core": "^2.1.0"
48+
"@opensyntaxhq/autodocs-core": "^2.1.1"
4949
},
5050
"devDependencies": {
51-
"@opensyntaxhq/autodocs-core": "^2.1.0",
51+
"@opensyntaxhq/autodocs-core": "^2.1.1",
5252
"@types/node": "^25.2.2",
5353
"tsup": "^8.5.1"
5454
}

packages/plugins/markdown/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opensyntaxhq/autodocs-plugin-markdown",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"license": "Apache-2.0",
55
"description": "Markdown guide plugin for Autodocs",
66
"repository": {
@@ -47,10 +47,10 @@
4747
"marked": "^17.0.2"
4848
},
4949
"peerDependencies": {
50-
"@opensyntaxhq/autodocs-core": "^2.1.0"
50+
"@opensyntaxhq/autodocs-core": "^2.1.1"
5151
},
5252
"devDependencies": {
53-
"@opensyntaxhq/autodocs-core": "^2.1.0",
53+
"@opensyntaxhq/autodocs-core": "^2.1.1",
5454
"@types/node": "^25.2.2",
5555
"tsup": "^8.5.1",
5656
"typescript": "^5.9.3"

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opensyntaxhq/autodocs-ui",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)