Skip to content

Commit

Permalink
v0.3.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
n9-machine-user committed Sep 18, 2024
1 parent 6348b83 commit d7dfac0
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0-alpha.6](https://github.com/nobl9/nobl9-backstage-plugin/compare/v0.3.0-alpha.5...v0.3.0-alpha.6) (2024-09-18)

**Note:** Version bump only for package root





# [0.3.0-alpha.5](https://github.com/nobl9/nobl9-backstage-plugin/compare/v0.3.0-alpha.4...v0.3.0-alpha.5) (2024-09-18)

**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,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.3.0-alpha.5",
"version": "0.3.0-alpha.6",
"packages": [
"plugins/*"
],
Expand Down
8 changes: 8 additions & 0 deletions plugins/nobl9-backend-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0-alpha.6](https://github.com/nobl9/nobl9-backstage-plugin/compare/v0.3.0-alpha.5...v0.3.0-alpha.6) (2024-09-18)

**Note:** Version bump only for package @nobl9/nobl9-backstage-backend-plugin





# [0.3.0-alpha.5](https://github.com/nobl9/nobl9-backstage-plugin/compare/v0.3.0-alpha.4...v0.3.0-alpha.5) (2024-09-18)

**Note:** Version bump only for package @nobl9/nobl9-backstage-backend-plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/nobl9-backend-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nobl9/nobl9-backstage-backend-plugin",
"version": "0.3.0-alpha.5",
"version": "0.3.0-alpha.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "MPL-2.0",
Expand Down
8 changes: 8 additions & 0 deletions plugins/nobl9-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0-alpha.6](https://github.com/nobl9/nobl9-backstage-plugin/compare/v0.3.0-alpha.5...v0.3.0-alpha.6) (2024-09-18)

**Note:** Version bump only for package @nobl9/nobl9-backstage-plugin





# [0.3.0-alpha.5](https://github.com/nobl9/nobl9-backstage-plugin/compare/v0.3.0-alpha.4...v0.3.0-alpha.5) (2024-09-18)

**Note:** Version bump only for package @nobl9/nobl9-backstage-plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/nobl9-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nobl9/nobl9-backstage-plugin",
"version": "0.3.0-alpha.5",
"version": "0.3.0-alpha.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "MPL-2.0",
Expand Down

0 comments on commit d7dfac0

Please sign in to comment.