Skip to content

Commit

Permalink
chore: Release v0.0.1-alpha.8 (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed Aug 30, 2024
2 parents 7bf6aae + b05a965 commit 88480e3
Show file tree
Hide file tree
Showing 152 changed files with 6,795 additions and 2,383 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
tag_version:
description: "Tag Version"
required: true
# https://docs.github.com/en/enterprise-cloud@latest/actions/writing-workflows/choosing-what-your-workflow-does/control-the-concurrency-of-workflows-and-jobs
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
env:
VITE_WEB_URL: ${{ vars.VITE_WEB_URL }}
VITE_API_URL: ${{ vars.VITE_API_URL }}
Expand All @@ -28,8 +32,18 @@ jobs:
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- name: Check out Git repository Fully
uses: actions/checkout@v4
if: github.event.inputs.tag_version != '' || github.ref_type == 'tag'
with:
fetch-depth: 0
lfs: true
- name: Check out Git repository
uses: actions/checkout@v4
if: github.event.inputs.tag_version == '' && github.ref_type != 'tag'
with:
fetch-depth: 1
lfs: true

- name: Cache pnpm modules
uses: actions/cache@v4
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
branches: [main]

name: CI Typecheck and Lint

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Lint and Typecheck
Expand Down
89 changes: 88 additions & 1 deletion CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions electron.vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export default defineConfig({
"@env": resolve("./src/env.ts"),
},
},

plugins: [
react(),
sentryVitePlugin({
Expand All @@ -61,6 +62,7 @@ export default defineConfig({
],
build: {
sourcemap: !!process.env.CI,
target: "esnext",
},
define: {
APP_VERSION: JSON.stringify(pkg.version),
Expand Down
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default defineConfig(
rules: {
"unicorn/prefer-math-trunc": "off",
"@eslint-react/no-clone-element": 0,
"no-restricted-syntax": 0,
"no-restricted-globals": [
"error",
{
Expand Down
1 change: 1 addition & 0 deletions icons/mgc/AZ_sort_ascending_letters_cute_re.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/mgc/AZ_sort_descending_letters_cute_re.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/mgc/department_cute_re.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/mgc/heart_hand_cute_re.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/mgc/list_collapse_cute_re.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/mgc/list_expansion_cute_re.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/mgc/loading_3_cute_li.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/mgc/sort_ascending_cute_re.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/mgc/sort_descending_cute_re.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/mgc/voice_cute_re.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Follow",
"type": "module",
"version": "0.0.1-alpha.7",
"version": "0.0.1-alpha.8",
"private": true,
"packageManager": "pnpm@9.7.1",
"description": "Next generation information browser",
Expand All @@ -23,6 +23,7 @@
"dev:web": "vite",
"lint": "eslint",
"lint:fix": "eslint --fix",
"polyfill-optimize": "pnpx nolyfill install",
"prepare": "pnpm exec simple-git-hooks && shx test -f .env || shx cp .env.example .env",
"publish": "electron-vite build --outDir=dist && electron-forge publish",
"start": "electron-vite preview",
Expand All @@ -48,6 +49,7 @@
"@radix-ui/react-context-menu": "2.2.1",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-dropdown-menu": "2.1.1",
"@radix-ui/react-hover-card": "1.1.1",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-popover": "1.1.1",
"@radix-ui/react-radio-group": "1.2.0",
Expand All @@ -70,6 +72,7 @@
"@tanstack/react-query-persist-client": "5.52.0",
"@use-gesture/react": "10.3.1",
"@yornaath/batshit": "0.10.1",
"bufferutil": "4.0.8",
"builder-util-runtime": "9.2.5-alpha.3",
"class-variance-authority": "0.7.0",
"click-to-react-component": "1.1.0",
Expand All @@ -88,13 +91,15 @@
"franc-min": "6.2.0",
"fuse.js": "7.0.0",
"hast-util-to-jsx-runtime": "2.3.0",
"hast-util-to-text": "4.0.2",
"idb-keyval": "6.2.1",
"immer": "10.1.1",
"jotai": "2.9.3",
"lethargy": "1.0.9",
"linkedom": "^0.18.4",
"lodash-es": "4.17.21",
"lowdb": "7.0.1",
"msedge-tts": "1.3.4",
"nanoid": "5.0.7",
"ofetch": "1.3.4",
"path-to-regexp": "7.1.0",
Expand All @@ -108,6 +113,7 @@
"react-intersection-observer": "9.13.0",
"react-resizable-layout": "0.7.2",
"react-router-dom": "6.26.1",
"react-shadow": "20.5.0",
"react-virtuoso": "4.10.1",
"rehype-infer-description-meta": "2.0.0",
"rehype-parse": "9.0.0",
Expand All @@ -127,6 +133,7 @@
"unified": "11.0.5",
"use-context-selector": "2.0.0",
"usehooks-ts": "3.1.0",
"utf-8-validate": "6.0.4",
"vfile": "6.0.2",
"vscode-languagedetection": "npm:@vscode/vscode-languagedetection@^1.0.22",
"zod": "3.23.8",
Expand All @@ -151,9 +158,10 @@
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@vercel/ncc": "0.38.1",
"@vitejs/plugin-legacy": "5.4.2",
"@vitejs/plugin-react": "^4.3.1",
"drizzle-orm": "0.32.2",
"electron": "^30.4.0",
"electron": "32.0.1",
"electron-devtools-installer": "3.2.0",
"electron-packager-languages": "0.5.0",
"electron-vite": "^2.3.0",
Expand Down Expand Up @@ -186,6 +194,10 @@
"@mozilla/readability@0.5.0": "patches/@mozilla__readability@0.5.0.patch",
"re-resizable@6.9.17": "patches/re-resizable@6.9.17.patch",
"hono": "patches/hono.patch"
},
"overrides": {
"is-core-module": "npm:@nolyfill/is-core-module@^1",
"isarray": "npm:@nolyfill/isarray@^1"
}
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit 88480e3

Please sign in to comment.