Skip to content

Commit

Permalink
update api version
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
Revyn112 committed Nov 6, 2023
1 parent abd3cdf commit 2bcf949
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .github/CHANGELOG.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@


releases:
- name: 1.4.2
changes:
- title: Update API Client
categories: [ Core ]
authors: [ Revyn112 ]
- name: 1.4.0
changes:
- title: Change Discord Support Url
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "headwind-installer",
"productName": "Headwind Installer",
"version": "1.4.1",
"version": "1.4.2",
"description": "Desktop application to install and customize Headwind addons",
"configUrls": {
"production": "https://cdn.headwindsim.net/installer/config/production.json",
Expand Down Expand Up @@ -110,7 +110,7 @@
"@ant-design/icons": "^4.4.0",
"@flybywiresim/fragmenter": "^0.7.4",
"@flybywiresim/react-components": "^0.2.5",
"@headwindsimulations/api-client": "^1.0.0",
"@headwindsimulations/api-client": "^1.1.0",
"@reduxjs/toolkit": "^1.7.1",
"@sentry/cli": "^2.5.0",
"@sentry/electron": "^3.0.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "./index.css";
import { Addon } from "renderer/utils/InstallerConfiguration";
import { useInView } from "react-intersection-observer";
import { ReleaseData } from "renderer/redux/types";
import { GitVersions } from "@flybywiresim/api-client";
import { GitVersions } from "@headwindsimulations/api-client";
import { addReleases } from "renderer/redux/features/releaseNotes";
import { useSetting } from 'common/settings';
import dateFormat from 'dateformat';
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/App/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import SimpleBar from 'simplebar-react';
import { Logo } from "renderer/components/Logo";
import { SettingsSection } from 'renderer/components/SettingsSection';
import { DebugSection } from 'renderer/components/DebugSection';
import { GitVersions } from "@flybywiresim/api-client";
import { GitVersions } from "@headwindsimulations/api-client";
import { DataCache } from '../../utils/DataCache';
import InstallerUpdate from "renderer/components/InstallerUpdate";
import { WindowButtons } from "renderer/components/WindowActionButtons";
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import channels from "common/channels";
import { MemoryRouter } from 'react-router-dom';
import { store } from "renderer/redux/store";
import { setConfiguration } from './redux/features/configuration';
import { GitVersions } from "@flybywiresim/api-client";
import { GitVersions } from "@headwindsimulations/api-client";
import { addReleases } from "renderer/redux/features/releaseNotes";
import { ModalProvider } from "renderer/components/Modal";
import { setSentrySessionID } from "renderer/redux/features/sentrySessionID";
Expand Down

0 comments on commit 2bcf949

Please sign in to comment.