Skip to content

Commit ba81f5b

Browse files
semantic-release-botciiay
authored andcommitted
chore(release): 1.3.2 [skip ci]
## [1.3.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30) ### Bug Fixes * **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543) * **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030)) ### Other changes * **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
1 parent bc35911 commit ba81f5b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

plugins/matomo/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## @janus-idp/backstage-plugin-matomo [1.3.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)
2+
3+
4+
5+
### Dependencies
6+
7+
* **@janus-idp/cli:** upgraded to 1.8.2
8+
19
## @janus-idp/backstage-plugin-matomo [1.3.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-25)
210

311

plugins/matomo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-matomo",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -47,7 +47,7 @@
4747
"@backstage/core-app-api": "1.12.3",
4848
"@backstage/dev-utils": "1.0.30",
4949
"@backstage/test-utils": "1.5.3",
50-
"@janus-idp/cli": "1.8.1",
50+
"@janus-idp/cli": "1.8.2",
5151
"@testing-library/jest-dom": "6.4.2",
5252
"@testing-library/react": "14.2.1",
5353
"@testing-library/user-event": "14.5.1",

0 commit comments

Comments
 (0)