Skip to content

Commit a245c47

Browse files
authored
Fix: Fixing annotation error in FME plugin and updating version (#160)
* fixed error message * fixed misspelling * prettier fix * fixed package issue * fixed package issue
1 parent 3661d24 commit a245c47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@harnessio/backstage-plugin-harness-chaos": "^0.2.0",
4646
"@harnessio/backstage-plugin-harness-iacm": "0.3.0",
4747
"@harnessio/backstage-plugin-harness-ccm": "^0.1.0",
48-
"@harnessio/backstage-plugin-fme-feature-flags": "^0.1.0",
48+
"@harnessio/backstage-plugin-fme-feature-flags": "^0.2.0",
4949
"@material-ui/core": "^4.12.2",
5050
"@material-ui/icons": "^4.9.1",
5151
"history": "^5.0.0",

plugins/harness-fme-feature-flags/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@harnessio/backstage-plugin-fme-feature-flags",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)