Skip to content

Commit

Permalink
v2.3.0-rc.1 (#1839)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarski committed Apr 16, 2024
1 parent 3fb95c0 commit 8775cb0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 18 deletions.
4 changes: 2 additions & 2 deletions apps/mudita-center/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/mudita-center/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mudita-center",
"version": "2.2.8",
"version": "2.3.0-rc.1",
"description": "Mudita Center",
"main": "./dist/main.js",
"productName": "Mudita Center",
Expand Down
10 changes: 0 additions & 10 deletions libs/core/__deprecated__/renderer/constants/menu-elements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,6 @@ export interface MenuElement {
}

export const baseMenuElements: MenuElement[] = [
{
items: [
{
button: views[View.Onboarding],
icon: IconType.Send,
visibleOn: [DeviceType.MuditaPure, DeviceType.MuditaHarmony],
},
],
viewKey: View.Onboarding,
},
{
items: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export interface Props {
onTroubleshooting?: VoidFunction
}

const deviceNames = ["Harmony 1", "Harmony 2", "Pure", "Kompakt"]
const deviceNames = ["Harmony 1", "Harmony 2", "Pure"]

const OnboardingUI: FunctionComponent<Props> = ({
onCancel = noop,
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mudita-center",
"description": "Mudita Center",
"productName": "Mudita Center",
"version": "2.2.8",
"version": "2.3.0-rc.1",
"private": true,
"workspaces": {
"packages": [
Expand Down

0 comments on commit 8775cb0

Please sign in to comment.