Skip to content

Commit 6b66bf7

Browse files
chore: bump pre-release version to 3.1.58
1 parent ca1e65b commit 6b66bf7

File tree

16 files changed

+28
-28
lines changed

16 files changed

+28
-28
lines changed

.github/plugin/marketplace.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "hve-core",
33
"metadata": {
44
"description": "HVE Core",
5-
"version": "3.1.46",
5+
"version": "3.1.58",
66
"pluginRoot": "./plugins"
77
},
88
"owner": {
@@ -13,73 +13,73 @@
1313
"name": "ado",
1414
"source": "ado",
1515
"description": "Azure DevOps work item management, build monitoring, and pull request creation",
16-
"version": "3.1.46"
16+
"version": "3.1.58"
1717
},
1818
{
1919
"name": "code-review",
2020
"source": "code-review",
2121
"description": "Pre-PR code review agents for functional correctness, error handling, edge cases, and testing gaps",
22-
"version": "3.1.46"
22+
"version": "3.1.58"
2323
},
2424
{
2525
"name": "coding-standards",
2626
"source": "coding-standards",
2727
"description": "Language-specific coding instructions for bash, Bicep, C#, PowerShell, Python, and Terraform projects",
28-
"version": "3.1.46"
28+
"version": "3.1.58"
2929
},
3030
{
3131
"name": "data-science",
3232
"source": "data-science",
3333
"description": "Data specification generation, Jupyter notebooks, and Streamlit dashboards",
34-
"version": "3.1.46"
34+
"version": "3.1.58"
3535
},
3636
{
3737
"name": "design-thinking",
3838
"source": "design-thinking",
3939
"description": "Design Thinking coaching identity, quality constraints, and methodology instructions for AI-enhanced design thinking across nine methods",
40-
"version": "3.1.46"
40+
"version": "3.1.58"
4141
},
4242
{
4343
"name": "experimental",
4444
"source": "experimental",
4545
"description": "Experimental and preview artifacts not yet promoted to stable collections",
46-
"version": "3.1.46"
46+
"version": "3.1.58"
4747
},
4848
{
4949
"name": "github",
5050
"source": "github",
5151
"description": "GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts",
52-
"version": "3.1.46"
52+
"version": "3.1.58"
5353
},
5454
{
5555
"name": "hve-core",
5656
"source": "hve-core",
5757
"description": "HVE Core RPI (Research, Plan, Implement, Review) workflow with Git commit, merge, setup, and pull request prompts",
58-
"version": "3.1.46"
58+
"version": "3.1.58"
5959
},
6060
{
6161
"name": "hve-core-all",
6262
"source": "hve-core-all",
6363
"description": "Full bundle of all stable HVE Core agents, prompts, instructions, and skills",
64-
"version": "3.1.46"
64+
"version": "3.1.58"
6565
},
6666
{
6767
"name": "installer",
6868
"source": "installer",
6969
"description": "Interactive installer agent for deploying HVE Core artifacts across workspace configurations",
70-
"version": "3.1.46"
70+
"version": "3.1.58"
7171
},
7272
{
7373
"name": "project-planning",
7474
"source": "project-planning",
7575
"description": "PRDs, BRDs, ADRs, and architecture diagrams",
76-
"version": "3.1.46"
76+
"version": "3.1.58"
7777
},
7878
{
7979
"name": "security-planning",
8080
"source": "security-planning",
8181
"description": "Security plan creation, incident response, and risk assessment",
82-
"version": "3.1.46"
82+
"version": "3.1.58"
8383
}
8484
]
8585
}

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.1.46"
2+
".": "3.1.58"
33
}

extension/templates/package.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"workspace",
66
"ui"
77
],
8-
"version": "3.1.46",
8+
"version": "3.1.58",
99
"description": "AI-powered chat agents, prompts, and instructions for hybrid virtual environments",
1010
"publisher": "ise-hve-essentials",
1111
"repository": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hve-core",
3-
"version": "3.1.46",
3+
"version": "3.1.58",
44
"description": "HVE Core",
55
"private": true,
66
"scripts": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "ado",
33
"description": "Azure DevOps work item management, build monitoring, and pull request creation",
4-
"version": "3.1.46"
4+
"version": "3.1.58"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "code-review",
33
"description": "Pre-PR code review agents for functional correctness, error handling, edge cases, and testing gaps",
4-
"version": "3.1.46"
4+
"version": "3.1.58"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "coding-standards",
33
"description": "Language-specific coding instructions for bash, Bicep, C#, PowerShell, Python, and Terraform projects",
4-
"version": "3.1.46"
4+
"version": "3.1.58"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "data-science",
33
"description": "Data specification generation, Jupyter notebooks, and Streamlit dashboards",
4-
"version": "3.1.46"
4+
"version": "3.1.58"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "design-thinking",
33
"description": "Design Thinking coaching identity, quality constraints, and methodology instructions for AI-enhanced design thinking across nine methods",
4-
"version": "3.1.46"
4+
"version": "3.1.58"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "experimental",
33
"description": "Experimental and preview artifacts not yet promoted to stable collections",
4-
"version": "3.1.46"
4+
"version": "3.1.58"
55
}

0 commit comments

Comments
 (0)