Skip to content

Commit

Permalink
Fixed issue with responsive menu on mobile
Browse files Browse the repository at this point in the history
updated packages
  • Loading branch information
sergix44 committed Nov 13, 2020
1 parent 614fcd0 commit 8f79ede
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [3.3.3] - 2020-11-13
### Fixed
- Fixed issue with responsive menu on mobile.

## [3.3.2] - 2020-11-12
### Fixed
- Fixed switch not works for the first time for normal users.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sergix44/xbackbone",
"license": "AGPL-3.0-only",
"version": "3.3.2",
"version": "3.3.3",
"description": "A lightweight ShareX PHP backend",
"type": "project",
"require": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ title: Changelog
nav_order: 9
---
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [3.3.3] - 2020-11-13
### Fixed
- Fixed issue with responsive menu on mobile.

## [3.3.2] - 2020-11-12
### Fixed
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"clipboard": "^2.0.6",
"dropzone": "^5.7.2",
"highlightjs": "^9.16.2",
"highlightjs-line-numbers.js": "^2.7.0",
"jquery": "^3.5.0",
"highlightjs-line-numbers.js": "^2.8.0",
"jquery": "^3.5.1",
"plyr": "^3.6.2",
"popper.js": "^1.16.1",
"tooltip.js": "^1.3.3"
Expand Down

0 comments on commit 8f79ede

Please sign in to comment.