Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Freitas committed Jun 13, 2023
1 parent 053816e commit 61eea57
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.

## [2.1.2](https://github.com/wpmudev/hustle-ui/compare/v2.1.1...v2.1.2) (2023-06-09)
## [2.1.3](https://github.com/wpmudev/hustle-ui/compare/v2.1.2...v2.1.3) (2023-13-06)
#### 🐛 Bug Fixes
- `dialog`
- **fix(dialog):** Unnecessary scrollbar and outline appears in slide in and popup. [#87](https://github.com/wpmudev/hustle-ui/pull/87) ([@creadordev](https://github.com/creadordev))

## [2.1.2](https://github.com/wpmudev/hustle-ui/compare/v2.1.1...v2.1.2) (2023-09-06)
#### 🐛 Bug Fixes
- `slide in`
- **fix(slide in):** Close button not working in safari mobile view. [#85](https://github.com/wpmudev/hustle-ui/pull/85) ([@creadordev](https://github.com/creadordev))
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Please read through our [contributing guidelines](https://github.com/wpmudev/hus

1. Review and merge all PRs into `development` branch.
2. You will need to be added as member of [WPMU DEV Organization](https://github.com/orgs/wpmudev/people) before the next step.
3. Execute `git checkout development`
3. Execute `git checkout master` (do not push commits directly to this branch and make sure there are no residual folders nor files form development branch).
4. Assign the correct version executing `git tag v4.0.0`. Replace the version number with the correspondent new version.
5. Push the version number using `git push --tags`
6. Run `npm run deploy:hustle`
7. Run `npm run deploy:demo`

**Remember:** Pull Requests will be approved **only** if have their changes listed on `CHANGELOG.md` file.
**Remember:** Pull Requests will be approved **only** if have their changes listed on `CHANGELOG.md` file.
2 changes: 1 addition & 1 deletion css/hustle-optin.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 61eea57

Please sign in to comment.