Skip to content

Commit

Permalink
v7.3.0
Browse files Browse the repository at this point in the history
v7.3.0
  • Loading branch information
platschi authored Jun 23, 2023
2 parents 3eb8d26 + 1176b05 commit 0d58c0d
Show file tree
Hide file tree
Showing 1,836 changed files with 127,032 additions and 214,915 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": ["react-app", "plugin:@next/next/recommended"],
"plugins": ["prettier"],
"rules": {
"@next/next/no-html-link-for-pages": ["error", "packages/app/src/pages/"],
"react/react-in-jsx-scope": "off",
"prettier/prettier": "error",
"no-mixed-spaces-and-tabs": ["warn", "smart-tabs"],
Expand Down
11 changes: 9 additions & 2 deletions .github/workflows/sentry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,15 @@ jobs:
with:
node-version: 16.x

- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
version: 8
run_install: false

- name: Build code
run: npm i --legacy-peer-deps && npm run build && ls
run: pnpm i && cd packages/app && pnpm build

- name: Create Sentry release
uses: getsentry/action-release@v1
Expand All @@ -31,5 +38,5 @@ jobs:
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
with:
environment: production
sourcemaps: '.next'
sourcemaps: 'packages/app/.next'
ignore_missing: true
52 changes: 1 addition & 51 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,51 +1 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
.env

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage
lint-results.sarif

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
notes.md
.idea/

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local

.vercel

#lighthouse reports
.lighthouseci
lighthouse-desktop-report
lighthouse-mobile-report

#e2e-tests
tests/e2e/videos
tests/e2e/screenshots

# Vscode
.vscode

# typescript
tsconfig.tsbuildinfo
node_modules/
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# #!/bin/sh
# . "$(dirname "$0")/_/husky.sh"

npx lint-staged && npm run tsc
pnpm lint-staged && pnpm run check-types
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
build
public/static/charting_library
packages/app/public/static/charting_library
dist
10 changes: 5 additions & 5 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"useTabs": true,
"printWidth": 100,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
"useTabs": true,
"printWidth": 100,
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
}
30 changes: 0 additions & 30 deletions .storybook/main.js

This file was deleted.

35 changes: 0 additions & 35 deletions .storybook/preview.js

This file was deleted.

57 changes: 0 additions & 57 deletions __tests__/pages/market.test.tsx

This file was deleted.

64 changes: 0 additions & 64 deletions components/Badge/MarketBadge.tsx

This file was deleted.

1 change: 0 additions & 1 deletion components/Badge/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion components/BaseModal/index.ts

This file was deleted.

29 changes: 0 additions & 29 deletions components/Button/PencilButton.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions components/Button/index.ts

This file was deleted.

22 changes: 0 additions & 22 deletions components/Card/Card.tsx

This file was deleted.

20 changes: 0 additions & 20 deletions components/Card/CardBody.tsx

This file was deleted.

Loading

1 comment on commit 0d58c0d

@vercel
Copy link

@vercel vercel bot commented on 0d58c0d Jun 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kwenta – ./packages/app

kwenta.io
kwenta-kwenta.vercel.app
kwenta-git-main-kwenta.vercel.app

Please sign in to comment.