Skip to content

Commit

Permalink
1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
karamem0 committed Feb 1, 2023
1 parent ab1f3d1 commit 7ea47c7
Show file tree
Hide file tree
Showing 59 changed files with 2,968 additions and 2,459 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
VITE_APPLICATIONINSIGHTS_INSTRUMENTATION_KEY={{APPLICATIONINSIGHTS_INSTRUMENTATION_KEY}}
VITE_MSAL_AUTHORITY={{MSAL_AUTHORITY}}
VITE_MSAL_CLIENT_ID={{MSAL_CLIENT_ID}}
VITE_PUBLIC_URL={{PUBLIC_URL}}
1 change: 1 addition & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
$content = $content -replace "{{APPLICATIONINSIGHTS_INSTRUMENTATION_KEY}}", "${{secrets.APPLICATIONINSIGHTS_INSTRUMENTATION_KEY}}"
$content = $content -replace "{{MSAL_AUTHORITY}}", "${{secrets.MSAL_AUTHORITY}}"
$content = $content -replace "{{MSAL_CLIENT_ID}}", "${{secrets.MSAL_CLIENT_ID}}"
$content = $content -replace "{{PUBLIC_URL}}", "${{secrets.PUBLIC_URL}}"
Out-File -FilePath .env -InputObject $content -Encoding UTF8
- name: Build source
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
$content = $content -replace "{{APPLICATIONINSIGHTS_INSTRUMENTATION_KEY}}", "${{secrets.APPLICATIONINSIGHTS_INSTRUMENTATION_KEY}}"
$content = $content -replace "{{MSAL_AUTHORITY}}", "${{secrets.MSAL_AUTHORITY}}"
$content = $content -replace "{{MSAL_CLIENT_ID}}", "${{secrets.MSAL_CLIENT_ID}}"
$content = $content -replace "{{PUBLIC_URL}}", "${{secrets.PUBLIC_URL}}"
Out-File -FilePath .env -InputObject $content -Encoding UTF8
- name: Build source
run: |
Expand Down
14 changes: 12 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
<!DOCTYPE html>
<html>
<html lang="en">

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta name="author" content="karamem0">
<meta name="description" content="Online Markdown Editor for Microsoft 365">
<meta name="keywords" content="Markdown,Markdown Editor,Microsoft,Microsoft 365,Office 365,OneDrive">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@karamem0">
<meta name="twitter:creator" content="@karamem0">
<meta property="og:url" content="%VITE_PUBLIC_URL%" />
<meta property="og:title" content="Hitofude" />
<meta property="og:description" content="Online Markdown Editor for Microsoft 365" />
<meta property="og:image" content="%VITE_PUBLIC_URL%/assets/Books.svg" />
<title>Hitofude - Online Markdown Editor for Microsoft 365</title>
</head>

Expand Down
2,088 changes: 1,067 additions & 1,021 deletions package-lock.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hitofude",
"private": true,
"version": "1.0.0",
"version": "1.1.0",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
Expand All @@ -16,19 +16,19 @@
"@automapper/pojos": "^8.7.7",
"@azure/msal-browser": "^2.32.2",
"@azure/msal-react": "^1.5.2",
"@fluentui/react-components": "^9.11.0",
"@fluentui/react-icons-mdl2": "^1.3.29",
"@fluentui/react-icons-mdl2-branded": "^1.2.30",
"@fluentui/react-components": "^9.13.0",
"@fluentui/react-icons-mdl2": "^1.3.30",
"@fluentui/react-icons-mdl2-branded": "^1.2.31",
"@microsoft/applicationinsights-react-js": "^3.4.0",
"@microsoft/applicationinsights-web": "^2.8.9",
"@microsoft/microsoft-graph-client": "^3.0.4",
"@microsoft/microsoft-graph-client": "^3.0.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.42.1",
"react-intl": "^6.2.5",
"react-hook-form": "^7.43.0",
"react-intl": "^6.2.7",
"react-markdown": "^8.0.5",
"react-router-dom": "^6.6.1",
"react-router-dom": "^6.8.0",
"react-use": "^17.4.0",
"remark-gfm": "^3.0.1",
"ress": "^5.0.2"
Expand All @@ -43,24 +43,24 @@
"@stylelint/postcss-css-in-js": "^0.38.0",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@vitejs/plugin-react": "^2.2.0",
"babel-plugin-react-intl-auto": "^3.3.0",
"eslint": "^8.32.0",
"eslint": "^8.33.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-hooks": "^0.4.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"extract-react-intl-messages": "^4.1.1",
"postcss": "^8.4.21",
"postcss-scss": "^4.0.6",
"sass": "^1.57.1",
"sass": "^1.58.0",
"stylelint": "^14.16.1",
"stylelint-config-recess-order": "^3.1.0",
"stylelint-config-standard-scss": "^6.1.0",
"typescript": "^4.9.4",
"typescript": "^4.9.5",
"vite": "^3.2.5"
},
"volta": {
Expand Down
1 change: 0 additions & 1 deletion public/assets/Exploring.svg

This file was deleted.

Loading

0 comments on commit 7ea47c7

Please sign in to comment.