Skip to content

Commit

Permalink
chore: bump to 1.3.3 to be consistent with the new bundle we had to b…
Browse files Browse the repository at this point in the history
…ump to solve a OSBS release bug (RHIDP-4905, CLOUDDST-25254, SPMM-18427, SPMM-18409)

Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt committed Dec 10, 2024
1 parent f1b3adc commit dcd79d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "showcase-app",
"version": "1.3.2",
"version": "1.3.3",
"description": "Showcase E2E test",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.3.2",
"version": "1.3.3",
"private": true,
"engines": {
"node": "18 || 20"
Expand Down
4 changes: 2 additions & 2 deletions packages/app/src/build-metadata.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"title": "RHDH Metadata",
"card": [
"RHDH Version: 1.3.2",
"RHDH Version: 1.3.3",
"Backstage Version: 1.29.2",
"Last Commit: repo @ 2024-08-16T19:36:05Z"
"Last Commit: repo @ 2024-12-10T12:34:56Z"
]
}

0 comments on commit dcd79d7

Please sign in to comment.