Skip to content

Commit

Permalink
Fix work hub title (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimdalen authored May 1, 2022
1 parent b839b6d commit 1e05660
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 5 deletions.
10 changes: 9 additions & 1 deletion .azext/changelog-cache.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"issues": [],
"pullRequests": []
"pullRequests": [
{
"id": 924981366,
"number": 14,
"submitter": "joachimdalen",
"title": "Fix work hub title",
"url": "https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/14"
}
]
}
19 changes: 18 additions & 1 deletion .azext/changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
[
{
"publishDate": "01-05-2022",
"publishDate": "2022-05-01",
"version": "1.0.1",
"modules": [
{
"name": "work-hub",
"version": "1.0.1",
"changes": [
{
"type": "fix",
"description": "Fix wrong title on work hub",
"pullRequest": 14
}
]
}
]
},
{
"publishDate": "2022-05-01",
"version": "1.0.0",
"sections": {
"summary": [{ "type": "text", "content": "Initial release" }]
Expand Down
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog

## 1.0.0 (01-05-2022)
## 1.0.1 (2022-05-01)

### 🐛 Fixes (1)

#### `work-hub@1.0.1`

- Fix wrong title on work hub
- Fixed in [PR#14 - Fix work hub title](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/14)

---

## 1.0.0 (2022-05-01)

**✏️ Release summary**

Expand Down
2 changes: 1 addition & 1 deletion src/work-hub/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 0
"Patch": 1
}
}
2 changes: 1 addition & 1 deletion vss-extension.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"type": "ms.vss-web.hub-group",
"targets": ["ms.vss-web.project-hub-groups-collection"],
"properties": {
"name": "Acceptance Criterias (QA)",
"name": "Acceptance Criterias",
"order": 100,
"icon": {
"light": "dist/assets/hub-group-icon.png",
Expand Down

0 comments on commit 1e05660

Please sign in to comment.