Skip to content

Commit

Permalink
fix: updates to changelog and workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
diballesteros committed Apr 10, 2024
1 parent aaaf0c1 commit 37ff784
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: yarn test --ci --coverage

- name: ✅ Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
env:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: ✅ Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
env:
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: ✅ Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
env:
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: ✅ Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
env:
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: ✅ Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
env:
Expand Down
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## Version 5.6.0

🚀 New features

- Added delete button for account

🐛 Bug Fix

- Fixed encounter list for USUM
- Fixed movesets for Totem Gumshoos in USUM
- Fixed levels for Olivia in SM

🏠 Internal

- Bumped @supabase/supabase-js to 2.42.0
- Bumped react-toastify to 10.0.5
- Bumped @cypress/code-coverage to 3.12.34
- Bumped @testing-library/user-event to 14.5.2
- Bumped @types/node to 20.12.7
- Bumped @types/react to 18.2.75
- Bumped eslint-plugin-import to 2.29.1
- Bumped eslint-plugin-jsx-a11y to 6.8.0
- Bumped eslint-plugin-prettier to 5.1.3
- Bumped eslint-plugin-react to 7.34.1
- Bumped prettier to 3.2.5
- Bumped cypress to 13.7.2

## Version 5.5.0

🐛 Bug Fix
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nuzlocke",
"author": "Diego Ballesteros Castellanos",
"description": "Nuzlocke tracker to record encounters with detailed information",
"version": "5.5.0",
"version": "5.6.0",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/diballesteros/nuzlocke/issues"
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"scripts": {
"analyze": "source-map-explorer ''build/static/js/*.js'",
"start": "react-scripts start",
"start": "react-scripts --openssl-legacy-provider start",
"httpss": "HTTPS=true react-scripts start",
"develop:ci": "CHOKIDAR_USEPOLLING=1 react-scripts -r @cypress/instrument-cra start --config-file=cypress.config.ts",
"build": "react-scripts build",
Expand Down

0 comments on commit 37ff784

Please sign in to comment.