Skip to content

Commit 40fbacd

Browse files
authored
Merge pull request #16 from DXHeroes/release-please--branches--main
chore: release main
2 parents bf4d8c1 + 9c60dd8 commit 40fbacd

File tree

9 files changed

+39
-9
lines changed

9 files changed

+39
-9
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
".": "0.3.6",
3-
"core/http-client": "0.1.1",
4-
"core/typescript-config": "0.1.1",
5-
"packages/jira": "0.2.1"
2+
".": "0.3.7",
3+
"core/http-client": "0.1.2",
4+
"core/typescript-config": "0.1.2",
5+
"packages/jira": "0.2.2"
66
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.7](https://github.com/DXHeroes/mcp-devtools/compare/mcp-devtools-v0.3.6...mcp-devtools-v0.3.7) (2025-03-08)
4+
5+
6+
### Bug Fixes
7+
8+
* test ([bf4d8c1](https://github.com/DXHeroes/mcp-devtools/commit/bf4d8c1ff5e82f61b0b7faf00b3c742a1888e226))
9+
310
## [0.3.6](https://github.com/DXHeroes/mcp-devtools/compare/mcp-devtools-v0.3.5...mcp-devtools-v0.3.6) (2025-03-08)
411

512

core/http-client/core/http-client/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/DXHeroes/mcp-devtools/compare/http-client-v0.1.1...http-client-v0.1.2) (2025-03-08)
4+
5+
6+
### Bug Fixes
7+
8+
* test ([bf4d8c1](https://github.com/DXHeroes/mcp-devtools/commit/bf4d8c1ff5e82f61b0b7faf00b3c742a1888e226))
9+
310
## [0.1.1](https://github.com/DXHeroes/mcp-devtools/compare/http-client-v0.1.0...http-client-v0.1.1) (2025-03-08)
411

512

core/http-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcp-devtools/http-client",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Simple HTTP client for MCP servers",
55
"main": "src/index.ts",
66
"types": "src/types.ts",

core/typescript-config/core/typescript-config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/DXHeroes/mcp-devtools/compare/typescript-config-v0.1.1...typescript-config-v0.1.2) (2025-03-08)
4+
5+
6+
### Bug Fixes
7+
8+
* test ([bf4d8c1](https://github.com/DXHeroes/mcp-devtools/commit/bf4d8c1ff5e82f61b0b7faf00b3c742a1888e226))
9+
310
## [0.1.1](https://github.com/DXHeroes/mcp-devtools/compare/typescript-config-v0.1.0...typescript-config-v0.1.1) (2025-03-08)
411

512

core/typescript-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcp-devtools/typescript-config",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Shared TypeScript configuration for MCP projects",
55
"main": "tsconfig.base.json",
66
"files": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-devtools",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"description": "MCP DevTools for Cursor and other IDEs",
55
"private": true,
66
"type": "module",

packages/jira/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "@mcp-devtools/jira",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Talk to Jira - MCP Server",
55
"private": false,
66
"bin": {
77
"mcp-jira": "./build/index.js"
88
},
9-
"files": ["build"],
9+
"files": [
10+
"build"
11+
],
1012
"scripts": {
1113
"build": "tsc && node -e \"fs.chmodSync('build/index.js', '755')\"",
1214
"prepare": "pnpm run build",

packages/jira/packages/jira/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/DXHeroes/mcp-devtools/compare/jira-v0.2.1...jira-v0.2.2) (2025-03-08)
4+
5+
6+
### Bug Fixes
7+
8+
* test ([bf4d8c1](https://github.com/DXHeroes/mcp-devtools/commit/bf4d8c1ff5e82f61b0b7faf00b3c742a1888e226))
9+
310
## [0.2.1](https://github.com/DXHeroes/mcp-devtools/compare/jira-v0.2.0...jira-v0.2.1) (2025-03-07)
411

512

0 commit comments

Comments
 (0)