What do we need to build or fix?
We need to release version 1.3.0 to get the project codebase isolated in case we need to check it in the future.
Technical details
- Update the CHANGELOG.md, which describes the version functionalities that are being added.
- The
package.json file name and version number are being updated too. - After updating
package.json, run yarn install so that the yarn.lock file can be updated as well. - After merging the PR, ask @mariana-caldas to release a new tag manually to GitHub -> https://github.com/Web-Dev-Path/web-dev-path/releases
Approach suggestions
- Follow this PR as a model.
- Keep in mind we use
yarn as package manager.
Deadline
Please keep in mind that once you assign this task to yourself, you'll need to complete it in 3 days.
Acceptance criteria
- Run the project locally and check every page on desktop and mobile to make sure everything is working as expected.
- Please check for browser console errors
- If there are any build problems when submitting your PR, run
yarn build locally to solve the issues and commit the changes. - Update the CHANGELOG.md file.
What do we need to build or fix?
We need to release version 1.3.0 to get the project codebase isolated in case we need to check it in the future.
Technical details
package.jsonfile name and version number are being updated too.package.json, runyarn installso that theyarn.lockfile can be updated as well.Approach suggestions
yarnas package manager.Deadline
Please keep in mind that once you assign this task to yourself, you'll need to complete it in 3 days.
Acceptance criteria
yarn buildlocally to solve the issues and commit the changes.