Skip to content

Commit cf2dbb8

Browse files
committed
chore(prerelease): publish
1 parent d7d42f5 commit cf2dbb8

File tree

6 files changed

+20
-4
lines changed

6 files changed

+20
-4
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.0-alpha.1](https://github.com/IIBenII/backstage-plugin-dbt/compare/v0.3.0-alpha.0...v0.3.0-alpha.1) (2023-07-28)
7+
8+
### Features
9+
10+
- improve global bucket setup ([#107](https://github.com/IIBenII/backstage-plugin-dbt/issues/107)) ([d7d42f5](https://github.com/IIBenII/backstage-plugin-dbt/commit/d7d42f530b5825c0ccf10dca8ef8338f75a7470c))
11+
612
# [0.3.0-alpha.0](https://github.com/IIBenII/backstage-plugin-dbt/compare/v0.2.2...v0.3.0-alpha.0) (2023-07-27)
713

814
### Features

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-alpha.0"
5+
"version": "0.3.0-alpha.1"
66
}

packages/dbt-backend/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.0-alpha.1](https://github.com/IIBenII/backstage-plugin-dbt/compare/v0.3.0-alpha.0...v0.3.0-alpha.1) (2023-07-28)
7+
8+
**Note:** Version bump only for package @iiben_orgii/backstage-plugin-dbt-backend
9+
610
# [0.3.0-alpha.0](https://github.com/IIBenII/backstage-plugin-dbt/compare/v0.2.2...v0.3.0-alpha.0) (2023-07-27)
711

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

packages/dbt-backend/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-backend",
3-
"version": "0.3.0-alpha.0",
3+
"version": "0.3.0-alpha.1",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

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.0-alpha.1](https://github.com/IIBenII/backstage-plugin-dbt/compare/v0.3.0-alpha.0...v0.3.0-alpha.1) (2023-07-28)
7+
8+
### Features
9+
10+
- improve global bucket setup ([#107](https://github.com/IIBenII/backstage-plugin-dbt/issues/107)) ([d7d42f5](https://github.com/IIBenII/backstage-plugin-dbt/commit/d7d42f530b5825c0ccf10dca8ef8338f75a7470c))
11+
612
# [0.3.0-alpha.0](https://github.com/IIBenII/backstage-plugin-dbt/compare/v0.2.2...v0.3.0-alpha.0) (2023-07-27)
713

814
### Features

packages/dbt/package.json

Lines changed: 2 additions & 2 deletions
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-alpha.0",
3+
"version": "0.3.0-alpha.1",
44
"main": "dist/index.esm.js",
55
"types": "dist/index.d.ts",
66
"license": "Apache-2.0",
@@ -55,4 +55,4 @@
5555
"files": [
5656
"dist"
5757
]
58-
}
58+
}

0 commit comments

Comments
 (0)