Skip to content

Commit e344b82

Browse files
chore(release): bump workspace packages to v2.0.0
set monorepo and package versions to 2.0.0 align internal core dependency ranges to ^2.0.0 for cli and plugins refresh lockfile after version/dependency updates Signed-off-by: night-slayer18 <samanuaia257@gmail.com>
1 parent f1c9c3d commit e344b82

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": "1.0.0",
3+
"version": "2.0.0",
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": "1.0.0",
3+
"version": "2.0.0",
44
"description": "CLI for Autodocs documentation generator",
55
"bin": {
66
"autodocs": "dist/index.js"
@@ -27,7 +27,7 @@
2727
}
2828
},
2929
"dependencies": {
30-
"@opensyntaxhq/autodocs-core": "^1.0.0",
30+
"@opensyntaxhq/autodocs-core": "^2.0.0",
3131
"chalk": "^5.6.2",
3232
"chokidar": "^5.0.0",
3333
"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": "1.0.0",
3+
"version": "2.0.0",
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 = '1.0.0';
1+
export const VERSION = '2.0.0';

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": "1.0.0",
3+
"version": "2.0.0",
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": "^1.0.0"
48+
"@opensyntaxhq/autodocs-core": "^2.0.0"
4949
},
5050
"devDependencies": {
51-
"@opensyntaxhq/autodocs-core": "^1.0.0",
51+
"@opensyntaxhq/autodocs-core": "^2.0.0",
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": "1.0.0",
3+
"version": "2.0.0",
44
"license": "Apache-2.0",
55
"description": "Markdown guide plugin for Autodocs",
66
"repository": {
@@ -47,10 +47,10 @@
4747
"marked": "^17.0.1"
4848
},
4949
"peerDependencies": {
50-
"@opensyntaxhq/autodocs-core": "^1.0.0"
50+
"@opensyntaxhq/autodocs-core": "^2.0.0"
5151
},
5252
"devDependencies": {
53-
"@opensyntaxhq/autodocs-core": "^1.0.0",
53+
"@opensyntaxhq/autodocs-core": "^2.0.0",
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": "1.0.0",
3+
"version": "2.0.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)