What do we need to build or fix?
We need to release version 1.4.0 to isolate the project codebase in case we need to check it later.
Technical details
- Update the CHANGELOG.md, which describes the functionalities of the version that is 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
- Use this PR as a reference.
- Keep in mind we use yarn as the package manager.
Deadline
Please keep in mind that once you assign this task to yourself, you'll need to complete it in 5 days.
Acceptance criteria
- Test the section and components in many screen sizes. You can use the Inspect tool for that.
- Please test if the new changes added to the components do not affect the other instances.
- Test the feature in many browsers, such as Chrome, Firefox, Edge, and Safari (MAC).
- 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.4.0 to isolate the project codebase in case we need to check it later.
Technical details
package.json, runyarn installso that theyarn.lockfile can be updated as well.Approach suggestions
Deadline
Please keep in mind that once you assign this task to yourself, you'll need to complete it in 5 days.
Acceptance criteria
yarn buildlocally to solve the issues and commit the changes.