Skip to content

Commit

Permalink
chore(release): 2.0.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-next.1](v1.1.0-next.1...v2.0.0-next.1) (2023-01-10)

### Bug Fixes

* **api:** code owner api ([bd0ab22](bd0ab22))
* default filepath ([46bf66c](46bf66c))
* formatted durations ([66000a8](66000a8))
* moved get owners details in getCodeOwners ([73b29d3](73b29d3))
* **PeopleCard:** moved link right to title ([d1eb225](d1eb225))
* tsc build errors ([5db5e6d](5db5e6d))

### Features

* added bottom links for cards and links in avatars ([26551d6](26551d6))
* added code ownership ([d093713](d093713))
* added codeowners annotation and new configuration variables ([279ea26](279ea26))
* **PeopleCard:** Changed from contributors to people card ([d52e4a6](d52e4a6))

### BREAKING CHANGES

* **PeopleCard:** contributor card was removed and converted into people card
  • Loading branch information
semantic-release-bot committed Jan 10, 2023
1 parent 46bf66c commit 5804c81
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# [2.0.0-next.1](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v1.1.0-next.1...v2.0.0-next.1) (2023-01-10)


### Bug Fixes

* **api:** code owner api ([bd0ab22](https://github.com/immobiliare/backstage-plugin-gitlab/commit/bd0ab226711a2e2648f482456b68c660468c0351))
* default filepath ([46bf66c](https://github.com/immobiliare/backstage-plugin-gitlab/commit/46bf66c5baec3f993b616300376ec66fe6dca441))
* formatted durations ([66000a8](https://github.com/immobiliare/backstage-plugin-gitlab/commit/66000a86fb8969e414e2084b945b521cb1d66e2f))
* moved get owners details in getCodeOwners ([73b29d3](https://github.com/immobiliare/backstage-plugin-gitlab/commit/73b29d3596c4ed6802826903ddac0855bf208c03))
* **PeopleCard:** moved link right to title ([d1eb225](https://github.com/immobiliare/backstage-plugin-gitlab/commit/d1eb2255da6b4088ebc5815e4a407182c2962a00))
* tsc build errors ([5db5e6d](https://github.com/immobiliare/backstage-plugin-gitlab/commit/5db5e6d482b16f7d0d689cc3fbffe16c2c313607))


### Features

* added bottom links for cards and links in avatars ([26551d6](https://github.com/immobiliare/backstage-plugin-gitlab/commit/26551d6d04307b5fd487b2f4921036767c212ee6))
* added code ownership ([d093713](https://github.com/immobiliare/backstage-plugin-gitlab/commit/d093713b42e815596d81b0a91ea3a6d277d2eb51))
* added codeowners annotation and new configuration variables ([279ea26](https://github.com/immobiliare/backstage-plugin-gitlab/commit/279ea266a8deb95ada2d10fb1826ee61e63135d3))
* **PeopleCard:** Changed from contributors to people card ([d52e4a6](https://github.com/immobiliare/backstage-plugin-gitlab/commit/d52e4a657cc0974b19adcb7bfae9295fa68396ae))


### BREAKING CHANGES

* **PeopleCard:** contributor card was removed and converted into people card

# [1.1.0-next.2](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v1.1.0-next.1...v1.1.0-next.2) (2023-01-10)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@immobiliarelabs/backstage-plugin-gitlab",
"version": "1.1.0-next.2",
"version": "2.0.0-next.1",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 5804c81

Please sign in to comment.