Skip to content

Commit 7f22369

Browse files
committed
Fix merge conflicts
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2 parents 314f251 + f2d3767 commit 7f22369

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

ChangeLog

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ phpMyAdmin - ChangeLog
33

44
5.3.0 (not yet released)
55

6-
5.2.0 (not yet released)
6+
5.2.1 (not yet released)
7+
8+
5.2.0 (2022-05-10)
79
- issue #16521 Upgrade Bootstrap to version 5
810
- issue #16521 Drop support for Internet Explorer and others
911
- issue Upgrade to shapefile 3

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,12 @@
6060
},
6161
"scripts": {
6262
"postinstall": "yarn run build",
63+
<<<<<<< HEAD
6364
"build": "webpack",
65+
=======
66+
"build": "yarn run css-compile --style=compressed && yarn run css-prefix && yarn run css-rtl && yarn run js-compile",
67+
"css-compile": "sass themes/pmahomme/scss:themes/pmahomme/css themes/original/scss:themes/original/css themes/metro/scss:themes/metro/css themes/bootstrap/scss:themes/bootstrap/css setup/scss:setup",
68+
>>>>>>> QA_5_2
6469
"css-lint": "stylelint -s scss \"themes/**/scss/*.scss\" \"setup/scss/*.scss\"",
6570
"js-lint": "eslint js/src test/javascript test/jest jest.config.js",
6671
"test": "jest"

0 commit comments

Comments
 (0)