Skip to content

Commit 029bdc3

Browse files
chore(release): publish v0.11.0
1 parent 67bbea3 commit 029bdc3

File tree

10 files changed

+54
-8
lines changed

10 files changed

+54
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.11.0](https://github.com/b1ff/atlassian-dc-mcp/compare/v0.10.2...v0.11.0) (2026-03-09)
7+
8+
9+
### Features
10+
11+
* **bitbucket:** add pending comment support and submitPullRequestReview tool ([0bd74c2](https://github.com/b1ff/atlassian-dc-mcp/commit/0bd74c2243524a5e8a9f7f7c464a01e18e9db884))
12+
13+
14+
15+
16+
617
## [0.10.2](https://github.com/b1ff/atlassian-dc-mcp/compare/v0.10.1...v0.10.2) (2026-03-09)
718

819
**Note:** Version bump only for package atlassian-dc-mcp

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.10.2",
3+
"version": "0.11.0",
44
"packages": [
55
"packages/*"
66
],

packages/bitbucket/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.11.0](https://github.com/b1ff/atlassian-dc-mcp/compare/v0.10.2...v0.11.0) (2026-03-09)
7+
8+
9+
### Features
10+
11+
* **bitbucket:** add pending comment support and submitPullRequestReview tool ([0bd74c2](https://github.com/b1ff/atlassian-dc-mcp/commit/0bd74c2243524a5e8a9f7f7c464a01e18e9db884))
12+
13+
14+
15+
16+
617
## [0.10.2](https://github.com/b1ff/atlassian-dc-mcp/compare/v0.10.1...v0.10.2) (2026-03-09)
718

819
**Note:** Version bump only for package @atlassian-dc-mcp/bitbucket

packages/bitbucket/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atlassian-dc-mcp/bitbucket",
3-
"version": "0.10.2",
3+
"version": "0.11.0",
44
"main": "build/index.js",
55
"type": "module",
66
"bin": "./bin/run.js",
@@ -14,7 +14,7 @@
1414
"test": "jest"
1515
},
1616
"dependencies": {
17-
"@atlassian-dc-mcp/common": "^0.10.2",
17+
"@atlassian-dc-mcp/common": "^0.11.0",
1818
"@modelcontextprotocol/sdk": "^1.27.1",
1919
"dotenv": "^16.4.7",
2020
"node-fetch": "^3.3.2",

packages/common/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.11.0](https://github.com/b1ff/atlassian-dc-mcp/compare/v0.10.2...v0.11.0) (2026-03-09)
7+
8+
**Note:** Version bump only for package @atlassian-dc-mcp/common
9+
10+
11+
12+
13+
614
## [0.10.2](https://github.com/b1ff/atlassian-dc-mcp/compare/v0.10.1...v0.10.2) (2026-03-09)
715

816
**Note:** Version bump only for package @atlassian-dc-mcp/common

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atlassian-dc-mcp/common",
3-
"version": "0.10.2",
3+
"version": "0.11.0",
44
"main": "build/index.js",
55
"type": "module",
66
"private": false,

packages/confluence/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.11.0](https://github.com/b1ff/atlassian-dc-mcp/compare/v0.10.2...v0.11.0) (2026-03-09)
7+
8+
**Note:** Version bump only for package @atlassian-dc-mcp/confluence
9+
10+
11+
12+
13+
614
## [0.10.2](https://github.com/b1ff/atlassian-dc-mcp/compare/v0.10.1...v0.10.2) (2026-03-09)
715

816
**Note:** Version bump only for package @atlassian-dc-mcp/confluence

packages/confluence/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atlassian-dc-mcp/confluence",
3-
"version": "0.10.2",
3+
"version": "0.11.0",
44
"main": "build/index.js",
55
"type": "module",
66
"bin": "./bin/run.js",
@@ -14,7 +14,7 @@
1414
"test": "jest --passWithNoTests"
1515
},
1616
"dependencies": {
17-
"@atlassian-dc-mcp/common": "^0.10.2",
17+
"@atlassian-dc-mcp/common": "^0.11.0",
1818
"@modelcontextprotocol/sdk": "^1.27.1",
1919
"dotenv": "^16.4.7",
2020
"node-fetch": "^3.3.2",

packages/jira/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.11.0](https://github.com/b1ff/atlassian-dc-mcp/compare/v0.10.2...v0.11.0) (2026-03-09)
7+
8+
**Note:** Version bump only for package @atlassian-dc-mcp/jira
9+
10+
11+
12+
13+
614
## [0.10.2](https://github.com/b1ff/atlassian-dc-mcp/compare/v0.10.1...v0.10.2) (2026-03-09)
715

816
**Note:** Version bump only for package @atlassian-dc-mcp/jira

packages/jira/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atlassian-dc-mcp/jira",
3-
"version": "0.10.2",
3+
"version": "0.11.0",
44
"main": "build/index.js",
55
"type": "module",
66
"bin": "./bin/run.js",
@@ -15,7 +15,7 @@
1515
"test": "jest"
1616
},
1717
"dependencies": {
18-
"@atlassian-dc-mcp/common": "^0.10.2",
18+
"@atlassian-dc-mcp/common": "^0.11.0",
1919
"@modelcontextprotocol/sdk": "^1.27.1",
2020
"dotenv": "^16.4.7",
2121
"zod": "^3.24.2"

0 commit comments

Comments
 (0)