Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomuso committed Oct 15, 2024
1 parent 4703193 commit 4a72cae
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.6.1](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.6.0...v6.6.1) (2024-10-15)

### Bug Fixes

- Update CODEOWNERS parsing to align to Gitlab's official username regex ([1f5a62a](https://github.com/immobiliare/backstage-plugin-gitlab/commit/1f5a62a3f533bed521becf88407e32d420304a3a))

### Features

- updating the initial contributors ([9279f70](https://github.com/immobiliare/backstage-plugin-gitlab/commit/9279f70068106e407dc25ffb2f65f8801bb20e28))

# [6.6.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.6.0-alpha.0...v6.6.0) (2024-07-23)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "yarn",
"version": "6.6.0"
"version": "6.6.1"
}
6 changes: 6 additions & 0 deletions packages/gitlab/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.6.1](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.6.0...v6.6.1) (2024-10-15)

### Bug Fixes

- Update CODEOWNERS parsing to align to Gitlab's official username regex ([1f5a62a](https://github.com/immobiliare/backstage-plugin-gitlab/commit/1f5a62a3f533bed521becf88407e32d420304a3a))

# [6.6.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.6.0-alpha.0...v6.6.0) (2024-07-23)

**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-gitlab
Expand Down
2 changes: 1 addition & 1 deletion packages/gitlab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@immobiliarelabs/backstage-plugin-gitlab",
"version": "6.6.0",
"version": "6.6.1",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 4a72cae

Please sign in to comment.