diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 34a349a..d9886b9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index cc9119f..79a77c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 45c477d..1de6cb6 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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",