Skip to content

Commit 40e6370

Browse files
committed
chore(release): publish
1 parent 84c141c commit 40e6370

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+
# [2.2.0](https://github.com/IIBenII/backstage-plugin-dbt/compare/v2.1.0...v2.2.0) (2024-05-27)
7+
8+
### Features
9+
10+
- Allow json files to be at root level ([#257](https://github.com/IIBenII/backstage-plugin-dbt/issues/257)) ([84c141c](https://github.com/IIBenII/backstage-plugin-dbt/commit/84c141ca2b30a004d3e61fed896fa5ac2890b99a))
11+
612
# [2.1.0](https://github.com/IIBenII/backstage-plugin-dbt/compare/v2.1.0-alpha.0...v2.1.0) (2024-05-17)
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
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"npmClient": "yarn",
4-
"version": "2.1.0"
4+
"version": "2.2.0"
55
}

packages/dbt-backend/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+
# [2.2.0](https://github.com/IIBenII/backstage-plugin-dbt/compare/v2.1.0...v2.2.0) (2024-05-27)
7+
8+
### Features
9+
10+
- Allow json files to be at root level ([#257](https://github.com/IIBenII/backstage-plugin-dbt/issues/257)) ([84c141c](https://github.com/IIBenII/backstage-plugin-dbt/commit/84c141ca2b30a004d3e61fed896fa5ac2890b99a))
11+
612
# [2.1.0](https://github.com/IIBenII/backstage-plugin-dbt/compare/v2.1.0-alpha.0...v2.1.0) (2024-05-17)
713

814
**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": "2.1.0",
3+
"version": "2.2.0",
44
"main": "dist/index.cjs.js",
55
"types": "dist/index.d.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)