Skip to content

Commit e80d30c

Browse files
committed
chore(release): publish
1 parent 41b428d commit e80d30c

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.1](https://github.com/IIBenII/backstage-plugin-dbt/compare/v0.3.0...v0.3.1) (2023-07-28)
7+
8+
### Bug Fixes
9+
10+
- isDBTAvailable not working when global bucket is set ([#108](https://github.com/IIBenII/backstage-plugin-dbt/issues/108)) ([41b428d](https://github.com/IIBenII/backstage-plugin-dbt/commit/41b428de39da31072254e70513f909bc7eae585f))
11+
612
# [0.3.0](https://github.com/IIBenII/backstage-plugin-dbt/compare/v0.3.0-alpha.1...v0.3.0) (2023-07-28)
713

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
44
"npmClient": "yarn",
5-
"version": "0.3.0"
5+
"version": "0.3.1"
66
}

packages/dbt/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.1](https://github.com/IIBenII/backstage-plugin-dbt/compare/v0.3.0...v0.3.1) (2023-07-28)
7+
8+
### Bug Fixes
9+
10+
- isDBTAvailable not working when global bucket is set ([#108](https://github.com/IIBenII/backstage-plugin-dbt/issues/108)) ([41b428d](https://github.com/IIBenII/backstage-plugin-dbt/commit/41b428de39da31072254e70513f909bc7eae585f))
11+
612
# [0.3.0](https://github.com/IIBenII/backstage-plugin-dbt/compare/v0.3.0-alpha.1...v0.3.0) (2023-07-28)
713

814
**Note:** Version bump only for package @iiben_orgii/backstage-plugin-dbt

packages/dbt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iiben_orgii/backstage-plugin-dbt",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"main": "dist/index.esm.js",
55
"types": "dist/index.d.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)